Browse Source

* ./NEWS: added an empty NEWS file.

* ./bootstrap: now that we have the NEWS file, --foreign is no longer
    required when calling automake.
pull/2/head
Sam Hocevar 23 years ago
parent
commit
6d68e3437f
  1. 8
      NEWS
  2. 4
      bootstrap
  3. 3
      doc/Makefile.am

8
NEWS

@ -0,0 +1,8 @@
$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

4
bootstrap

@ -1,7 +1,7 @@
#! /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)

3
doc/Makefile.am

@ -1,3 +1,5 @@
NULL =
EXTRA_DIST = \
vlc.1 \
vlc-config.1 \
@ -6,3 +8,4 @@ EXTRA_DIST = \
release-howto.txt \
web-streaming.html
vlc-howto.sgml \
$(NULL)

Loading…
Cancel
Save