From: Bruno Haible Date: Wed, 23 May 2001 21:04:31 +0000 (+0000) Subject: Install glibc21.m4. X-Git-Tag: v0.10.38~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6905a8aba6d7051018914fd3f7ae61395302c6;p=thirdparty%2Fgettext.git Install glibc21.m4. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 3004f2a4a..57c30a9c9 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2001-05-23 Bruno Haible + + * gettext-0.10.38 released. + 2001-05-23 Bruno Haible * iconv.m4 (AM_ICONV): Accept --with-libiconv-prefix option. @@ -24,6 +28,7 @@ * glibc21.m4: New file, from fileutils-4.1. * gettext.m4 (AM_GNU_GETTEXT): Require jm_GLIBC21. * Makefile.am (EXTRA_DIST): Add glibc21.m4. + (aclocal_DATA): Add glibc21.m4. 2001-05-04 Bruno Haible diff --git a/m4/Makefile.am b/m4/Makefile.am index d10ca9cfe..e10aa2c46 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- aclocaldir = @aclocaldir@ -aclocal_DATA = codeset.m4 gettext.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 +aclocal_DATA = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 # Generate this list with # find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \