summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Howard2011-05-14 20:11:26 +0000
committerSimon Howard2011-05-14 20:11:26 +0000
commit184ea9ba501adf04b9b352760774fde268c0cc7f (patch)
treed1dd7d0b580327ad044a73fe833a81741abd77b3 /configure.in
parent87efdfbd570fe85141ec5e8b8f5814563fcf1d4f (diff)
downloadchocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.tar.gz
chocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.tar.bz2
chocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.zip
Convert build system to using the PROGRAM_PREFIX system used on
raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c653f4e9..7007b96e 100644
--- a/configure.in
+++ b/configure.in
@@ -112,6 +112,16 @@ AM_INIT_AUTOMAKE([1.8.0])
WINDOWS_RC_VERSION=`echo $PACKAGE_VERSION.0 | sed 's/\./, /g' `
+# This controls the prefix added to the start of program names. For example,
+# if this is changed to "lemon-", the programs generated will be named
+# lemon-doom, lemon-heretic, etc.
+
+PROGRAM_PREFIX=chocolate-
+
+AC_SUBST(PROGRAM_PREFIX)
+AC_DEFINE_UNQUOTED(PROGRAM_PREFIX, "$PROGRAM_PREFIX",
+ Change this when you create your awesome forked version)
+
AM_CONFIG_HEADER(config.h:config.hin)
AC_SUBST(WINDOWS_RC_VERSION)
@@ -145,6 +155,7 @@ pkg/osx/Info.plist
pkg/osx/Info-gnustep.plist
setup/Makefile
setup/setup-res.rc
+setup/setup-manifest.xml
src/Makefile
src/doom-screensaver.desktop
src/resource.rc