move foreign into the Makefile.am
This commit is contained in:
parent
907d9d4ce5
commit
74d855593a
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ userscriptdir = $(datadir)/openbox
|
|||
|
||||
theme = TheBear
|
||||
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
AUTOMAKE_OPTIONS = subdir-objects foreign
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
INCLUDES = -I.
|
||||
|
|
|
@ -11,7 +11,7 @@ sh libtoolize --copy --force --automake
|
|||
sh aclocal -I m4 $ACLOCAL_FLAGS
|
||||
#sh autoheader
|
||||
sh autoconf
|
||||
sh automake --foreign --include-deps --add-missing --copy
|
||||
sh automake --include-deps --add-missing --copy
|
||||
|
||||
echo
|
||||
echo You are now ready to run ./configure
|
||||
|
|
Loading…
Reference in a new issue