autoconf
[Top][All Lists]
Advanced

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

Re: Install paths in config.h?


From: Braden McDaniel
Subject: Re: Install paths in config.h?
Date: Fri, 16 Dec 2005 13:43:41 -0500
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Daniel Pekelharing wrote:
How would I get autoconf to #define the install paths in my config.h ?
My app needs a shared data directory like: /usr/share/myapp,
how would I get that path?

Thanks!

I typically just do it on the command line rather than in config.h:

  AM_CPPFLAGS = -DYOUR_DATADIR=\"$(pkgdatadir)\"

Braden




reply via email to

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