remove unneeded configure_style=autoconf (cvs fuck-up for Makefile)

This commit is contained in:
pvalchev 2005-11-03 18:24:52 +00:00
parent 82e3995332
commit 270da6e82c
2 changed files with 12 additions and 12 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure,v 1.3 2005/11/03 18:24:52 pvalchev Exp $
--- configure.orig Thu Nov 3 17:28:18 2005
+++ configure Thu Nov 3 17:28:27 2005
@@ -1187,7 +1187,7 @@ fi
-sdir=$datadir/games/sdlzombies
+sdir=$datadir/sdlzombies
inst_flag="-DSRC_DIR=\\\"$sdir/\\\""
# Check whether --enable-install or --disable-install was given.

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure_in,v 1.1.1.1 2001/07/26 19:11:51 pvalchev Exp $
--- configure.in.orig Sun Jun 3 14:02:44 2001
+++ configure.in Thu Jul 26 12:21:56 2001
@@ -21,7 +21,7 @@ AC_ARG_ENABLE( sound,
AC_SUBST(sound_flag)
dnl installation path
-sdir=$datadir/games/sdlzombies
+sdir=$datadir/sdlzombies
inst_flag="-DSRC_DIR=\\\"$sdir/\\\""
AC_ARG_ENABLE( install,