all repos — fluxbox @ 2ea94bb32245834e3a5b1e836a96109f45210c35

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

2ea94bb32245834e3a5b1e836a96109f45210c35

parent

6cb7a141a92f1fbe747c17bfa9a811e358cfefea

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M configureconfigure

@@ -728,7 +728,7 @@

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
M configure.inconfigure.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,