93a2d2de99
Reported by: pointyhat
20 lines
385 B
Text
20 lines
385 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
|
|
+ ${LIBTOOLIZE} --automake
|
|
fi
|
|
echo "aclocal..."
|
|
-aclocal
|
|
+${ACLOCAL} ${ACLOCAL_FLAGS}
|
|
echo "autoheader..."
|
|
-autoheader
|
|
+${AUTOHEADER}
|
|
echo "automake..."
|
|
-automake --add-missing
|
|
+${AUTOMAKE} --add-missing
|
|
echo "autoconf..."
|
|
-autoconf
|
|
+${AUTOCONF}
|
|
|