1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

fixed autogen.sh to include deps in Makefile.in

This commit is contained in:
dan
2002-03-04 06:28:14 +00:00
parent 5fe90167a3
commit efcf27f854
2 changed files with 7 additions and 7 deletions

View File

@@ -33,14 +33,14 @@ if test "$DIE" -eq 1; then
exit 1
fi
echo " libtoolize --copy --force"
libtoolize --copy --force
echo " libtoolize --copy --force --automake"
libtoolize --copy --force --automake
echo " aclocal -I . $ACLOCAL_FLAGS"
aclocal -I . $ACLOCAL_FLAGS
echo " autoheader"
autoheader
echo " automake --add-missing"
automake --add-missing
echo " automake --add-missing --gnu --include-deps"
automake --add-missing --gnu --include-deps
echo " autoconf"
autoconf

View File

@@ -4,8 +4,8 @@
# and friends, quickly.
#
aclocal
aclocal -I .
autoheader
autoconf
libtoolize --force --automake
automake -a --gnu --include-deps
libtoolize --copy --force --automake
automake --add-missing --gnu --include-deps