automake
[Top][All Lists]
Advanced

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

Re: SDL, automake, autoconf


From: Mattias Brändström
Subject: Re: SDL, automake, autoconf
Date: Mon, 2 Jun 2003 09:50:11 +0200 (CEST)

On Thu, 29 May 2003, Assar Westerlund wrote:

> Mattias Brändström <address@hidden> writes:
> >
> > I get this warning:
> > configure.ac:16: warning: AC_ARG_PROGRAM was called before
> > AC_CANONICAL_TARGET
> >
> > I tried to add AC_CANONICAL_TARGET before the AM_PATH_SDL macro but I
> > got the same warning, this time refering to the line at where the
> > AC_CANONICAL_TARGET was located. Is this something I should be worried
> > about?
>
> This is probably not a problem.  If you want to debug it further, you
> should probably isolate it down to a smaller (hopefully without SDL)
> fragment so that we can see what the actual problem is.
>

OK. I have tried to isolate the problem a bit more. My configure.ac now
looks like this:

AC_INIT(foo.cpp)

AM_INIT_AUTOMAKE(foo, 0.1)

AC_CANONICAL_TARGET

AC_OUTPUT(Makefile)

I still get the same warning. Any ideas?

:.:: mattias





reply via email to

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