From: Peter Breitenlohner Date: Tue, 10 Sep 2013 10:03:30 +0000 (+0200) Subject: docs: correct typos in the fix-timestamp.sh script X-Git-Tag: v1.14.1~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a8b3b0c6b28626b7c62354973e923f4aa579743;p=platform%2Fupstream%2Fautomake.git 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 --- diff --git a/doc/automake.texi b/doc/automake.texi index 8f4020b..62728d4 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