diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:22:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:22:24 +0300 |
commit | 56815f21bd9f396e53386969c7a00dd801f232fd (patch) | |
tree | 1dcf01c7109d6c91f8c789a9e81510e179e826f2 /configure | |
parent | e1ef22d366abd1f9ec95eb495c727d55181c8584 (diff) | |
download | egawk-56815f21bd9f396e53386969c7a00dd801f232fd.tar.gz egawk-56815f21bd9f396e53386969c7a00dd801f232fd.tar.bz2 egawk-56815f21bd9f396e53386969c7a00dd801f232fd.zip |
Move to gawk-2.15.1.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |