aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-10 14:21:31 (GMT)
committerfluxgen <fluxgen>2002-01-10 14:21:31 (GMT)
commit2ea94bb32245834e3a5b1e836a96109f45210c35 (patch)
tree2d39d669e8555dd0c06b08f75f68925d6bdc6ac8
parent6cb7a141a92f1fbe747c17bfa9a811e358cfefea (diff)
downloadfluxbox-2ea94bb32245834e3a5b1e836a96109f45210c35.zip
fluxbox-2ea94bb32245834e3a5b1e836a96109f45210c35.tar.bz2
update
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
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
728 728
729PACKAGE=fluxbox 729PACKAGE=fluxbox
730 730
731VERSION=0.1.6 731VERSION=0.1.6-pre
732 732
733if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 733if 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 @@
1dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 1dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
2dnl Initialize autoconf and automake 2dnl Initialize autoconf and automake
3AC_INIT(src/main.cc) 3AC_INIT(src/main.cc)
4AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define) 4AM_INIT_AUTOMAKE(fluxbox,0.1.6-pre,no-define)
5 5
6dnl Determine default prefix 6dnl Determine default prefix
7test x$prefix = "xNONE" && prefix="$ac_default_prefix" 7test 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,