]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
workaround for swig problem
[chaz/openbox] / configure.ac
index 7a2e5c5e90fbbc40ebf5b359830adf710d542984..97e342413c22b8ee8d15b22432cbde43e8b4804b 100644 (file)
@@ -1,11 +1,17 @@
 AC_PREREQ([2.50])
 AC_INIT([src/main.cc])
 AC_CONFIG_HEADERS(config.h)
-AC_LANG(C++)
+AC_LANG([C++])
+AC_ENABLE_STATIC([no])
+AC_ENABLE_SHARED([yes])
 
-AM_INIT_AUTOMAKE([openbox], [2.90.0cvs])
+AC_PREFIX_DEFAULT([/usr/local])
+if test "$prefix" = "NONE"; then
+  prefix=$ac_default_prefix
+  ac_configure_args="$ac_configure_args --prefix $prefix"
+fi
 
-test "$prefix" = "NONE" && prefix="$ac_default_prefix"
+AM_INIT_AUTOMAKE([openbox], [2.90.0cvs])
 
 AC_PATH_PROG([regex_cmd], [sed])
 test "$regex_cmd" || AC_MSG_ERROR([sed not found])
@@ -67,4 +73,3 @@ AC_MSG_RESULT([Building with '$CXXFLAGS' for C++ compiler flags.])
 AC_MSG_RESULT([Building with '$LIBS' for linker flags.])
 AC_MSG_RESULT
 AC_MSG_RESULT([configure complete, now type \"make\"])
-AC_MSG_RESULT
This page took 0.021234 seconds and 4 git commands to generate.