Skip to content
Snippets Groups Projects
Commit ffd870a3 authored by Mark Grondona's avatar Mark Grondona
Browse files

o Update Automake requirement from 1.4 to 1.6

parent 8099a28b
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ ACMAJOR=2 ...@@ -17,8 +17,8 @@ ACMAJOR=2
ACMINOR=52 ACMINOR=52
AMMAJOR=1 AMMAJOR=1
AMMINOR=4 AMMINOR=6
AMPATCH=4 AMPATCH=2
(autoconf --version 2>&1 | \ (autoconf --version 2>&1 | \
perl -n0e "(/(\d+)\.(\d+)/ && \$1>=$ACMAJOR && \$2>=$ACMINOR) || exit 1") || { perl -n0e "(/(\d+)\.(\d+)/ && \$1>=$ACMAJOR && \$2>=$ACMINOR) || exit 1") || {
...@@ -41,7 +41,7 @@ amtest=" ...@@ -41,7 +41,7 @@ amtest="
(automake --version 2>&1 | perl -n0e "$amtest" ) || { (automake --version 2>&1 | perl -n0e "$amtest" ) || {
echo echo
echo "Error: You must have \`automake' version $AMMAJOR.$AMMINOR-p$AMPATCH or greater" echo "Error: You must have \`automake' version $AMMAJOR.$AMMINOR.$AMPATCH or greater"
echo "installed to run $0. Get the latest version from" echo "installed to run $0. Get the latest version from"
echo "ftp://ftp.gnu.org/pub/gnu/automake/" echo "ftp://ftp.gnu.org/pub/gnu/automake/"
echo echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment