mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
fixed autogen.sh to include deps in Makefile.in
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user