stop using build/ dir configure shits all over itself for other people
authorDana Jansens <danakj@orodu.net>
Sun, 6 Apr 2003 11:13:14 +0000 (11:13 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 6 Apr 2003 11:13:14 +0000 (11:13 +0000)
.cvsignore
build/.cvsignore
configure.ac
install-sh [moved from build/install-sh with 100% similarity, mode: 0644]

index 5037d03..33bdc70 100644 (file)
@@ -6,3 +6,6 @@ autom4te.cache
 aclocal.m4
 .deps
 Makefile
+config.guess
+config.sub
+ltmain.sh
index 6dfb40d..848f07e 100644 (file)
@@ -1,4 +1 @@
 Makefile.incl
-config.guess
-config.sub
-ltmain.sh
index 0692209..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
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from build/install-sh
rename to install-sh