From 6d68e3437f8af8377eb75e008a7ad8c8cbeb14c0 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 1 Feb 2003 18:41:09 +0000 Subject: [PATCH] * ./NEWS: added an empty NEWS file. * ./bootstrap: now that we have the NEWS file, --foreign is no longer required when calling automake. --- NEWS | 8 ++++++++ bootstrap | 4 ++-- doc/Makefile.am | 3 +++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000000..a802aea732 --- /dev/null +++ b/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 + + diff --git a/bootstrap b/bootstrap index 36c87c6bcb..856b1844d6 100755 --- a/bootstrap +++ b/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 @@ -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) diff --git a/doc/Makefile.am b/doc/Makefile.am index 01f52048a9..ef485d28d9 100644 --- a/doc/Makefile.am +++ b/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) -- 2.39.2