From f6b3f7fb620580356865ebedfbaf76af3e534369 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 6 Sep 2009 13:06:32 +0200 Subject: 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 --- lib/Automake/Makefile.in | 1 + lib/Automake/tests/Makefile.in | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/Automake') 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@ -- cgit v1.2.1