added nls/bg_BG and nls/ja_JP
This commit is contained in:
parent
f75b2f66f8
commit
6135f4eff3
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue