2003-07-10 Stepan Kasal * Makefile.am (INCLUDES): The file libintl.h is generated in the build subdirectory intl, not in the directory $(srcdir)/intl. diff -urN gawk-3.1.3.a0/Makefile.am gawk-3.1.3.d1/Makefile.am --- gawk-3.1.3.a0/Makefile.am Mon May 19 13:58:24 2003 +++ gawk-3.1.3.d1/Makefile.am Thu Jul 10 09:35:51 2003 @@ -124,7 +124,7 @@ DEFS= -DDEFPATH=$(DEFPATH) -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"$(datadir)/locale\"" -INCLUDES = -I$(srcdir)/intl +INCLUDES = -Iintl # We want hard links for install-exec-hook, below LN= ln diff -urN gawk-3.1.3.a0/Makefile.in gawk-3.1.3.d1/Makefile.in --- gawk-3.1.3.a0/Makefile.in Fri Jul 4 19:49:07 2003 +++ gawk-3.1.3.d1/Makefile.in Thu Jul 10 09:37:03 2003 @@ -266,7 +266,7 @@ # stuff for compiling gawk/pgawk DEFPATH = "\".$(PATH_SEPARATOR)$(awkdatadir)\"" -INCLUDES = -I$(srcdir)/intl +INCLUDES = -Iintl # We want hard links for install-exec-hook, below LN = ln