summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e5fab8)
raw | patch | inline | side by side (parent: 4e5fab8)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 7 Oct 2002 06:22:35 +0000 (06:22 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 7 Oct 2002 06:22:35 +0000 (06:22 +0000) |
program/MakeMakefile | patch | blob | history |
diff --git a/program/MakeMakefile b/program/MakeMakefile
index d8032d0aa71b685cb66258adee3bb499f76ccd9b..2d2e21fe684c287a05c103848dc5feacec8383b5 100755 (executable)
--- a/program/MakeMakefile
+++ b/program/MakeMakefile
exit 1
fi
-if vcheck 1.5 "automake --version"
+if vcheck 1.7 "automake --version"
then
- echo "get a copy of GNU automake >= 1.5"
+ echo "get a copy of GNU automake >= 1.7"
exit 1
fi
-if vcheck 2.52 "autoconf --version"
+if vcheck 2.54 "autoconf --version"
then
- echo "get a copy of GNU autoconf >= 2.52"
+ echo "get a copy of GNU autoconf >= 2.54"
exit 1
fi