From fa28fb72531414aaa49dc660481ce75b2b70c29f Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 12 Jan 2005 06:13:48 +0000 Subject: added --with-style= option for ./configure, patch from php-coder --- configure.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure.in b/configure.in index cc31de9..61fc442 100644 --- a/configure.in +++ b/configure.in @@ -506,6 +506,14 @@ AC_ARG_ENABLE( AC_MSG_RESULT([no]) ) +AC_ARG_WITH( + style, + [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], + DEFAULT_STYLE=$with_style, + DEFAULT_STYLE=$prefix/share/fluxbox/styles/Meta +) +AC_SUBST(DEFAULT_STYLE) + dnl Determine the return type of signal handlers AC_TYPE_SIGNAL @@ -517,6 +525,7 @@ AC_MSG_RESULT([]) AC_MSG_RESULT([ $PACKAGE version $VERSION configured successfully.]) AC_MSG_RESULT([]) AC_MSG_RESULT([Using '$prefix' for installation.]) +AC_MSG_RESULT([Using '$DEFAULT_STYLE' by default style.]) 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.]) -- cgit v0.11.2