1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-31 20:16:57 +00:00

(trunk) fix the autoreconf invocation s.t. automake knows to add our .m4 files to am__aclocal_m4_deps

This commit is contained in:
Charles Kerr 2010-06-17 17:05:27 +00:00
parent 14cfd0fac0
commit 41fe524991

View file

@ -24,7 +24,7 @@ export LIBTOOLIZE
./update-version-h.sh
autoreconf -fi -I "${ORIGDIR}/m4"
autoreconf -fi
if test "$GETTEXTIZE"; then
echo "Creating aclocal.m4 ..."