Commit 4d0e2b16 authored by Sam Hocevar's avatar Sam Hocevar

* ./bootstrap: automake 1.7 is OK to bootstrap vlc.

parent 141414b0
#! /bin/sh
## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.22 2002/11/04 15:04:44 sam Exp $
## $Id: bootstrap,v 1.23 2002/11/04 18:27:30 sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
......@@ -199,13 +199,17 @@ fi
# Check for automake
amvers="none"
if automake-1.6 --version >/dev/null 2>&1
if automake-1.7 --version >/dev/null 2>&1
then
amvers="-1.7"
else
if automake-1.6 --version >/dev/null 2>&1
then
amvers="-1.6"
if expr "`automake-1.6 --version | sed -e '1s/[^0-9]*//' -e q`" "<=" "1.6.1" > /dev/null 2>&1
then AUTOMAKESUCKS=yes
fi
else
else
if automake-1.5 --version >/dev/null 2>&1
then
amvers="-1.5"
......@@ -224,6 +228,7 @@ else
fi
fi
fi
fi
fi
if test x$amvers = xnone
......
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