diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-27 21:35:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-27 21:35:06 +0300 |
commit | eeb0b5d5b0791c580e49e7a6ca4f844f2a0edabb (patch) | |
tree | b6e6cb82c81abe75d56fc82b5fd7957e15d8304d /configure | |
parent | c7882f59b6e5e4bb142928939264ca0c9af8e129 (diff) | |
download | egawk-eeb0b5d5b0791c580e49e7a6ca4f844f2a0edabb.tar.gz egawk-eeb0b5d5b0791c580e49e7a6ca4f844f2a0edabb.tar.bz2 egawk-eeb0b5d5b0791c580e49e7a6ca4f844f2a0edabb.zip |
Add configure option to enable severe portability problems.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -761,6 +761,7 @@ enable_option_checking enable_silent_rules with_whiny_user_strftime enable_lint +enable_severe_portability_problems enable_dependency_tracking enable_largefile enable_nls @@ -1405,6 +1406,7 @@ Optional Features: --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --disable-lint Disable gawk lint checking + --enable-severe-portability-problems Enable really nasty portability problems --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking @@ -3181,6 +3183,17 @@ $as_echo "#define NO_LINT 1" >>confdefs.h fi +# Check whether --enable-severe-portability-problems was given. +if test "${enable_severe_portability_problems+set}" = set; then : + enableval=$enable_severe_portability_problems; if test "$enableval" = yes + then + +$as_echo "#define I_DONT_KNOW_WHAT_IM_DOING 1" >>confdefs.h + + fi + +fi + # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |