]> git.sesse.net Git - vlc/commitdiff
* ./NEWS: added an empty NEWS file.
authorSam Hocevar <sam@videolan.org>
Sat, 1 Feb 2003 18:41:09 +0000 (18:41 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 1 Feb 2003 18:41:09 +0000 (18:41 +0000)
  * ./bootstrap: now that we have the NEWS file, --foreign is no longer
    required when calling automake.

NEWS [new file with mode: 0644]
bootstrap
doc/Makefile.am

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..a802aea
--- /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
+
+
index 36c87c6bcb5be51d2aabbf83426e46a7870e2231..856b1844d6fb0f33d1d8aa4d562cb5c2a106a530 100755 (executable)
--- 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 <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)
index 01f52048a952b1040a3615bbd32d610d141ac67c..ef485d28d965b067697eb3055740a05efbeecd02 100644 (file)
@@ -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)