From 2136d196ef0e1dbb6d085c163443d83ec0766610 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 10 Feb 2005 14:39:16 +0000 Subject: Fixed PlayerBox to cope with no hair as well, and fixed using Makefile.cvs a bit, to generate the configure. --- configure.in | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index c28be9bb..ff50361a 100755 --- a/configure.in +++ b/configure.in @@ -10,11 +10,10 @@ AC_PATH_PROGS(INSTALL, install ginstall, install) AC_PATH_PROG(CHMOD, chmod, chmod) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(tmw, 0.8.0) +AM_INIT_AUTOMAKE(tmw, 0.0.9) AC_LANG_CPLUSPLUS AC_PROG_CXX -AM_PROG_LIBTOOL dnl FIND_PATH(programm-name, variable-name, list of directories, dnl if-not-found, test-parameter) @@ -85,15 +84,6 @@ FIND_PATH(sdl-config, LIBSDL_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/loca if test -n "$LIBSDL_CONFIG"; then LIBSDL_LIBS="`$LIBSDL_CONFIG --libs` -lSDL_image -lSDL_mixer" - LIBSDL_RPATH= - for args in $LIBSDL_LIBS; do - case $args in - -L*) - LIBSDL_RPATH="$LIBSDL_RPATH $args" - ;; - esac - done - LIBSDL_RPATH=`echo $LIBSDL_RPATH | sed -e "s/-L/-R/g"` LIBSDL_CFLAGS="`$LIBSDL_CONFIG --cflags`" AC_DEFINE_UNQUOTED(HAVE_LIBSDL, 1, [Defines if your system has the LIBSDL library]) @@ -103,6 +93,5 @@ fi AC_SUBST(LIBSDL_LIBS) AC_SUBST(LIBSDL_CFLAGS) -AC_SUBST(LIBSDL_RPATH) AC_OUTPUT(Makefile src/Makefile) -- cgit v1.2.3-70-g09d2