;;; xtla-site.el --- Site-specific configuration for Xtla (generated by ./configure) ;; Copyright (C) 2005 Matthieu Moy ;; Author: Matthieu Moy ;; Keywords: convenience ;; Xtla is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; Xtla file is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Commentary: ;; Variables tla-*** of xtla-defs.el for which the configure script ;; can provide a value have their tla-site-*** dual here. It is set by ;; configure, and will be used as default value in xtla-defs.el ;;; Code: (defvar tla-site-tla-executable "@TLA@") (defvar tla-site-baz-executable "@BAZ@") (defvar tla-site-diff-executable "@DIFF@") (defvar tla-site-patch-executable "@PATCH@") (defvar tla-site-arch-branch '@ARCH_BRANCH@) (provide 'xtla-site) ;;; xtla-site.el ends here ; arch-tag: Matthieu Moy, Tue 03 May 2005 01:15:09 AM CEST (xtla-site.el)