Add an autogen.sh script for libgc.

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

_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers

Reply via email to