diff options
author | fluxgen <fluxgen> | 2005-05-18 08:32:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-05-18 08:32:31 (GMT) |
commit | 519c02ad57a0e5ed4b367ecf729b20c1713daea8 (patch) | |
tree | 09362e4cdc5f0a4f0847781550ca3101f61928b0 | |
parent | c8898e2017618f8e99eb62e4cf60e81b671ba74d (diff) | |
download | fluxbox_pavel-519c02ad57a0e5ed4b367ecf729b20c1713daea8.zip fluxbox_pavel-519c02ad57a0e5ed4b367ecf729b20c1713daea8.tar.bz2 |
locale path
-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.]) |