Commit 537cf3aa authored by Sam Hocevar's avatar Sam Hocevar

* ./bootstrap: fixed a bug I introduced yesterday that caused automake

    version detection not to work properly.
parent 4f2beec2
#! /bin/sh #! /bin/sh
## bootstrap file for vlc, the VideoLAN Client ## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.16 2002/10/02 16:02:43 sam Exp $ ## $Id: bootstrap,v 1.17 2002/10/03 08:44:11 sam Exp $
## ##
## Authors: Samuel Hocevar <sam@zoy.org> ## Authors: Samuel Hocevar <sam@zoy.org>
...@@ -211,7 +211,7 @@ else ...@@ -211,7 +211,7 @@ else
else else
if automake --version > /dev/null 2>&1 if automake --version > /dev/null 2>&1
then then
amvers=`echo $amvers | sed -e '1s/[^0-9]*//' -e q` amvers=`automake --version | sed -e '1s/[^0-9]*//' -e q`
case $amvers in case $amvers in
1.6|1.6.0|1.6.1) 1.6|1.6.0|1.6.1)
AUTOMAKESUCKS=yes ;; AUTOMAKESUCKS=yes ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment