diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-06 11:13:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-06 11:13:14 +0000 |
| commit | a119f704b90e8bef55f9f30eddb21bb2d6b5529d (patch) | |
| tree | 0682b86760d82284c34f8c1344262709fb1497b5 | |
| parent | a2375590808dc9d9df29a72c979d0c97ae01b21f (diff) | |
stop using build/ dir configure shits all over itself for other people
| -rw-r--r-- | .cvsignore | 3 | ||||
| -rw-r--r-- | build/.cvsignore | 3 | ||||
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r--[-rwxr-xr-x] | install-sh (renamed from build/install-sh) | 0 |
4 files changed, 3 insertions, 4 deletions
@@ -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 6dfb40da..848f07ea 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 0692209d..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 diff --git a/build/install-sh b/install-sh index 36f96f3e..36f96f3e 100755..100644 --- a/build/install-sh +++ b/install-sh |
