/[enigma]/enigma/configure.in
ViewVC logotype

Diff of /enigma/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by dheck, Fri Mar 28 13:17:10 2003 UTC revision 1.28 by reallysoft, Fri May 2 09:46:46 2003 UTC
# Line 27  AC_SUBST(SDL_CFLAGS) Line 27  AC_SUBST(SDL_CFLAGS)
27  dnl LIBS="$LIBS $SDL_LIBS"  dnl LIBS="$LIBS $SDL_LIBS"
28  dnl CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"  dnl CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
29    
30  dnl Below we check for some additional header files from the "SDL family".    dnl Below we check for some additional header files from the "SDL family".
31  dnl Since AC_CHECK_HEADER uses the preprocessor to check for header  dnl Since AC_CHECK_HEADER uses the preprocessor to check for header
32  dnl files, add the necessary preprocessor flags.  dnl files, add the necessary preprocessor flags.
33  dnl CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"  dnl CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
34    
# Line 78  dnl LIBTOLUAFLAGS='-I$(top_srcdir)/lib-s Line 78  dnl LIBTOLUAFLAGS='-I$(top_srcdir)/lib-s
78  dnl AC_SUBST(LIBTOLUAFLAGS)  dnl AC_SUBST(LIBTOLUAFLAGS)
79    
80  dnl  dnl
81  dnl Activatate optimizations when profiling, to get rid of  dnl Activatate optimizations when profiling, to get rid of
82  dnl inlineable functions.  dnl inlineable functions.
83  dnl  dnl
84  AC_MSG_CHECKING(whether to include profiling information)  AC_MSG_CHECKING(whether to include profiling information)
# Line 89  AC_ARG_ENABLE(profile, Line 89  AC_ARG_ENABLE(profile,
89  if test "x$enable_profile" = xyes; then  if test "x$enable_profile" = xyes; then
90          CXXFLAGS="$CXXFLAGS -pg -O2"          CXXFLAGS="$CXXFLAGS -pg -O2"
91          AC_MSG_RESULT(yes)          AC_MSG_RESULT(yes)
92  else  else
93          AC_MSG_RESULT(no)          AC_MSG_RESULT(no)
94  fi  fi
95    
96  dnl ----------------------------------------  dnl ----------------------------------------
97  dnl Check for optimizations  dnl Check for optimizations
# Line 114  dnl Setup default search path for game d Line 114  dnl Setup default search path for game d
114  FC_EXPAND_DIR(ENIGMA_DATADIR, "$datadir/enigma")  FC_EXPAND_DIR(ENIGMA_DATADIR, "$datadir/enigma")
115  AC_DEFINE_UNQUOTED(DEFAULT_DATA_PATH, "./data:~/.enigma:$ENIGMA_DATADIR", [Default data dir])  AC_DEFINE_UNQUOTED(DEFAULT_DATA_PATH, "./data:~/.enigma:$ENIGMA_DATADIR", [Default data dir])
116    
117  AC_OUTPUT([Makefile  AC_OUTPUT([Makefile
118             data/Makefile             data/Makefile
119             data/gfx/Makefile             data/gfx/Makefile
120             data/levels/Makefile             data/levels/Makefile
121               data/levels/Sokoban/Makefile
122             data/fonts/Makefile             data/fonts/Makefile
123             data/sound/Makefile             data/sound/Makefile
124             doc/Makefile             doc/Makefile
# Line 126  AC_OUTPUT([Makefile Line 127  AC_OUTPUT([Makefile
127             lib-src/oxydlib/Makefile             lib-src/oxydlib/Makefile
128             lib-src/lua/Makefile             lib-src/lua/Makefile
129             src/Makefile             src/Makefile
130             src/px/Makefile             src/px/Makefile
131  ])  ])
132    
133  echo  echo

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26