From 8adb3a39b869d2b39d1948fc30c05e0f2febf697 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 23 Mar 2008 21:43:35 +0200 Subject: [PATCH] Fix the INSTALL / autoreconf hack --- .gitignore | 1 + bootstrap | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2