From 7a8b3b0c6b28626b7c62354973e923f4aa579743 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Sep 2013 12:03:30 +0200 Subject: docs: correct typos in the fix-timestamp.sh script * 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 Signed-off-by: Stefano Lattarini --- doc/automake.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/automake.texi b/doc/automake.texi index 8f4020bf8..62728d4cf 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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 -- cgit v1.2.1