X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bootstrap;h=4e8ba85cc2f21da649268cd79c63193379230214;hb=d066ac365c7ba2e64cc804447ae974069f832673;hp=64a6f9926e76d4645896baf6e1eeb661751d4320;hpb=0eaf63155944d3b51507ffb17ac1b4b8eb3c5391;p=vlc diff --git a/bootstrap b/bootstrap index 64a6f9926e..4e8ba85cc2 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh ## bootstrap file for the VLC media player -## $Id: bootstrap,v 1.44 2003/03/12 04:16:02 sam Exp $ +## $Id: bootstrap,v 1.45 2003/03/17 16:59:46 sam Exp $ ## ## Authors: Samuel Hocevar @@ -173,7 +173,17 @@ 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 ABOUT-NLS + +# remove autotools cruft +rm -f aclocal.m4 configure config.log +# remove old autotools extra cruft +rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh +# remove new autotools extra cruft +(cd autotools && rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh) +# remove libtool cruft +rm -f ltmain.sh libtool ltconfig +# remove gettext cruft +rm -f m4/oldgettext.m4 ABOUT-NLS rm -Rf intl # Check for gettext