Added a note about the file version being used.

This commit is contained in:
Moritz Bunkus 2003-05-10 09:44:20 +00:00
parent 0d7e5e6845
commit 23a7e191b0

View File

@ -45,9 +45,11 @@ export WANT_AUTOCONF_2_5=1
AUTOCONFVER=`autoconf --version | head -n 1 | sed 's;[^0-9\.];;g'`
case $AUTOCONFVER in
2.1*)
echo Using autoconf-2.1 style files.
cp acinclude-2.1.m4 acinclude.m4
;;
*)
echo Using autoconf-2.5 style files.
cp acinclude-2.5.m4 acinclude.m4
;;
esac