Karsten Hopp e39b62
diff -up automake-1.12.2/t/aclocal7.sh.sleep automake-1.12.2/t/aclocal7.sh
Karsten Hopp e39b62
--- automake-1.12.2/t/aclocal7.sh.sleep	2012-07-17 13:50:29.860646914 +0200
Karsten Hopp e39b62
+++ automake-1.12.2/t/aclocal7.sh	2012-07-17 13:55:56.752112356 +0200
Karsten Hopp e39b62
@@ -45,6 +45,11 @@ AUTOMAKE_after_aclocal ()
Karsten Hopp e39b62
   $AUTOMAKE --no-force
Karsten Hopp e39b62
 }
Karsten Hopp e39b62
 
Karsten Hopp e39b62
+# aclocal will rewrite aclocal.m4 unless the input files are all older than the
Karsten Hopp e39b62
+# existing aclocal.m4 -- sleep to ensure somedefs.m4 has an older timestamp
Karsten Hopp e39b62
+# than the aclocal.m4 that the next aclocal call will generate.
Karsten Hopp e39b62
+$sleep
Karsten Hopp e39b62
+
Karsten Hopp e39b62
 $ACLOCAL -I m4
Karsten Hopp e39b62
 AUTOMAKE_after_aclocal
Karsten Hopp e39b62