pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] Re: Latest changes


From: David Kelly
Subject: Re: [Pan-users] Re: Latest changes
Date: Fri, 11 Mar 2005 20:11:09 -0600


On Mar 10, 2005, at 4:28 PM, Brian Morrison wrote:

Good thought, though. Any other ideas? FWIW, it appears that Fedora
installed  several different versions of automake. Wonder if it is
using the wrong  version? How can I hard-code the correct version?

You shouldn't need to as anything requiring older automake versions
should specify automake14 or automake17.

While the output of autogen.sh *says* "checking for automake >= 1.4..." I find it does not accept automake-1.9 but absolutely must find /usr/local/bin/automake-1.4 to pass its test.

/usr/local/bin/gnome-autogen.sh says:
case $REQUIRED_AUTOMAKE_VERSION in
    1.4*) automake_progs="automake-1.4" ;;
1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;; 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;;
    1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9" ;;
    1.8*) automake_progs="automake-1.8 automake-1.9" ;;
    1.9*) automake_progs="automake-1.9" ;;
esac

Which looks to say what I found the hard way, 1.4 only matches 1.4.

Now I get this far:
Checking for forbidden M4 macros...
***Error***: some autoconf macros required to build Pan
  were not found in your aclocal path, or some forbidden
  macros were found.  Perhaps you need to adjust your
  ACLOCAL_FLAGS?

--
David Kelly N4HHE, address@hidden
========================================================================
Whom computers would destroy, they must first drive mad.





reply via email to

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