]> git.sesse.net Git - vlc/blobdiff - bootstrap
Create ABOUT-NLS before running autoreconf
[vlc] / bootstrap
index 89b637fd0540cab8e434e977d70c2733fa8c3981..39f493c97a35ae15710faab9b2cdc54507ec03fc 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -109,11 +109,11 @@ set -x
 
 # Automake complains if these are not present
 echo > vlc-config.in
+echo > ABOUT-NLS
 cp -f INSTALL INSTALL.git
 
 AUTOPOINT=true autoreconf --install --force --verbose ${ACLOCAL_ARGS}
 rm -f po/Makevars.template
-echo > ABOUT-NLS
 mv -f INSTALL.git INSTALL
 
 ##