Bruce Momjian <pgman@candle.pha.pa.us> writes:
> + # We already have this in Makefile.win32, but configure needs it too
> + if test "$PORTNAME" = "win32"
> + then
> + CPPFLAGS="$CPPFLAGS -Isrc/include/port/win32"
> + fi
This seems unlikely to work when building outside the source tree.
regards, tom lane