Commit 8b722b23 authored by Sam Hocevar's avatar Sam Hocevar

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

parent a0ee0f8a
#! /bin/sh #! /bin/sh
## bootstrap file for the VLC media player ## 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> ## Authors: Samuel Hocevar <sam@zoy.org>
...@@ -186,7 +186,7 @@ rm -f ltmain.sh libtool ltconfig ...@@ -186,7 +186,7 @@ rm -f ltmain.sh libtool ltconfig
rm -f m4/oldgettext.m4 ABOUT-NLS rm -f m4/oldgettext.m4 ABOUT-NLS
rm -Rf intl rm -Rf intl
# update m4 local macros # 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 # Check for gettext
if gettextize --version >/dev/null 2>&1 if gettextize --version >/dev/null 2>&1
......
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