On Fri, 2003-03-21 at 07:02, Himanshu_Khurana wrote:
> But again back to libtool when I say 
> autoconf  configure.ac
> 
> it does a lot of things only to exit with error saying 
> 
> configure.ac:115: error: possibly undefined macro: LT_AC_PROG_GCJ
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:118: error: possibly undefined macro: LT_AC_PROG_RC

If there is a 'bootstrap' script, use that instead of running
aclocal and autoconf manually.  In this case, you probably need
to use 'aclocal -I m4' or something similar so that aclocal will find
and use the libtool macros.

-- 
Tim Van Holder <[EMAIL PROTECTED]>



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to