diff options
-rw-r--r-- | configure.in | 7 |
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 @@ | |||
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" | 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 | |||
245 | AC_TYPE_SIGNAL | 245 | AC_TYPE_SIGNAL |
246 | 246 | ||
247 | dnl Determine if maintainer portions of the Makefiles should be included. | 247 | dnl Determine if maintainer portions of the Makefiles should be included. |
248 | AM_MAINTAINER_MODE | 248 | dnl AM_MAINTAINER_MODE |
249 | 249 | ||
250 | dnl Print results | 250 | dnl Print results |
251 | AC_MSG_RESULT([]) | 251 | AC_MSG_RESULT([]) |
@@ -276,4 +276,5 @@ nls/ru_RU/Makefile | |||
276 | nls/sv_SE/Makefile | 276 | nls/sv_SE/Makefile |
277 | nls/tr_TR/Makefile | 277 | nls/tr_TR/Makefile |
278 | nls/it_IT/Makefile | 278 | nls/it_IT/Makefile |
279 | nls/pt_PT/Makefile | ||
279 | version.h) | 280 | version.h) |