]> sourceware.org Git - automake.git/commitdiff
* automake.texi: Remove references to stamp-h.in, which no longer
authorAkim Demaille <akim@epita.fr>
Thu, 8 Nov 2001 17:05:03 +0000 (17:05 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 8 Nov 2001 17:05:03 +0000 (17:05 +0000)
exist.
* tests/stamph2.test: Formatting change.

ChangeLog
automake.texi
tests/stamph2.test

index 0e34a9977aa97141acd7bdf28624751b698b34ff..1405f3cf6e86a495f49d9630453b203dbd72e9e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-08  Akim Demaille  <akim@epita.fr>
+
+       * automake.texi: Remove references to stamp-h.in, which no longer
+       exist.
+       * tests/stamph2.test: Formatting change.
+
 2001-11-08  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/suffix3.test: Check for foo.$(OBJEXT) in Makefile.in.
index 31a24b429be05a264b624a043ef8aad9a740cdc4..e1ec2e11fc788e30ab45f1f507a369029348ad1e 100644 (file)
@@ -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
index 040f5f89cc5bb9d022ac36fc8d8bb1689c17d4bd..f25e68314e3f515bed82355be17cb136e914bd3c 100755 (executable)
@@ -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
This page took 0.042757 seconds and 5 git commands to generate.