Browse Source

* bootstrap:

+ Support for automake 1.8.
tags/v0.99.beta14
Sam Hocevar sam 20 years ago
parent
commit
d8eb251de5
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      bootstrap

+ 3
- 1
bootstrap View File

@@ -14,7 +14,9 @@ export CYGWIN

# Check for automake
amvers="no"
if automake-1.7 --version >/dev/null 2>&1; then
if 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"
elif automake-1.6 --version >/dev/null 2>&1; then
amvers="-1.6"


Loading…
Cancel
Save