[patch 09/15] add autogen script for libgc
[email protected] Mon, 12 Feb 2007 08:15:49 +0100
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
Add an autogen.sh script for libgc. This should go into upstream, but breaks 'make distcheck' for now. Signed-off-by: Robert Schwebel <[email protected]> libgc/autogen.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Index: libgc/autogen.sh =================================================================== --- libgc/autogen.sh.orig +++ libgc/autogen.sh @@ -29,15 +29,11 @@ AUTOCONF=${AUTOCONF:=autoconf} # awk -vPROG="automake" -vVERS=1.7\ # '{if ($1 == PROG) {gsub ("-.*","",$4); if ($4 < VERS) print PROG" < version "VERS"\nThis may result in errors\n"}}' - -banner "running libtoolize" -libtoolize --force || exit - banner "running aclocal" -$ACLOCAL -I config/m4 || exit +$ACLOCAL || exit -banner "running autoheader" -$AUTOHEADER || exit +banner "running libtoolize" +libtoolize --copy --force || exit banner "running automake" $AUTOMAKE --gnu --add-missing -Wall || exit -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9