Lines 12-23
Link Here
|
12 |
|
12 |
|
13 |
## Using prereq in autoconf rather than here, mostly for the debian systems at |
13 |
## Using prereq in autoconf rather than here, mostly for the debian systems at |
14 |
## this point |
14 |
## this point |
15 |
if test -z "`autoconf --version 2>&1|head -n 1|egrep '2.5'`"; then |
15 |
if test -z "`autoconf --version 2>&1|head -n 1|egrep '2.[5-9]'`"; then |
16 |
echo "Autoconf 2.50 or above is required. Aborting build..."; |
16 |
echo "Autoconf 2.50 or above is required. Aborting build..."; |
17 |
exit 1; |
17 |
exit 1; |
18 |
fi |
18 |
fi |
19 |
|
19 |
|
20 |
if test -z "`automake --version 2>&1|head -n 1|egrep '1.[6-9]'`"; then |
20 |
if test -z "`automake --version 2>&1|head -n 1|egrep '1.([6-9]|1[0-9])'`"; then |
21 |
echo "Automake 1.6 or above is required. Aborting build..."; |
21 |
echo "Automake 1.6 or above is required. Aborting build..."; |
22 |
exit 1; |
22 |
exit 1; |
23 |
fi |
23 |
fi |