X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bootstrap;h=52a754ad4d4c1c1883182365aca90767e00a6f1d;hb=e769bca04c56a67ab39ee2d2700508a9c5ad8910;hp=1d1572a63fd394693f7e7acc3abd5153f3c9886d;hpb=9998b1b4ef14dd879b662d1da728f0ca44954764;p=vlc diff --git a/bootstrap b/bootstrap index 1d1572a63f..52a754ad4d 100755 --- a/bootstrap +++ b/bootstrap @@ -63,7 +63,7 @@ case "$(autoreconf --version|head -n 1)" in echo "Enabling provisional autoconf 2.59 work-around. Update autoconf ASAP." echo "Press Enter to continue" read - cp -f extras/m4/autoconf260.m4 m4/ + cp -f extras/buildsystem/autotools/m4/autoconf260.m4 m4/ ;; esac @@ -125,11 +125,12 @@ set -x # Automake complains if these are not present echo > vlc-config.in -mkdir -p intl +cp -f INSTALL INSTALL.svn -autoreconf --install --force ${ACLOCAL_ARGS} +autoreconf --install --force --verbose ${ACLOCAL_ARGS} rm -f po/Makevars.template echo > ABOUT-NLS +mv -f INSTALL.svn INSTALL ## ## files which need to be regenerated