* ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.

This commit is contained in:
Sam Hocevar 2003-03-25 23:13:58 +00:00
parent a0ee0f8aa2
commit 8b722b23ad
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.46 2003/03/20 10:27:35 sam Exp $
## $Id: bootstrap,v 1.47 2003/03/25 23:13:58 sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
@ -186,7 +186,7 @@ rm -f ltmain.sh libtool ltconfig
rm -f m4/oldgettext.m4 ABOUT-NLS
rm -Rf intl
# update m4 local macros
rm -f m4/vlc.m4 && echo "Private VLC macros" > m4/vlc.m4
rm -f m4/vlc.m4 && echo "dnl Private VLC macros" > m4/vlc.m4
# Check for gettext
if gettextize --version >/dev/null 2>&1