aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-09 11:57:05 (GMT)
committerfluxgen <fluxgen>2002-02-09 11:57:05 (GMT)
commit0b25f007d006994b0cf0abe6db6cd200e272e685 (patch)
treeb32e42b632c4776655715cb598eb385c69c917db /configure.in
parent81aff658fdeca9ff5f37a86b72a0500e82def415 (diff)
downloadfluxbox_pavel-0b25f007d006994b0cf0abe6db6cd200e272e685.zip
fluxbox_pavel-0b25f007d006994b0cf0abe6db6cd200e272e685.tar.bz2
update
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0386424..0b2d8cd 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" 163 DEBUG="-DDEBUG -fno-inline"
164 else 164 else
165 AC_MSG_RESULT([no]) 165 AC_MSG_RESULT([no])
166 fi, 166 fi,
@@ -245,7 +245,7 @@ dnl Determine the return type of signal handlers
245AC_TYPE_SIGNAL 245AC_TYPE_SIGNAL
246 246
247dnl Determine if maintainer portions of the Makefiles should be included. 247dnl Determine if maintainer portions of the Makefiles should be included.
248AM_MAINTAINER_MODE 248dnl AM_MAINTAINER_MODE
249 249
250dnl Print results 250dnl Print results
251AC_MSG_RESULT([]) 251AC_MSG_RESULT([])
@@ -276,4 +276,5 @@ nls/ru_RU/Makefile
276nls/sv_SE/Makefile 276nls/sv_SE/Makefile
277nls/tr_TR/Makefile 277nls/tr_TR/Makefile
278nls/it_IT/Makefile 278nls/it_IT/Makefile
279nls/pt_PT/Makefile
279version.h) 280version.h)