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:
parent
14cfd0fac0
commit
41fe524991
1 changed files with 1 additions and 1 deletions
|
@ -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 ..."
|
||||
|
|
Loading…
Reference in a new issue