aboutsummaryrefslogtreecommitdiffstats
path: root/games/planeshift/files/patch-autogen.sh
blob: 9d87c9911597fdbc27e35dff6ad531f5d30b1c94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- autogen.sh.orig Fri Mar 17 22:07:40 2006
+++ autogen.sh  Fri Mar 17 16:52:53 2006
@@ -13,11 +13,11 @@
   cat $i >> $MACROFILE
 done
 
-autoheader
+%%AUTOHEADER%%
 rc=$?
 
 if test $rc -eq 0; then
-  autoconf
+  %%AUTOCONF%%
   rc=$?
 fi