stop using build/ dir configure shits all over itself for other people
This commit is contained in:
parent
a237559080
commit
a119f704b9
4 changed files with 3 additions and 4 deletions
|
@ -6,3 +6,6 @@ autom4te.cache
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
.deps
|
.deps
|
||||||
Makefile
|
Makefile
|
||||||
|
config.guess
|
||||||
|
config.sub
|
||||||
|
ltmain.sh
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
Makefile.incl
|
Makefile.incl
|
||||||
config.guess
|
|
||||||
config.sub
|
|
||||||
ltmain.sh
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
AC_INIT([openbox], [2.90.0cvs], [http://bugzilla.icculus.org])
|
AC_INIT([openbox], [2.90.0cvs], [http://bugzilla.icculus.org])
|
||||||
AC_CONFIG_SRCDIR([kernel/openbox.c])
|
AC_CONFIG_SRCDIR([kernel/openbox.c])
|
||||||
AC_CONFIG_AUX_DIR([build])
|
|
||||||
|
|
||||||
AC_PREFIX_DEFAULT([/usr/local])
|
AC_PREFIX_DEFAULT([/usr/local])
|
||||||
test "$prefix" = "NONE" && prefix=$ac_default_prefix
|
test "$prefix" = "NONE" && prefix=$ac_default_prefix
|
||||||
|
|
0
build/install-sh → install-sh
Executable file → Normal file
0
build/install-sh → install-sh
Executable file → Normal file
Loading…
Reference in a new issue