From 05b98a4a8ea2037760331e5bf55bd7ccafa8514f Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 8 Nov 2001 17:05:03 +0000 Subject: [PATCH] * automake.texi: Remove references to stamp-h.in, which no longer exist. * tests/stamph2.test: Formatting change. --- ChangeLog | 6 ++++++ automake.texi | 3 +-- tests/stamph2.test | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e34a997..1405f3cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-08 Akim Demaille + + * automake.texi: Remove references to stamp-h.in, which no longer + exist. + * tests/stamph2.test: Formatting change. + 2001-11-08 Alexandre Duret-Lutz * tests/suffix3.test: Check for foo.$(OBJEXT) in Makefile.in. diff --git a/automake.texi b/automake.texi index 31a24b42..e1ec2e11 100644 --- a/automake.texi +++ b/automake.texi @@ -1331,8 +1331,7 @@ Print the version number of Automake and exit. @table @code @item AM_CONFIG_HEADER Automake will generate rules to automatically regenerate the config -header. If you do use this macro, you must create the file -@file{stamp-h.in} in your source directory. It can be empty. +header. @cvindex AM_CONFIG_HEADER @item AM_ENABLE_MULTILIB diff --git a/tests/stamph2.test b/tests/stamph2.test index 040f5f89..f25e6831 100755 --- a/tests/stamph2.test +++ b/tests/stamph2.test @@ -3,9 +3,9 @@ # Make sure stamp-h* files are created where we expect . $srcdir/defs || exit 1 -cat > configure.in << 'END' +cat > configure.in << END AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(nonesuch, nonesuch) +AM_INIT_AUTOMAKE($me, 1.0) AM_CONFIG_HEADER(1.h 2.h:config.hin 3.h:sdir1/config1.hin -- 2.43.5