aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac23
1 files changed, 22 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc358a3..5b6ca17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,21 @@
+# This file is part of Ellinika -*- autoconf -*-
+# Copyright (C) 2004, 2005 Sergey Poznyakoff
+#
+# Ellinika 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 of the License, or
+# (at your option) any later version.
+#
+# Ellinika 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 Ellinika; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+
AC_PREREQ(2.59)
AC_REVISION($Revision$)
@@ -13,7 +31,7 @@ M4='`cd $(top_srcdir); pwd`/scripts/missing --run m4'
AC_SUBST(M4)
AM_GNU_GETTEXT(external, need-ngettext)
-AM_GNU_GETTEXT_VERSION(0.13)
+AM_GNU_GETTEXT_VERSION(0.14.1)
MU_CHECK_GUILE(,,
[AC_MSG_ERROR([You need Guile 1.6 or better])])
@@ -67,6 +85,9 @@ if test "$EMACS" != "no"; then
fi
AC_SUBST(lisp_LISP)
+AC_SUBST(AUTOGENERATED)
+AUTOGENERATED=";;;; This file is generated automatically. Please do not edit."
+
AC_CONFIG_FILES(Makefile
cgi-bin/Makefile
elisp/Makefile

Return to:

Send suggestions and report system problems to the System administrator.