aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-24 18:57:06 (GMT)
committerfluxgen <fluxgen>2002-02-24 18:57:06 (GMT)
commit6135f4eff3ec24fce012d7a63731884df99185a8 (patch)
treeb87dc1ce34f9cca874f22d76e2322b6f75db5d78
parentf75b2f66f83ace1ce0ee290681a15ab2cb70582b (diff)
downloadfluxbox-6135f4eff3ec24fce012d7a63731884df99185a8.zip
fluxbox-6135f4eff3ec24fce012d7a63731884df99185a8.tar.bz2
added nls/bg_BG and nls/ja_JP
-rw-r--r--configure.in6
1 files 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 @@
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-pre,no-define) 4AM_INIT_AUTOMAKE(fluxbox,0.1.7-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,
@@ -277,4 +277,6 @@ nls/sv_SE/Makefile
277nls/tr_TR/Makefile 277nls/tr_TR/Makefile
278nls/it_IT/Makefile 278nls/it_IT/Makefile
279nls/pt_PT/Makefile 279nls/pt_PT/Makefile
280nls/bg_BG/Makefile
281nls/ja_JP/Makefile
280version.h) 282version.h)