From 6135f4eff3ec24fce012d7a63731884df99185a8 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 24 Feb 2002 18:57:06 +0000 Subject: added nls/bg_BG and nls/ja_JP --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 0b2d8cd..7a0a795 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-pre,no-define) +AM_INIT_AUTOMAKE(fluxbox,0.1.7-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, @@ -277,4 +277,6 @@ nls/sv_SE/Makefile nls/tr_TR/Makefile nls/it_IT/Makefile nls/pt_PT/Makefile +nls/bg_BG/Makefile +nls/ja_JP/Makefile version.h) -- cgit v0.11.2