+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.
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
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)