summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2009-09-12 01:57:46 +0300
committerTor Lillqvist <tml@iki.fi>2009-09-12 01:57:46 +0300
commit410305255d0acfa5e105a444cdf8b302b31b94a2 (patch)
tree0a8607afa872420b1d80b4ef8b109bf6f64477f5 /autogen.sh
parent866731776651e04178a6cc1e78d244384a890d1a (diff)
downloadglib-410305255d0acfa5e105a444cdf8b302b31b94a2.tar.gz
Remove old crap for fetching the "build" directory from svn
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/autogen.sh b/autogen.sh
index 9669bb0d4..f82e3ebd1 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 $?