aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcppawk4
-rw-r--r--cppawk.17
2 files changed, 6 insertions, 5 deletions
diff --git a/cppawk b/cppawk
index 9998b57..67cb152 100755
--- a/cppawk
+++ b/cppawk
@@ -28,9 +28,9 @@
# POSSIBILITY OF SUCH DAMAGE.
# site configuration
-prepro=/usr/bin/cpp
+prepro=cpp
incopt=-iquote # GNU cpp feature: use -I if unavailable
-awk=/usr/bin/gawk # Use GNU awk
+awk=gawk # Use GNU awk
prepro_opts="-D__gawk__=1" # Blank out for generic or use __mawk__, etc.
# globals
diff --git a/cppawk.1 b/cppawk.1
index 2b4da21..1f9589a 100644
--- a/cppawk.1
+++ b/cppawk.1
@@ -39,7 +39,8 @@ code.
When
.B cppawk
-is configured to use with GNU Awk, the preprocessor symbol
+installation is configured to use GNU Awk, which is the default, the
+preprocessor symbol
.BI __gawk__
is predefined with a value of 1.
@@ -140,10 +141,10 @@ works at all; however, there may be corner cases where some issue arises
because of this.
The choices of
-.B awk
+.B gawk
and
.B cpp
-are fixed in the source code as absolute paths; users must edit
+are fixed in the source code; users must edit
.B cppawk
to select alternative implementations or locations of these tools.