1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/games/glest/files/patch-mk__linux__autogen.sh
Jose Alonso Cardenas Marquez b7e56e1f89 - Update to 3.2.1
- See the Changelog at:

	http://glest.org/glest_board/index.php?topic=4126.0
2009-02-15 00:16:15 +00:00

26 lines
650 B
Bash

--- mk/linux/autogen.sh Thu Dec 1 09:52:33 2005
+++ mk/linux/autogen.sh Thu Dec 1 09:53:14 2005
@@ -8,11 +8,11 @@
echo "aclocal..."
#autoheader
-aclocal -I mk/autoconf
+%%ACLOCAL%% -I mk/autoconf
# generate Jamconfig.in
echo "generating Jamconfig.in ..."
-autoconf --trace=AC_SUBST \
+%%AUTOCONF%% --trace=AC_SUBST \
| sed -e 's/configure.ac:[0-9]*:AC_SUBST:\([^:]*\).*/\1 ?= "@\1@" ;/g' \
> Jamconfig.in
sed -e 's/.*BACKSLASH.*//' -i~ Jamconfig.in
@@ -21,7 +21,7 @@
echo 'JAMCONFIG_READ = yes ;' >> Jamconfig.in
echo "autoconf"
-autoconf
+%%AUTOCONF%%
# create symlinks to the source dirs
echo "Updating Source symlinks..."