summaryrefslogtreecommitdiff
path: root/djgpp/config.site
diff options
context:
space:
mode:
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>2006-02-07 00:23:43 +0000
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>2006-02-07 00:23:43 +0000
commit1a1a58269ded42ed2f6f80f2327faf74f2bc42f1 (patch)
tree1f9f5f8b59d4f1278d2a427fabc7fdb350315c60 /djgpp/config.site
parentfe6c2fdef2d0565fc38f60737fadebc8ccfe1e69 (diff)
downloadbison-1a1a58269ded42ed2f6f80f2327faf74f2bc42f1.tar.gz
* Add a sane default for awk.
Diffstat (limited to 'djgpp/config.site')
-rw-r--r--djgpp/config.site4
1 files changed, 1 insertions, 3 deletions
diff --git a/djgpp/config.site b/djgpp/config.site
index 466e22bd..01babe48 100644
--- a/djgpp/config.site
+++ b/djgpp/config.site
@@ -38,9 +38,6 @@ test "x$prefix" = xNONE && prefix='/dev/env/DJDIR'
# ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh}
CONFIG_SHELL=${CONFIG_SHELL='sh'}
-# A sane defualt for emacs.
-ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'}
-
# These are set here so the generated Makefile's will be good
# for every DJGPP installation, not only the one where the
# package was configured.
@@ -51,6 +48,7 @@ RANLIB=${RANLIB='ranlib'}
GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'}
MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'}
XGETTEXT=${XGETTEXT='/dev/env/DJDIR/bin/xgettext'}
+AWK=${AWK='gawk'}
# A sane default for emacs.
ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'}