mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Remove old crap for fetching the "build" directory from svn
This commit is contained in:
parent
8667317766
commit
410305255d
17
autogen.sh
17
autogen.sh
@ -87,23 +87,6 @@ rm -rf autom4te.cache
|
|||||||
# regenerated from their corresponding *.in files by ./configure anyway.
|
# regenerated from their corresponding *.in files by ./configure anyway.
|
||||||
touch README INSTALL
|
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 $?
|
$ACLOCAL $ACLOCAL_FLAGS || exit $?
|
||||||
|
|
||||||
libtoolize --force || exit $?
|
libtoolize --force || exit $?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user