diff options
author | Bruno Haible <bruno@clisp.org> | 2001-06-25 16:42:08 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-06-25 16:42:08 +0000 |
commit | ba6441f3feea8c3252da16a358a47e9f4e69bafe (patch) | |
tree | 6e47003026c1cf4610019f34ea8259165aa97c1d /configure.in | |
parent | d6d260ab5c57dbfbe642f1ac6fd26ee01542974e (diff) | |
download | external_gettext-ba6441f3feea8c3252da16a358a47e9f4e69bafe.zip external_gettext-ba6441f3feea8c3252da16a358a47e9f4e69bafe.tar.gz external_gettext-ba6441f3feea8c3252da16a358a47e9f4e69bafe.tar.bz2 |
Remove ACLOCAL_VERSION.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 7f9a1ac..4db37e3 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) |