summaryrefslogtreecommitdiffstats
path: root/abs/core/automake/automake-1.12.2-aclocal7-test-fix.diff
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-06 22:28:43 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-06 22:28:43 (GMT)
commitbed9218f521cfd8631017f995aa5bdb4f2bd67aa (patch)
treee88eb47cce9fb2d8d212d2969c63ea8ab6229424 /abs/core/automake/automake-1.12.2-aclocal7-test-fix.diff
parent199b067c0b36f2f460c547481858c29e3c7fda81 (diff)
downloadlinhes_pkgbuild-bed9218f521cfd8631017f995aa5bdb4f2bd67aa.zip
linhes_pkgbuild-bed9218f521cfd8631017f995aa5bdb4f2bd67aa.tar.gz
linhes_pkgbuild-bed9218f521cfd8631017f995aa5bdb4f2bd67aa.tar.bz2
automake 1.12.2
Diffstat (limited to 'abs/core/automake/automake-1.12.2-aclocal7-test-fix.diff')
-rw-r--r--abs/core/automake/automake-1.12.2-aclocal7-test-fix.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/core/automake/automake-1.12.2-aclocal7-test-fix.diff b/abs/core/automake/automake-1.12.2-aclocal7-test-fix.diff
new file mode 100644
index 0000000..e1fd4ba
--- /dev/null
+++ b/abs/core/automake/automake-1.12.2-aclocal7-test-fix.diff
@@ -0,0 +1,18 @@
+Fix a race condition that causes aclocal7 to fail on fast machines (see the
+comment below).
+
+diff -x config.log -x config.status -ru tmp/automake-1.12.2/t/aclocal7.sh work/automake-1.12.2/t/aclocal7.sh
+--- tmp/automake-1.12.2/t/aclocal7.sh 2012-07-08 11:48:25.000000000 +0100
++++ work/automake-1.12.2/t/aclocal7.sh 2012-07-10 11:58:50.325999591 +0100
+@@ -45,6 +45,11 @@
+ $AUTOMAKE --no-force
+ }
+
++# aclocal will rewrite aclocal.m4 unless the input files are all older than the
++# existing aclocal.m4 -- sleep to ensure somedefs.m4 has an older timestamp
++# than the aclocal.m4 that the next aclocal call will generate.
++$sleep
++
+ $ACLOCAL -I m4
+ AUTOMAKE_after_aclocal
+