ref: 59e410e2c02b6f7c3c13c892401c48b1fefd63ca
parent: 933f36763e17753b5ba1fefbe24620025852de7b
author: Sam Hocevar <sam@videolan.org>
date: Mon Jul 11 07:22:33 EDT 2005
* bootstrap: allow to bootstrap with aclocal/automake version 1.9.
--- a/bootstrap
+++ b/bootstrap
@@ -14,7 +14,9 @@
# Check for automake
amvers="no"
-if automake-1.8 --version >/dev/null 2>&1; then
+if automake-1.9 --version >/dev/null 2>&1; then
+ amvers="-1.9"
+elif automake-1.8 --version >/dev/null 2>&1; then
amvers="-1.8"
elif automake-1.7 --version >/dev/null 2>&1; then
amvers="-1.7"