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 [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to