freebsd-ports/games/glest/files/patch-mk__linux__autogen.sh
Edwin Groothuis b17ed67ddc [NEW PORT] games/glest: Free 3d real-time customizable strategy game
Glest is a project for making a free 3d real-time customizable
	strategy game. Current version is fully playable, includes
	single player game against CPU controlled players, two
	factions with their corresponding tech trees, units, buildings
	and some maps.

	WWW:	http://www.glest.org/

PR:		ports/88306
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-12-29 06:26:25 +00:00

25 lines
655 B
Bash

--- mk/linux/autogen.sh.orig 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..."