Texinfo compatibility fix
[maxima.git] / interfaces / emacs / imaxima / imaxima-autoconf-variables.el.in
blob6625919fa473f46a30478177503c4e4368e0ee88
1 ; -*- Emacs-Lisp -*-
2 ;; Copyright (C) 2007, 2008 Yasuaki Honda
4 ;; Author: Yasuaki Honda (yhonda@mac.com)
5 ;; $Id: imaxima-autoconf-variables.el.in,v 1.5 2009-02-22 09:18:27 yasu-honda Exp $
7 ;; This program is free software; you can redistribute it and/or
8 ;; modify it under the terms of the GNU General Public License as
9 ;; published by the Free Software Foundation; either version 2 of
10 ;; the License, or (at your option) any later version.
12 ;; This program is distributed in the hope that it will be
13 ;; useful, but WITHOUT ANY WARRANTY; without even the implied
14 ;; warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 ;; PURPOSE. See the GNU General Public License for more details.
17 ;; You should have received a copy of the GNU General Public
18 ;; License along with this program; if not, write to the Free
19 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
20 (defconst *imaxima-autoconf-package* "@PACKAGE@")
21 (defconst *imaxima-autoconf-version* "@VERSION@")
23 (provide 'imaxima-autoconf-variables)