]> git.sesse.net Git - vlc/commitdiff
Create ABOUT-NLS before running autoreconf
authorRafaël Carré <funman@videolan.org>
Mon, 24 Mar 2008 02:02:56 +0000 (02:02 +0000)
committerRafaël Carré <funman@videolan.org>
Mon, 24 Mar 2008 02:02:56 +0000 (02:02 +0000)
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
 
 ##