]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove ACLOCAL_VERSION.
authorBruno Haible <bruno@clisp.org>
Mon, 25 Jun 2001 16:42:08 +0000 (16:42 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 25 Jun 2001 16:42:08 +0000 (16:42 +0000)
ChangeLog
configure.in

index 7c8942a896324c9eb414c9300315063b1ceb092b..3225a37bd283c5e32eb5909cf8a79df5e542ec10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-25  Bruno Haible  <haible@clisp.cons.org>
+
+       * configure.in (ACLOCAL_VERSION): Remove.
+
 2001-06-25  Bruno Haible  <haible@clisp.cons.org>
 
        * aclocal.sh: Tweak last patch for automake-1.4f.
index 7f9a1ac59decb705524340e107eaa1893a5e7aad..4db37e377addb895b716323e67bf80cf59ec58a9 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.13)
-AC_REVISION($Revision: 1.33 $)
+AC_REVISION($Revision: 1.34 $)
 AC_INIT(src/msgfmt.c)
 AM_INIT_AUTOMAKE(gettext, 0.11)
 RELEASE_DATE=2001-05-23      dnl in "date +%Y-%m-%d" format
@@ -82,14 +82,6 @@ AM_GNU_GETTEXT(use-libtool, need-ngettext)
 dnl Check for Emacs and where to install .elc files.
 AM_PATH_LISPDIR
 
-dnl The gettextize script test for the version of the aclocal.m4 file in
-dnl user's project.  This must correspond to the number the aclocal.m4
-dnl here has.  Extract it.
-changequote(,)dnl
-ACLOCAL_VERSION=`sed -e 's/.*Last updated for gettext-\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/p' -e d $srcdir/aclocal.m4`
-changequote([, ])dnl
-AC_SUBST(ACLOCAL_VERSION)
-
 aclocaldir='${datadir}/aclocal'
 AC_SUBST(aclocaldir)