Browse Source

* Crap, typo in bootstrap script.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
2c799ebb86
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap

+ 1
- 1
bootstrap View File

@@ -35,7 +35,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am`"

# Check for automake
amvers="no"
for n in 10 9 8 7 6 5; do
for v in 10 9 8 7 6 5; do
if automake-1.${v} --version >/dev/null 2>&1; then
amvers="-1.${v}"
break


Loading…
Cancel
Save