1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/news/newscache/files/patch-autogen
2005-06-04 22:51:49 +00:00

21 lines
359 B
Plaintext

--- autogen.orig Sat Nov 23 12:33:52 2002
+++ autogen Sun Jun 5 00:44:04 2005
@@ -9,13 +9,13 @@
fi
echo "aclocal..."
-aclocal
+${ACLOCAL}
echo "autoheader..."
-autoheader
+${AUTOHEADER}
echo "automake..."
-automake --add-missing
+${AUTOMAKE} --add-missing
echo "autoconf..."
-autoconf
+${AUTOCONF}
echo "Next run ./configure"
echo "Next run make"