aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:22:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:22:24 +0300
commit56815f21bd9f396e53386969c7a00dd801f232fd (patch)
tree1dcf01c7109d6c91f8c789a9e81510e179e826f2 /configure
parente1ef22d366abd1f9ec95eb495c727d55181c8584 (diff)
downloadegawk-56815f21bd9f396e53386969c7a00dd801f232fd.tar.gz
egawk-56815f21bd9f396e53386969c7a00dd801f232fd.tar.bz2
egawk-56815f21bd9f396e53386969c7a00dd801f232fd.zip
Move to gawk-2.15.1.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 7f48e0fd..9594844e 100755
--- a/configure
+++ b/configure
@@ -16,6 +16,10 @@ if [ -f config/$1 ]; then
# echo #echo lines to stdout
sed -n '/^#echo /s///p' config/$1
+ case "$1" in
+ bsd44) ln -s Makefile.bsd44 Makefile ; exit 0 ;;
+ esac
+
sed -n '/^MAKE_.*/s//s,^##&## ,,/p' config/$1 >sedscr
if [ -s sedscr ]
then