Re: Relative path in CPPFLAGS and distcheck

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

 



Bob Friesenhahn wrote:
CPPFLAGS="${srcdir}/includes"
AC_SUBST(CPPFLAGS)

Overridding the user CPPFLAGS is a bad idea. In your Makefile.am, use:

	AM_CPPFLAGS = -I$(top_srcdir)/includes




_______________________________________________ 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