From: Dana Jansens Date: Sun, 6 Apr 2003 11:13:14 +0000 (+0000) Subject: stop using build/ dir configure shits all over itself for other people X-Git-Tag: openbox-3_0-rc1-RELEASE~1400 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=a119f704b90e8bef55f9f30eddb21bb2d6b5529d;ds=sidebyside stop using build/ dir configure shits all over itself for other people --- diff --git a/.cvsignore b/.cvsignore index 5037d03..33bdc70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,6 @@ autom4te.cache aclocal.m4 .deps Makefile +config.guess +config.sub +ltmain.sh diff --git a/build/.cvsignore b/build/.cvsignore index 6dfb40d..848f07e 100644 --- a/build/.cvsignore +++ b/build/.cvsignore @@ -1,4 +1 @@ Makefile.incl -config.guess -config.sub -ltmain.sh diff --git a/configure.ac b/configure.ac index 0692209..c929973 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 diff --git a/build/install-sh b/install-sh old mode 100755 new mode 100644 similarity index 100% rename from build/install-sh rename to install-sh