]> git.sesse.net Git - vlc/commitdiff
* ./bootstrap: fixed a conflict issue with recent autopoint versions.
authorSam Hocevar <sam@videolan.org>
Wed, 12 Mar 2003 04:16:02 +0000 (04:16 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 12 Mar 2003 04:16:02 +0000 (04:16 +0000)
  * ./toolbox: the MSVC project file generation no longer depends on Makefile.

bootstrap
toolbox

index 7c57c59adc7823aec8e8fa5f3dc8c0f499982e16..64a6f9926e76d4645896baf6e1eeb661751d4320 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  bootstrap file for the VLC media player
-##  $Id: bootstrap,v 1.43 2003/02/03 21:47:08 sam Exp $
+##  $Id: bootstrap,v 1.44 2003/03/12 04:16:02 sam Exp $
 ##
 ##  Authors: Samuel Hocevar <sam@zoy.org>
 
@@ -45,6 +45,8 @@ if test x`uname -s` = xDarwin; then ulimit -s 20000; fi
 
 printf "generating Modules.am and configure.ac"
 
+rm -f Modules.am configure.ac
+
 echo > Modules.am
 echo > configure.ac
 
@@ -171,7 +173,7 @@ echo "done."
 ###  classic bootstrap stuff
 ###
 set -x
-rm -f aclocal.m4 m4/oldgettext.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh
+rm -f aclocal.m4 m4/oldgettext.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh ABOUT-NLS
 rm -Rf intl
 
 # Check for gettext
diff --git a/toolbox b/toolbox
index a17b2e12f179550d1343695a3102649b3cb71aa1..172173fbb92a10ab3dd97b818121286137336a52 100755 (executable)
--- a/toolbox
+++ b/toolbox
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  toolbox for the VLC media player
-##  $Id: toolbox,v 1.12 2003/03/10 19:30:35 sam Exp $
+##  $Id: toolbox,v 1.13 2003/03/12 04:16:02 sam Exp $
 ##
 ##  Authors: Samuel Hocevar <sam@zoy.org>
 
@@ -81,9 +81,10 @@ fi
 if test "$do_changelog" = "yes"
 then
   cvs2cl --help >/dev/null 2>&1 || exit 1
+  rm -f ChangeLog
   cvs2cl --hide-filenames --no-wrap -w --stdout | \
     sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | \
-    uniq >| ChangeLog
+    uniq > ChangeLog
 fi
 
 ##
@@ -91,12 +92,6 @@ fi
 ##
 if test "$do_vc" = "yes"
 then
-  if test ! -f Makefile
-  then
-    echo "no Makefile found, did you run ./configure?"
-    exit 1
-  fi
-
   echo "generating Visual Studio files..."
 
   #  The evil ^M