Browse Source

Don't loose our INSTALL

pull/2/head
Rémi Denis-Courmont 18 years ago
parent
commit
88e2bbbaaa
  1. 2
      bootstrap

2
bootstrap

@ -126,10 +126,12 @@ set -x
# Automake complains if these are not present
echo > vlc-config.in
mkdir -p intl
cp -f INSTALL INSTALL.svn
autoreconf --install --force ${ACLOCAL_ARGS}
rm -f po/Makevars.template
echo > ABOUT-NLS
mv -f INSTALL.svn INSTALL
##
## files which need to be regenerated

Loading…
Cancel
Save