Commit 5319a4b4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make autoreconf verbose

parent 4eb79afc
...@@ -127,7 +127,7 @@ set -x ...@@ -127,7 +127,7 @@ set -x
echo > vlc-config.in echo > vlc-config.in
cp -f INSTALL INSTALL.svn cp -f INSTALL INSTALL.svn
autoreconf --install --force ${ACLOCAL_ARGS} autoreconf --install --force --verbose ${ACLOCAL_ARGS}
rm -f po/Makevars.template rm -f po/Makevars.template
echo > ABOUT-NLS echo > ABOUT-NLS
mv -f INSTALL.svn INSTALL mv -f INSTALL.svn INSTALL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment