X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure.ac;h=e8d8d9b090eddaa5ff27e84f0ee3ef205c81a86c;hp=4aafa8126d55e5676bdb01b23546faa69dc5efec;hb=72d4af22710317acffab861421c4364b1780b6fe;hpb=16d1a05b0777e97a45c48e2874aa4e5cc791282e diff --git a/configure.ac b/configure.ac index 4aafa81..e8d8d9b 100644 --- a/configure.ac +++ b/configure.ac @@ -39,8 +39,8 @@ AC_ARG_ENABLE([debug], [debug=$enableval if test x$debug = xyes then - CFLAGS="-Wall -Werror -g -O0 -DDEBUG" - CXXFLAGS="-Wall -Werror -g -O0 -DDEBUG" + CFLAGS="-Wall -Werror -gstabs+ -O0 -DDEBUG" + CXXFLAGS="-Wall -Werror -gstabs+ -O0 -DDEBUG" else CFLAGS="-O2 -DNDEBUG" CXXFLAGS="-O2 -DNDEBUG" @@ -73,10 +73,10 @@ AC_SUBST([DATADIR]) AC_DEFINE_UNQUOTED([YOINK_DATADIR], ["$DATADIR"], [Define to path of game asset directory.]) -CONFIGFILES="\$HOME/.yoinkrc:/etc/yoinkrc:$DATADIR/yoinkrc" +CONFIGFILES="\$HOME/.yoinkrc:/etc/yoinkrc" AC_DEFINE_UNQUOTED([YOINK_CONFIGFILES], ["$CONFIGFILES"], - [Define to colon-delimited config file paths.]) + [Define to colon-delimited configuration file paths.]) # @@ -158,6 +158,7 @@ AC_CONFIG_FILES([Makefile data/Makefile doc/Makefile doc/yoink.6 + extra/yoink.spec src/Makefile yajl/Makefile])