1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Use variables instead of hardcoding autotools versions.

This commit is contained in:
Tilman Keskinoz 2004-11-19 12:34:32 +00:00
parent 9041faf0ea
commit cf7f466e8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121958

View File

@ -7,14 +7,14 @@
fi
echo "aclocal..."
-aclocal
+aclocal15
+${ACLOCAL}
echo "autoheader..."
-autoheader
+autoheader253
+${AUTOHEADER}
echo "automake..."
-automake --add-missing
+automake15 --add-missing
+${AUTOMAKE} --add-missing
echo "autoconf..."
-autoconf
+autoconf253
+${AUTOCONF}