diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -728,7 +728,7 @@ fi | |||
728 | 728 | ||
729 | PACKAGE=fluxbox | 729 | PACKAGE=fluxbox |
730 | 730 | ||
731 | VERSION=0.1.6 | 731 | VERSION=0.1.6-pre |
732 | 732 | ||
733 | if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then | 733 | if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then |
734 | { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } | 734 | { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } |
@@ -3285,7 +3285,7 @@ if test "${enable_debug+set}" = set; then | |||
3285 | enableval="$enable_debug" | 3285 | enableval="$enable_debug" |
3286 | if test x$enableval = "xyes"; then | 3286 | if test x$enableval = "xyes"; then |
3287 | echo "$ac_t""yes" 1>&6 | 3287 | echo "$ac_t""yes" 1>&6 |
3288 | DEBUG="-DDEBUG -fno-inline" | 3288 | DEBUG="-DDEBUG" |
3289 | else | 3289 | else |
3290 | echo "$ac_t""no" 1>&6 | 3290 | echo "$ac_t""no" 1>&6 |
3291 | fi | 3291 | fi |
diff --git a/configure.in b/configure.in index ad302bf..f57b299 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 | 1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 |
2 | dnl Initialize autoconf and automake | 2 | dnl Initialize autoconf and automake |
3 | AC_INIT(src/main.cc) | 3 | AC_INIT(src/main.cc) |
4 | AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,0.1.6-pre,no-define) |
5 | 5 | ||
6 | dnl Determine default prefix | 6 | dnl Determine default prefix |
7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" | 7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" |
@@ -160,7 +160,7 @@ AC_ARG_ENABLE(debug, | |||
160 | [ --enable-debug include verbose debugging code [default=no]], | 160 | [ --enable-debug include verbose debugging code [default=no]], |
161 | if test x$enableval = "xyes"; then | 161 | if test x$enableval = "xyes"; then |
162 | AC_MSG_RESULT([yes]) | 162 | AC_MSG_RESULT([yes]) |
163 | DEBUG="-DDEBUG -fno-inline" | 163 | DEBUG="-DDEBUG" |
164 | else | 164 | else |
165 | AC_MSG_RESULT([no]) | 165 | AC_MSG_RESULT([no]) |
166 | fi, | 166 | fi, |