diff options
-rw-r--r-- | configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5c8e712..5952580 100644 --- a/configure.in +++ b/configure.in | |||
@@ -583,6 +583,15 @@ AC_ARG_WITH( | |||
583 | ) | 583 | ) |
584 | AC_SUBST(DEFAULT_INIT) | 584 | AC_SUBST(DEFAULT_INIT) |
585 | 585 | ||
586 | AC_ARG_WITH( | ||
587 | locale, | ||
588 | [ --with-locale=path location for nls files (PREFIX/share/fluxbox/nls)], | ||
589 | LOCALE_PATH=$with_locale_path, | ||
590 | LOCALE_PATH=$prefix/share/fluxbox/nls | ||
591 | ) | ||
592 | AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") | ||
593 | AC_SUBST(LOCALE_PATH) | ||
594 | |||
586 | dnl Determine the return type of signal handlers | 595 | dnl Determine the return type of signal handlers |
587 | AC_TYPE_SIGNAL | 596 | AC_TYPE_SIGNAL |
588 | 597 | ||
@@ -598,6 +607,7 @@ AC_MSG_RESULT([Using '$DEFAULT_MENU' for location menu file.]) | |||
598 | AC_MSG_RESULT([Using '$DEFAULT_STYLE' by default style.]) | 607 | AC_MSG_RESULT([Using '$DEFAULT_STYLE' by default style.]) |
599 | AC_MSG_RESULT([Using '$DEFAULT_KEYS' for location keys file.]) | 608 | AC_MSG_RESULT([Using '$DEFAULT_KEYS' for location keys file.]) |
600 | AC_MSG_RESULT([Using '$DEFAULT_INIT' for location init file.]) | 609 | AC_MSG_RESULT([Using '$DEFAULT_INIT' for location init file.]) |
610 | AC_MSG_RESULT([Using '$LOCALE_PATH' for nls files.]) | ||
601 | AC_MSG_RESULT([Using '$CXX' for C++ compiler.]) | 611 | AC_MSG_RESULT([Using '$CXX' for C++ compiler.]) |
602 | AC_MSG_RESULT([Building with '$CXXFLAGS' for C++ compiler flags.]) | 612 | AC_MSG_RESULT([Building with '$CXXFLAGS' for C++ compiler flags.]) |
603 | AC_MSG_RESULT([Building with '$LIBS' for linker flags.]) | 613 | AC_MSG_RESULT([Building with '$LIBS' for linker flags.]) |