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


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to