[vlc-devel] commit: Fix the INSTALL / autoreconf hack ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Mar 23 21:04:56 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun Mar 23 21:43:35 2008 +0200| [8adb3a39b869d2b39d1948fc30c05e0f2febf697]
Fix the INSTALL / autoreconf hack
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8adb3a39b869d2b39d1948fc30c05e0f2febf697
---
.gitignore | 1 +
bootstrap | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index ee5cad0..10b0cac 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 a7169a8..8390370 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
More information about the vlc-devel
mailing list