]> git.sesse.net Git - vlc/commitdiff
Fix the INSTALL / autoreconf hack
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Mar 2008 19:43:35 +0000 (21:43 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Mar 2008 19:43:35 +0000 (21:43 +0200)
.gitignore
bootstrap

index ee5cad085f972965fba5184222a928e1e595f63c..10b0cac87f2141bed12ef1009ecfad3e2c80905e 100644 (file)
@@ -20,6 +20,7 @@ autotools
 compile
 config.*
 configure
+INSTALL.git
 libtool
 Makefile
 Makefile.in
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