mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
for the benefit of git users, checkout build/ if it is missing but after
2007-12-05 Ryan Lortie <desrt@desrt.ca> * autogen.sh: for the benefit of git users, checkout build/ if it is missing * .gitignore: but after that, ignore it. svn path=/trunk/; revision=6046
This commit is contained in:
17
autogen.sh
17
autogen.sh
@@ -83,6 +83,23 @@ 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 $?
|
||||
|
Reference in New Issue
Block a user