You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
619 B

--- a/configure.ac.orig
+++ b/configure.ac
@@ -7,12 +7,12 @@
AC_INIT([primateplunge], [1.1], [primateplunge@aelius.com])
-AC_CONFIG_SRCDIR( src/game.c )
+AC_CONFIG_SRCDIR(src/game.c)
AC_CANONICAL_SYSTEM
dnl Version 1.7 of automake is recommended
-AM_INIT_AUTOMAKE( 1.7 )
-AM_CONFIG_HEADER( src/config.h )
+AM_INIT_AUTOMAKE(1.7)
+AM_CONFIG_HEADER(src/config.h)
@@ -29,7 +29,6 @@
[ PREFSFILE="~/.primateplunge" ]
)
-AC_SUBST( GAMEDATADIR )
AC_DEFINE_DIR( GAMEDATADIR, GAMEDATADIR, [Location of game resource files] )
AC_DEFINE_UNQUOTED( PREFSFILE, "$PREFSFILE", [Location of preferences file] )