> If I run configure from within trunk, make works successfully, but if
> I do a VPATH build I get errors because config.h is not located.  If I
> change ' #include "config.h" '  to ' #include ../config.h" ', it works
> as either a VPATH build or an in-tree build.  I'm not sure this is the
> right way to address this, however.

I have had good VPATH luck using "AM_CPPFLAGS = -I$(top_srcdir)
-I$(top_builddir)" in my Makefile.am.

I am not sure if this is the kosher way to do it, however.

- Rhys


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to