Re: Install paths in config.h?

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

 



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

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux