[vlc-devel] commit: Create ABOUT-NLS before running autoreconf ( Rafaël Carré )
git version control
git at videolan.org
Mon Mar 24 03:02:35 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Mar 24 02:02:56 2008 +0000| [688ba6acb3173b4bf1c6673cca823195e75ad029]
Create ABOUT-NLS before running autoreconf
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=688ba6acb3173b4bf1c6673cca823195e75ad029
---
bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bootstrap b/bootstrap
index 89b637f..39f493c 100755
--- 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
##
More information about the vlc-devel
mailing list