move foreign into the Makefile.am

This commit is contained in:
Dana Jansens 2003-09-23 19:28:58 +00:00
parent 907d9d4ce5
commit 74d855593a
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ userscriptdir = $(datadir)/openbox
theme = TheBear
AUTOMAKE_OPTIONS = subdir-objects
AUTOMAKE_OPTIONS = subdir-objects foreign
ACLOCAL_AMFLAGS = -I m4
INCLUDES = -I.

View file

@ -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