[patch 03/15] run libtoolize
[email protected] Mon, 12 Feb 2007 08:15:43 +0100
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
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