]> git.sesse.net Git - vlc/blobdiff - bootstrap
Fix the INSTALL / autoreconf hack
[vlc] / bootstrap
index a7169a8a6e04382c11070cfba80e261e6a7f63ba..839037042ebf812134c27869aa1e76036de7c60f 100755 (executable)
--- 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