From 3e47f16c969b845e323f38f421a6b1da8c20c3a5 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 10 Jan 2011 21:45:58 +0200 Subject: Fixes for OS/2. --- awklib/ChangeLog | 4 ++++ awklib/Makefile.am | 2 +- awklib/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'awklib') diff --git a/awklib/ChangeLog b/awklib/ChangeLog index 92d24d8b..e3f24da4 100644 --- a/awklib/ChangeLog +++ b/awklib/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 10 21:40:05 2011 Andreas Buening + + * Makefile.am (AWKPROG): Get correct path to gawk executable. + Fri Nov 19 11:53:16 2010 Arnold D. Robbins * Makefile.am: Remove special handling of CVS directories. diff --git a/awklib/Makefile.am b/awklib/Makefile.am index e2c98dff..6801af28 100644 --- a/awklib/Makefile.am +++ b/awklib/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = ChangeLog extract.awk eg $(srcdir)/stamp-eg # With some locales, the script extract.awk fails. # So we fix the locale to some sensible value. -AWKPROG = LC_ALL=C LANG=C ../gawk$(EXEEXT) +AWKPROG = LC_ALL=C LANG=C $(abs_top_builddir)/gawk$(EXEEXT) # Get config.h from the build directory and custom.h from the source directory. AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) diff --git a/awklib/Makefile.in b/awklib/Makefile.in index cd721f59..f853f0ce 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -247,7 +247,7 @@ top_srcdir = @top_srcdir@ EXTRA_DIST = ChangeLog extract.awk eg $(srcdir)/stamp-eg # With some locales, the script extract.awk fails. # So we fix the locale to some sensible value. -AWKPROG = LC_ALL=C LANG=C ../gawk$(EXEEXT) +AWKPROG = LC_ALL=C LANG=C $(abs_top_builddir)/gawk$(EXEEXT) # Get config.h from the build directory and custom.h from the source directory. AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -- cgit v1.2.3