From: Tor Lillqvist Date: Fri, 11 Sep 2009 22:57:46 +0000 (+0300) Subject: Remove old crap for fetching the "build" directory from svn X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=410305255d0acfa5e105a444cdf8b302b31b94a2;p=dana%2Fcg-glib.git Remove old crap for fetching the "build" directory from svn --- diff --git a/autogen.sh b/autogen.sh index 9669bb0d..f82e3ebd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -87,23 +87,6 @@ rm -rf autom4te.cache # regenerated from their corresponding *.in files by ./configure anyway. touch README INSTALL -if [ ! -d build ]; then - if [ -x "`which svn`" ]; then - echo - echo "==============================================================" - echo " your checkout doesn't contain build/." - echo " fetching it from http://svn.gnome.org/svn/build/trunk/" - echo "==============================================================" - echo - - svn checkout http://svn.gnome.org/svn/build/trunk/ build - else - echo - echo 'warning: build/ directory is missing and no "svn" to fetch it!' - echo - fi -fi - $ACLOCAL $ACLOCAL_FLAGS || exit $? libtoolize --force || exit $?