X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.ac;h=c9299731d964fc62c58c7e55e584045842ecc589;hb=64dac07d07f37ec965ccc0b5bc8c8c789247cff0;hp=a9281dc36f399adf902e438af47570a91512817a;hpb=5d665673a29be21fe4ecad870d0a2d4f5c2f308d;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index a9281dc3..c9299731 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ AC_PREREQ([2.50]) AC_INIT([openbox], [2.90.0cvs], [http://bugzilla.icculus.org]) AC_CONFIG_SRCDIR([kernel/openbox.c]) -AC_CONFIG_AUX_DIR([build]) AC_PREFIX_DEFAULT([/usr/local]) test "$prefix" = "NONE" && prefix=$ac_default_prefix @@ -16,6 +15,8 @@ OB_COMPILER_FLAGS AC_C_CONST AC_C_INLINE +AC_PROG_MAKE_SET + if test "$CVS" = "yes"; then AC_PATH_PROG([FLEX], [flex]) test "$FLEX" || AC_MSG_ERROR([flex not found])