From 13bf2a36c4ef30be06bc6bea9fc56918eb211d30 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 9 Feb 2005 11:02:50 +0000 Subject: Require gettext 1.14.1 (AUTOGENERATED): New variable git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@286 941c8c0f-9102-463b-b60b-cd22ce0e6858 --- configure.ac | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1