Commit 8adb3a39 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix the INSTALL / autoreconf hack

parent a24c9548
......@@ -20,6 +20,7 @@ autotools
compile
config.*
configure
INSTALL.git
libtool
Makefile
Makefile.in
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment