all repos — fluxbox @ 519c02ad57a0e5ed4b367ecf729b20c1713daea8

custom fork of the fluxbox windowmanager

locale path
fluxgen fluxgen
commit

519c02ad57a0e5ed4b367ecf729b20c1713daea8

parent

c8898e2017618f8e99eb62e4cf60e81b671ba74d

1 files changed, 10 insertions(+), 0 deletions(-)

jump to
M configure.inconfigure.in

@@ -583,6 +583,15 @@ DEFAULT_INIT=$prefix/share/fluxbox/init

) AC_SUBST(DEFAULT_INIT) +AC_ARG_WITH( + locale, + [ --with-locale=path location for nls files (PREFIX/share/fluxbox/nls)], + LOCALE_PATH=$with_locale_path, + LOCALE_PATH=$prefix/share/fluxbox/nls +) +AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") +AC_SUBST(LOCALE_PATH) + dnl Determine the return type of signal handlers AC_TYPE_SIGNAL

@@ -598,6 +607,7 @@ AC_MSG_RESULT([Using '$DEFAULT_MENU' for location menu file.])

AC_MSG_RESULT([Using '$DEFAULT_STYLE' by default style.]) AC_MSG_RESULT([Using '$DEFAULT_KEYS' for location keys file.]) AC_MSG_RESULT([Using '$DEFAULT_INIT' for location init file.]) +AC_MSG_RESULT([Using '$LOCALE_PATH' for nls files.]) AC_MSG_RESULT([Using '$CXX' for C++ compiler.]) AC_MSG_RESULT([Building with '$CXXFLAGS' for C++ compiler flags.]) AC_MSG_RESULT([Building with '$LIBS' for linker flags.])