mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo " libtoolize --copy --force"
|
echo " libtoolize --copy --force --automake"
|
||||||
libtoolize --copy --force
|
libtoolize --copy --force --automake
|
||||||
echo " aclocal -I . $ACLOCAL_FLAGS"
|
echo " aclocal -I . $ACLOCAL_FLAGS"
|
||||||
aclocal -I . $ACLOCAL_FLAGS
|
aclocal -I . $ACLOCAL_FLAGS
|
||||||
echo " autoheader"
|
echo " autoheader"
|
||||||
autoheader
|
autoheader
|
||||||
echo " automake --add-missing"
|
echo " automake --add-missing --gnu --include-deps"
|
||||||
automake --add-missing
|
automake --add-missing --gnu --include-deps
|
||||||
echo " autoconf"
|
echo " autoconf"
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
# and friends, quickly.
|
# and friends, quickly.
|
||||||
#
|
#
|
||||||
|
|
||||||
aclocal
|
aclocal -I .
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
libtoolize --force --automake
|
libtoolize --copy --force --automake
|
||||||
automake -a --gnu --include-deps
|
automake --add-missing --gnu --include-deps
|
||||||
|
|||||||
Reference in New Issue
Block a user