From 2ea94bb32245834e3a5b1e836a96109f45210c35 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 10 Jan 2002 14:21:31 +0000 Subject: update --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 41cff26..8cfce1d 100755 --- a/configure +++ b/configure @@ -728,7 +728,7 @@ fi PACKAGE=fluxbox -VERSION=0.1.6 +VERSION=0.1.6-pre if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { 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 enableval="$enable_debug" if test x$enableval = "xyes"; then echo "$ac_t""yes" 1>&6 - DEBUG="-DDEBUG -fno-inline" + DEBUG="-DDEBUG" else echo "$ac_t""no" 1>&6 fi diff --git a/configure.in b/configure.in index ad302bf..f57b299 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 dnl Initialize autoconf and automake AC_INIT(src/main.cc) -AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define) +AM_INIT_AUTOMAKE(fluxbox,0.1.6-pre,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix" @@ -160,7 +160,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug include verbose debugging code [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) - DEBUG="-DDEBUG -fno-inline" + DEBUG="-DDEBUG" else AC_MSG_RESULT([no]) fi, -- cgit v0.11.2