stop using build/ dir configure shits all over itself for other people
[mikachu/openbox.git] / configure.ac
index a9281dc..c929973 100644 (file)
@@ -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])