using configure.ac causes problems. switching back to configure.in
This commit is contained in:
parent
0c7e8e4011
commit
60b2990e39
2 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,8 @@ sh() {
|
||||||
|
|
||||||
sh autoheader
|
sh autoheader
|
||||||
sh aclocal
|
sh aclocal
|
||||||
sh automake --foreign --include-deps --add-missing
|
|
||||||
sh autoconf
|
sh autoconf
|
||||||
|
sh automake --foreign --include-deps --add-missing
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo You are now ready to run ./configure
|
echo You are now ready to run ./configure
|
||||||
|
|
|
@ -2,7 +2,6 @@ dnl configure.in for Openbox
|
||||||
dnl Initialize autoconf and automake
|
dnl Initialize autoconf and automake
|
||||||
AC_INIT(src/blackbox.cc)
|
AC_INIT(src/blackbox.cc)
|
||||||
AM_INIT_AUTOMAKE(openbox,2.0.0,no-define)
|
AM_INIT_AUTOMAKE(openbox,2.0.0,no-define)
|
||||||
AC_CONFIG_HEADERS(config.h)
|
|
||||||
|
|
||||||
dnl Determine default prefix
|
dnl Determine default prefix
|
||||||
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
Loading…
Reference in a new issue