We use libtool to create the archives, not ranlib. Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>
--- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -16,8 +16,8 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -AC_PROG_RANLIB AC_PROG_YACC +AC_PROG_LIBTOOL AM_PROG_LEX # Tell everyone if we are crosscompiling -- 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
