summaryrefslogtreecommitdiff
path: root/lib/Automake
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-09-06 13:06:32 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-09-06 13:07:39 +0200
commitf6b3f7fb620580356865ebedfbaf76af3e534369 (patch)
tree2d5e66af1ab8d3a807609e691094cb6c6f0c6b15 /lib/Automake
parent53fe020252642f4b923b8c77392e37e4c5b7038d (diff)
downloadautomake-f6b3f7fb620580356865ebedfbaf76af3e534369.tar.gz
Avoid sleeping for one second most of the time in sanity check.
* m4/sanity.m4 (AM_SANITY_CHECK): Try sanity check first without sleeping for a second, and only if that failed, sleep and try again, to avoid the delay in the common case of a configure script that is older than a second, or a system with sub-second time stamp granularity. Report and different patch by Jim Meyering. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'lib/Automake')
-rw-r--r--lib/Automake/Makefile.in1
-rw-r--r--lib/Automake/tests/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in
index 3390893c8..d3192d9ee 100644
--- a/lib/Automake/Makefile.in
+++ b/lib/Automake/Makefile.in
@@ -149,6 +149,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PERL = @PERL@
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in
index cef0510d0..e44898b60 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -165,6 +165,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PERL = @PERL@