From 04409852468556160e88aa90c4270a761d797898 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 15 Sep 2001 01:30:46 +0000 Subject: [PATCH] Don-t distribute README-alpha. --- ChangeLog | 5 +++++ Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 48a2251c9..e83870de4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,11 @@ * config.guess, config.sub: Update to GNU version 2001-09-13. +2001-07-31 Bruno Haible + + * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not + 'gnits', to avoid distributing README-alpha. + 2001-07-24 Bruno Haible * gettext-0.10.39 released. diff --git a/Makefile.am b/Makefile.am index bc1fe06d1..e264effc9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## Process this file with automake to produce Makefile.in. -AUTOMAKE_OPTIONS = 1.3 gnits +AUTOMAKE_OPTIONS = 1.4 gnu MAINT_CHARSET = latin1 ACLOCAL = ./aclocal.sh @ACLOCAL@ ACLOCAL_AMFLAGS = -I m4 -- 2.47.2