all repos — fluxbox @ c66c8ce138ab995b4ba02506dded40b88522ad86

custom fork of the fluxbox windowmanager

disabled nls as default until its fixed
fluxgen fluxgen
commit

c66c8ce138ab995b4ba02506dded40b88522ad86

parent

868edbabf2f9d1bd602e526f45864ba79050c956

1 files changed, 3 insertions(+), 5 deletions(-)

jump to
M configure.inconfigure.in

@@ -1,7 +1,7 @@

dnl Initialize autoconf and automake AC_INIT(src/main.cc) AC_PREREQ(2.52) -AM_INIT_AUTOMAKE(fluxbox,0.9.9, no-define) +AM_INIT_AUTOMAKE(fluxbox,cvs, no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix"

@@ -243,7 +243,7 @@

dnl Check whether to include native language support (i18n) AC_MSG_CHECKING([whether to include NLS support]) AC_ARG_ENABLE(nls, - [ --enable-nls include native language support [default=yes]], + [ --enable-nls include native language support [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) AC_DEFINE(NLS, 1, "Native language support")

@@ -251,9 +251,7 @@ NLS="-DNLS"

else AC_MSG_RESULT([no]) fi, - AC_MSG_RESULT([yes]) - AC_DEFINE(NLS, 1, "Native language support") - NLS="-DNLS" + AC_MSG_RESULT([no]) ) AC_SUBST(NLS)