Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2003-06-08 23:54:30 +0400
committerMartin Baulig <martin@novell.com>2003-06-08 23:54:30 +0400
commit5e2afe9a5f155785617c4f4119f578a8d83331d4 (patch)
tree3ac25d1d2bce7f1eb03086f62af8e1682e32a36f /autogen.sh
parent6f98282e4cbd3284ae638a3edc923e2f8a7caee1 (diff)
2003-06-08 Martin Baulig <martin@ximian.com>
* libgc/: Integrate the libgc module here. [Note: A simple `cvs update' won't work this time; you either need to re-checkout the `mono' module or manually move the `libgc' module here.] * configure.in (--with-gc): Added `included' option to use the included libgc. This is now also the default. (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it. (INCLUDED_LIBGC): New automake conditional. (USE_INCLUDED_LIBGC): #define this if appropriate. * autogen.sh: Run libgc/autogen.sh. * Makefile.am (SUBDIRS): Added libgc. svn path=/trunk/mono/; revision=15185
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 837932c6113..82cf19e90f1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -117,6 +117,12 @@ automake --add-missing --gnu $am_opt ||
echo "Running autoconf ..."
autoconf || { echo "**Error**: autoconf failed."; exit 1; }
+if test -d $srcdir/libgc; then
+ echo Running libgc/autogen.sh ...
+ (cd $srcdir/libgc ; NOCONFIGURE=1 ./autogen.sh "$@")
+ echo Done running libgc/autogen.sh ...
+fi
+
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c