Skip to content

Commit

Permalink
Fix the INSTALL / autoreconf hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Mar 23, 2008
1 parent a24c954 commit 8adb3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ autotools
compile
config.*
configure
INSTALL.git
libtool
Makefile
Makefile.in
Expand Down
4 changes: 2 additions & 2 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8adb3a3

Please sign in to comment.