We have to libtoolize the packet first.
Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>
auto_gen.sh | 8 ++++++++
1 file changed, 8 insertions(+)
Index: auto_gen.sh
===================================================================
--- auto_gen.sh.orig
+++ auto_gen.sh
@@ -28,6 +28,9 @@ banner() {
echo
}
+banner "running libtool"
+libtoolize --copy --force || exit
+
banner "running aclocal"
aclocal --version
aclocal || exit
@@ -41,4 +44,9 @@ automake --add-missing --copy --ignore-d
banner "running autoconf"
autoconf
+for dir in libffi libgc; do
+ pushd $dir
+ sh autogen.sh
+ popd
+done
--
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