aboutsummaryrefslogtreecommitdiffstats
path: root/extension/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-03-20 19:06:08 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-03-20 19:06:08 +0200
commit13b8d9034b58c51e06c05c70fe89a34ad1c7dcd9 (patch)
tree84bc18fa33af998c37aef00f1df7a2a221a2a955 /extension/configure
parent15c90ed3319a297680282dba3a24cbdeaca7e8bb (diff)
downloadegawk-13b8d9034b58c51e06c05c70fe89a34ad1c7dcd9.tar.gz
egawk-13b8d9034b58c51e06c05c70fe89a34ad1c7dcd9.tar.bz2
egawk-13b8d9034b58c51e06c05c70fe89a34ad1c7dcd9.zip
Additional fixes for MirBSD. Now passes make check.
Diffstat (limited to 'extension/configure')
-rwxr-xr-xextension/configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/extension/configure b/extension/configure
index 797cf606..1f6b937c 100755
--- a/extension/configure
+++ b/extension/configure
@@ -14031,6 +14031,7 @@ ac_config_headers="$ac_config_headers config.h:configh.in"
ac_config_files="$ac_config_files Makefile"
+ac_config_commands="$ac_config_commands default-1"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -15034,6 +15035,7 @@ fi
+
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
@@ -15047,6 +15049,7 @@ do
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:configh.in" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
@@ -16478,6 +16481,17 @@ fi
chmod +x "$ofile"
;;
+ "default-1":C)
+case `uname` in
+MirBSD | MirOS)
+ cat << \EOF > Makefile
+all dist check clean distclean install uninstall distcheck:
+ @exit 0
+EOF
+ ;;
+*)
+esac
+ ;;
esac
done # for ac_tag