summaryrefslogtreecommitdiff
path: root/doc/automake.texi
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-10-30 01:04:24 +0000
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-10-30 01:04:24 +0000
commitb7bdb2c3f2fb66a2384123670fb47b83d30c4bf9 (patch)
tree6b9a03bca860da77ded7003b2b90e3f9f602c246 /doc/automake.texi
parentd26663f638eef5acfa9605db7a338fd3675dba1c (diff)
parent82216ce83ba3cdf3572b58e4d9e84886ab02d22d (diff)
downloadautomake-b7bdb2c3f2fb66a2384123670fb47b83d30c4bf9.tar.gz
Merge branch 'minor'
* minor: tests: fix spurious failure when zip is present but unzip is not tests: fix spurious failure due to localization issues NEWS: update with the changes since v1.14 docs: correct typos in the fix-timestamp.sh script python: byte-compile nobase_*_PYTHON files only once cosmetics: typofix in the 'missing' script test: avoid false positives in 'cc-no-c-o' script test harness: improve catching of usage errors in script 'test-driver' tests: fix a spurious failure on NetBSD-current am-ft: make the environment available earlier NEWS: post-release tweaks (for 1.14.x series) tests: avoid a spurious failure on MacOS X 10.6.8 tests: don't risk hanging on the 'cl' requirement
Diffstat (limited to 'doc/automake.texi')
-rw-r--r--doc/automake.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index 673c1f042..41b2f6d4b 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