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 Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf