]> git.sesse.net Git - vlc/blobdiff - bootstrap
* Moved ./include/defs.h to ./config.h
[vlc] / bootstrap
index b60d3b3f16fac7ff735564837fb312df22fe5809..b0b516d2cf6f9f7f37740274985754c995dd0cef 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  bootstrap.sh file for vlc, the VideoLAN Client
-##  $Id: bootstrap,v 1.1 2002/08/25 23:18:04 sam Exp $
+##  $Id: bootstrap,v 1.2 2002/08/26 01:01:13 sam Exp $
 ##
 ##  Authors: Samuel Hocevar <sam@zoy.org>
 
@@ -29,11 +29,16 @@ done
 ###
 ###  classic stuff
 ###
-aclocal -I m4
+rm -f aclocal.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh configure.in~ Makefile.am~
+
+aclocal
 autoheader
-echo "no" | gettextize --force --intl --copy --no-changelog
+gettextize --force --intl --copy --no-changelog
+test -f configure.in~ && mv configure.in~ configure.in
+test -f Makefile.am~ && mv Makefile.am~ Makefile.am
 automake --foreign --add-missing --copy
 autoconf
+aclocal -I m4
 
 # nuahahahahaha !! overwriting Makefile.in with what *I* want!
 cp Makefile.old Makefile.in