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 ...@@ -20,6 +20,7 @@ autotools
compile compile
config.* config.*
configure configure
INSTALL.git
libtool libtool
Makefile Makefile
Makefile.in Makefile.in
......
...@@ -117,12 +117,12 @@ set -x ...@@ -117,12 +117,12 @@ set -x
# Automake complains if these are not present # Automake complains if these are not present
echo > vlc-config.in echo > vlc-config.in
cp -f INSTALL INSTALL.svn cp -f INSTALL INSTALL.git
autoreconf --install --force --verbose ${ACLOCAL_ARGS} autoreconf --install --force --verbose ${ACLOCAL_ARGS}
rm -f po/Makevars.template rm -f po/Makevars.template
echo > ABOUT-NLS echo > ABOUT-NLS
mv -f INSTALL.svn INSTALL mv -f INSTALL.git INSTALL
## ##
## files which need to be regenerated ## 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