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:
parent
9041faf0ea
commit
cf7f466e8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121958
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user