mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
20 lines
365 B
Text
20 lines
365 B
Text
--- autogen.orig Tue Mar 18 15:47:57 2003
|
|
+++ autogen Wed Jul 7 17:45:10 2004
|
|
@@ -14,12 +14,12 @@
|
|
else
|
|
- libtoolize --automake
|
|
+ libtoolize13 --automake
|
|
fi
|
|
echo "aclocal..."
|
|
-aclocal
|
|
+aclocal15
|
|
echo "autoheader..."
|
|
-autoheader
|
|
+autoheader253
|
|
echo "automake..."
|
|
-automake --add-missing
|
|
+automake15 --add-missing
|
|
echo "autoconf..."
|
|
-autoconf
|
|
+autoconf253
|
|
|