Displaying 2 results from an estimated 2 matches for "ac_cannonial_host".
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
Note : I'm subscribed to the list. Please don't CC replies to me.
Hi all,
I am trying to compiler current CV head on a PowerPC G3 Debain system.
Debian test has automake 1.9 which is a little more stringent about
errors than 1.8. The following patch has the following fixes.
0) Remove AC_CANNONIAL_HOST because it has already been invoked
earlier
1) Make sure FLaC__HAS_AS__TEMPORARILY_DISABLED and
FLaC__HAS_GAS__TEMPORARILY_DISABLED have been defined on PPC.
2) Fix all instances of CFLAGS/CXXFLAGS being set in Makefile.am.
These two variables are automaticall set in Makefile.in. If...
2005 Jan 30
0
Patch : fix configure.in and Makefile.am problems.
...-flac@mega-nerd.com> wrote:
> Hi all,
>
> I am trying to compiler current CV head on a PowerPC G3 Debain
> system.
>
> Debian test has automake 1.9 which is a little more stringent about
> errors than 1.8. The following patch has the following fixes.
>
> 0) Remove AC_CANNONIAL_HOST because it has already been invoked
> earlier
> 1) Make sure FLaC__HAS_AS__TEMPORARILY_DISABLED and
> FLaC__HAS_GAS__TEMPORARILY_DISABLED have been defined on PPC.
> 2) Fix all instances of CFLAGS/CXXFLAGS being set in Makefile.am.
> These two variables are automatica...