docs: correct typos in the fix-timestamp.sh script
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Tue, 10 Sep 2013 10:03:30 +0000 (12:03 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 28 Oct 2013 23:06:33 +0000 (23:06 +0000)
* doc/automake.texi: Here.  The original version of this example script
makes no sense at all, using 'configure' instead of the intended 'touch'
in few key places.

Copyright-paperwork-exempt: yes
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi

index 8f4020b..62728d4 100644 (file)
@@ -11728,9 +11728,9 @@ touch aclocal.m4
 sleep 1
 # autoconf-generated configure depends on aclocal.m4 and on
 # configure.ac
-configure config.h.in
+touch configure
 # so does autoheader-generated config.h.in
-configure config.h.in
+touch config.h.in
 # and all the automake-generated Makefile.in files
 touch `find . -name Makefile.in -print`
 # finally, the makeinfo-generated '.info' files depend on the