From: Bruno Haible Date: Mon, 25 Jun 2001 16:42:08 +0000 (+0000) Subject: Remove ACLOCAL_VERSION. X-Git-Tag: v0.11~642 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6441f3feea8c3252da16a358a47e9f4e69bafe;p=thirdparty%2Fgettext.git Remove ACLOCAL_VERSION. --- diff --git a/ChangeLog b/ChangeLog index 7c8942a89..3225a37bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-25 Bruno Haible + + * configure.in (ACLOCAL_VERSION): Remove. + 2001-06-25 Bruno Haible * aclocal.sh: Tweak last patch for automake-1.4f. diff --git a/configure.in b/configure.in index 7f9a1ac59..4db37e377 100644 --- a/configure.in +++ b/configure.in @@ -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)