From: Peter Breitenlohner <p...@mppmu.mpg.de> The original version of this example script makes no sense at all.
Signed-off-by: Peter Breitenlohner <p...@mppmu.mpg.de> --- doc/automake.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/automake.texi b/doc/automake.texi index 673c1f0..41b2f6d 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -11672,9 +11672,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 -- 1.8.2.2