Commit 6d68e343 authored by Sam Hocevar's avatar Sam Hocevar

* ./NEWS: added an empty NEWS file.

  * ./bootstrap: now that we have the NEWS file, --foreign is no longer
    required when calling automake.
parent 4e433d96
$Id: NEWS,v 1.3 2003/02/01 18:41:09 sam Exp $
Changes between 0.4.6 and 0.5.0:
--------------------------------
* add stuff here
#! /bin/sh
## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.40 2003/01/28 17:11:38 sam Exp $
## $Id: bootstrap,v 1.41 2003/02/01 18:41:09 sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
......@@ -245,7 +245,7 @@ fi
aclocal${amvers} -I m4 || exit 1
autoheader || exit 1
automake${amvers} --foreign --add-missing --copy || PERLSUCKS=yes
automake${amvers} --add-missing --copy || PERLSUCKS=yes
case "$PERLSUCKS" in
no)
......
NULL =
EXTRA_DIST = \
vlc.1 \
vlc-config.1 \
......@@ -6,3 +8,4 @@ EXTRA_DIST = \
release-howto.txt \
web-streaming.html
vlc-howto.sgml \
$(NULL)
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