]> git.sesse.net Git - vlc/blobdiff - bootstrap
* ALL: started the slow move to automake. For the moment, the changes are
[vlc] / bootstrap
similarity index 90%
rename from bootstrap.sh
rename to bootstrap
index 42b13ae4af3e0eb1ed5b04ab3db8aa1d00052cc7..b60d3b3f16fac7ff735564837fb312df22fe5809 100755 (executable)
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  bootstrap.sh file for vlc, the VideoLAN Client
-##  $Id: bootstrap.sh,v 1.11 2002/08/24 11:57:07 sam Exp $
+##  $Id: bootstrap,v 1.1 2002/08/25 23:18:04 sam Exp $
 ##
 ##  Authors: Samuel Hocevar <sam@zoy.org>
 
@@ -26,15 +26,17 @@ while test $# -gt 0; do
   shift
 done
 
-##
-##  autoconf && autoheader
-##
-echo -n " + running the auto* tools: "
-autoconf || exit $?
-echo -n "autoconf "
-autoheader || exit $?
-echo "autoheader."
+###
+###  classic stuff
+###
+aclocal -I m4
+autoheader
+echo "no" | gettextize --force --intl --copy --no-changelog
+automake --foreign --add-missing --copy
+autoconf
 
+# nuahahahahaha !! overwriting Makefile.in with what *I* want!
+cp Makefile.old Makefile.in
 
 ##
 ##  headers which need to be regenerated because of the VLC_EXPORT macro