From: RĂ©mi Denis-Courmont Date: Sun, 23 Mar 2008 19:43:35 +0000 (+0200) Subject: Fix the INSTALL / autoreconf hack X-Git-Tag: 0.9.0-test0~1924 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8adb3a39b869d2b39d1948fc30c05e0f2febf697;p=vlc Fix the INSTALL / autoreconf hack --- diff --git a/.gitignore b/.gitignore index ee5cad085f..10b0cac87f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ autotools compile config.* configure +INSTALL.git libtool Makefile Makefile.in diff --git a/bootstrap b/bootstrap index a7169a8a6e..839037042e 100755 --- a/bootstrap +++ b/bootstrap @@ -117,12 +117,12 @@ set -x # Automake complains if these are not present echo > vlc-config.in -cp -f INSTALL INSTALL.svn +cp -f INSTALL INSTALL.git autoreconf --install --force --verbose ${ACLOCAL_ARGS} rm -f po/Makevars.template echo > ABOUT-NLS -mv -f INSTALL.svn INSTALL +mv -f INSTALL.git INSTALL ## ## files which need to be regenerated