From 403106b74e73f9f6a1946cd0d1e3fce7dd826fa8 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 21 Feb 2008 22:17:50 +0000 Subject: - added "make install" target for global installation - added "make debian-package" as a replacement for package_debian.sh. jaybinks: hope you like it. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@880 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/configure.ac | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'Game/Code/configure.ac') diff --git a/Game/Code/configure.ac b/Game/Code/configure.ac index 781e2bd9..ae20db31 100644 --- a/Game/Code/configure.ac +++ b/Game/Code/configure.ac @@ -10,8 +10,8 @@ AC_PREREQ(2.61) # Init autoconf -AC_INIT([UltraStar Deluxe], - [1.1 alpha], +AC_INIT([UltraStar-Deluxe], + [1.1-alpha], [http://sourceforge.net/tracker/?group_id=191560&atid=937872]) # specify the website here PACKAGE_WEBSITE="http://www.ultrastardeluxe.org/" @@ -28,18 +28,6 @@ AC_CONFIG_MACRO_DIR(m4) # show features and packages in one list AC_PRESERVE_HELP_ORDER -#echo $LDFLAGS - -#define([maco], []) -#echo maco -#m4_foreach_w([arg], [-L/usr/local -l/bin/bash -L/usr/local], -# [m4_append_uniq([maco], "arg", [ ]) -#]) -#echo maco - -#echo m4_split([hallo o]) -#AC_MSG_ERROR(oi) - # ----------------------------------------- # define switches # ----------------------------------------- @@ -126,8 +114,10 @@ AC_ARG_ENABLE(dev-build, # options for make command AC_PROG_MAKE_SET -# find tool for ln -s +# find tool for ln -s (e.g. uses cp -p for FAT-filesystems) AC_LN_S +# find a program for recursive dir creation +AC_PROG_MKDIR_P # find the best install tool AC_PROG_INSTALL # some other useful tools @@ -451,6 +441,9 @@ AC_SUBST(suffix) AC_SUBST(logrootdir, [$with_logrootdir]) AC_DEFINE_DIR(sharerootdir, datarootdir) +#AC_SUBST(LDFLAGS) +#AC_SUBST(LIBS) + AC_SUBST(PLIBS) AC_SUBST(PACKAGE_WEBSITE) -- cgit v1.2.3