automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Correct typos in the fix-timestamp.sh script


From: peb
Subject: [PATCH] Correct typos in the fix-timestamp.sh script
Date: Tue, 10 Sep 2013 12:03:30 +0200

From: Peter Breitenlohner <address@hidden>

The original version of this example script makes no sense at all.

Signed-off-by: Peter Breitenlohner <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]