autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configure.in migration facility


From: Tim Van Holder
Subject: Re: Configure.in migration facility
Date: 03 Sep 2001 14:12:36 +0200

> The most recent version available to me is 1.4-p4. Is there any chance of 
> this working? Is there anything like a 'success' msg to look out for?

I think 1.4-p4 should do fine.
An easy way to check is to do a

  grep AC_DEFUN

on automake's .m4 files; if they look like

  AC_DEFUN([blah],...

instead of

  AC_DEFUN(blah,...

they should work.
Once it's installed, just run aclocal to update aclocal.m4 with the
fixed macros, and then autoconf should no longer complain.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]