automake
[Top][All Lists]
Advanced

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

Re: SDL, automake, autoconf


From: Alexandre Duret-Lutz
Subject: Re: SDL, automake, autoconf
Date: Fri, 30 May 2003 20:50:25 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3 (gnu/linux)

Mattias Brändström <address@hidden> writes:
[...]
 > AM_CFLAGS="$AM_CFLAGS $SDL_CFLAGS"
 > AM_LDFLAGS="$AM_LDFLAGS $SDL_LIBS"
[...]

Actually, doing this is a no-op unless you AC_SUBST AM_CFLAGS
and AM_LDFLAGS.  I wouldn't recommend it.  Better AC_SUBST
SDL_CFLAGS and SDL_LIBS, and use them where appropriate
in your Makefile.am (be it AM_CFLAGS or prog_CFLAGS).

-- 
Alexandre Duret-Lutz





reply via email to

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