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., 59 Temple Place, Suite 330, Boston,
21 (defconst *imaxima-autoconf-package
* "@PACKAGE@")
22 (defconst *imaxima-autoconf-version
* "@VERSION@")
24 (provide 'imaxima-autoconf-variables
)