diff options
author | Bruno Haible <bruno@clisp.org> | 2001-03-09 16:45:55 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-03-09 16:45:55 +0000 |
commit | 69c2345adc2c88d3054c2b0349e1beebdeabe220 (patch) | |
tree | a242bde4f81c29f2a3f865d95c270707f5d0fafa /configure.in | |
parent | 44795ff1464299125c7b1a45229af7ba7948888c (diff) | |
download | external_gettext-69c2345adc2c88d3054c2b0349e1beebdeabe220.zip external_gettext-69c2345adc2c88d3054c2b0349e1beebdeabe220.tar.gz external_gettext-69c2345adc2c88d3054c2b0349e1beebdeabe220.tar.bz2 |
Don't install the full ChangeLog in $(prefix)/share/gettext/intl, only a
short file.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 71e8785..b498f65 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,9 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) -AC_REVISION($Revision: 1.13 $) +AC_REVISION($Revision: 1.14 $) AC_INIT(src/msgfmt.c) AM_INIT_AUTOMAKE(gettext, 0.10.36) +RELEASE_DATE=2001-03-09 dnl in "date +%Y-%m-%d" format AM_CONFIG_HEADER(config.h) dnl Set of available languages. @@ -90,6 +91,12 @@ AC_SUBST(aclocaldir) dnl Generate the version information file in the intl/ directory. test -d intl || mkdir intl echo "GNU gettext library from $PACKAGE-$VERSION" > intl/VERSION +cat > intl/ChangeLog.inst <<EOF +$RELEASE_DATE GNU <bug-gnu-utils@gnu.org> + + * Version $VERSION released. + +EOF AC_OUTPUT([Makefile lib/Makefile intl/Makefile src/Makefile \ po/Makefile.in doc/Makefile tests/Makefile m4/Makefile \ |