Subject says it all; instead of hand tweaking, use the autotool methods that have been invented to build libraries, which is libtool. Current autotools even claim that AC_PROG_RANLIB is obsolete and AC_PROG_LIBTOOL should be used instead.
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,7 +16,7 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -AC_PROG_RANLIB +AC_PROG_LIBTOOL AC_PROG_YACC AM_PROG_LEX -- 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
