aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure142
1 files changed, 141 insertions, 1 deletions
diff --git a/configure b/configure
index f5be5aab008..a7fc6a955c8 100755
--- a/configure
+++ b/configure
@@ -3236,7 +3236,7 @@ case "${machine}" in
3236esac 3236esac
3237 3237
3238case "${opsys}" in 3238case "${opsys}" in
3239 bsd386 | bsdos2-1 | bsdos2 | bsdos3 | bsdos4 | bsd4-1 | bsd4-2 | bsd4-3 | usg5-0 | usg5-2-2 | usg5-2 | usg5-3 | ultrix4-3 | 386bsd | hpux | hpux8 | hpux9 | hpux9shr | hpux10 | hpux10-20 | aix3-1 | aix3-2-5 | aix3-2 | aix4-1 | nextstep | ux4800 | uxpds | uxpv ) 3239 bsd386 | bsdos2-1 | bsdos2 | bsdos3 | bsdos4 | bsd4-1 | bsd4-2 | bsd4-3 | usg5-0 | usg5-2-2 | usg5-2 | usg5-3 | ultrix4-3 | 386bsd | hpux | hpux8 | hpux9 | hpux9shr | hpux10 | aix3-1 | aix3-2-5 | aix3-2 | aix4-1 | nextstep | ux4800 | uxpds | uxpv )
3240 echo "The system that you are configuring on: ${canonical} is considered to be obsolete" 3240 echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
3241 echo "and it is planned to be desupported in the next version of Emacs" 3241 echo "and it is planned to be desupported in the next version of Emacs"
3242 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use." 3242 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
@@ -14118,6 +14118,146 @@ cat >>confdefs.h <<\_ACEOF
14118#define HAVE_CARBON 1 14118#define HAVE_CARBON 1
14119_ACEOF 14119_ACEOF
14120 14120
14121
14122for ac_header in AvailabilityMacros.h
14123do
14124as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14125if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14126 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14127echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14128if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14129 echo $ECHO_N "(cached) $ECHO_C" >&6
14130fi
14131ac_res=`eval echo '${'$as_ac_Header'}'`
14132 { echo "$as_me:$LINENO: result: $ac_res" >&5
14133echo "${ECHO_T}$ac_res" >&6; }
14134else
14135 # Is the header compilable?
14136{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
14137echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
14138cat >conftest.$ac_ext <<_ACEOF
14139/* confdefs.h. */
14140_ACEOF
14141cat confdefs.h >>conftest.$ac_ext
14142cat >>conftest.$ac_ext <<_ACEOF
14143/* end confdefs.h. */
14144$ac_includes_default
14145#include <$ac_header>
14146_ACEOF
14147rm -f conftest.$ac_objext
14148if { (ac_try="$ac_compile"
14149case "(($ac_try" in
14150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14151 *) ac_try_echo=$ac_try;;
14152esac
14153eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14154 (eval "$ac_compile") 2>conftest.er1
14155 ac_status=$?
14156 grep -v '^ *+' conftest.er1 >conftest.err
14157 rm -f conftest.er1
14158 cat conftest.err >&5
14159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14160 (exit $ac_status); } && {
14161 test -z "$ac_c_werror_flag" ||
14162 test ! -s conftest.err
14163 } && test -s conftest.$ac_objext; then
14164 ac_header_compiler=yes
14165else
14166 echo "$as_me: failed program was:" >&5
14167sed 's/^/| /' conftest.$ac_ext >&5
14168
14169 ac_header_compiler=no
14170fi
14171
14172rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14173{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14174echo "${ECHO_T}$ac_header_compiler" >&6; }
14175
14176# Is the header present?
14177{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
14178echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
14179cat >conftest.$ac_ext <<_ACEOF
14180/* confdefs.h. */
14181_ACEOF
14182cat confdefs.h >>conftest.$ac_ext
14183cat >>conftest.$ac_ext <<_ACEOF
14184/* end confdefs.h. */
14185#include <$ac_header>
14186_ACEOF
14187if { (ac_try="$ac_cpp conftest.$ac_ext"
14188case "(($ac_try" in
14189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14190 *) ac_try_echo=$ac_try;;
14191esac
14192eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14193 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14194 ac_status=$?
14195 grep -v '^ *+' conftest.er1 >conftest.err
14196 rm -f conftest.er1
14197 cat conftest.err >&5
14198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14199 (exit $ac_status); } >/dev/null && {
14200 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14201 test ! -s conftest.err
14202 }; then
14203 ac_header_preproc=yes
14204else
14205 echo "$as_me: failed program was:" >&5
14206sed 's/^/| /' conftest.$ac_ext >&5
14207
14208 ac_header_preproc=no
14209fi
14210
14211rm -f conftest.err conftest.$ac_ext
14212{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14213echo "${ECHO_T}$ac_header_preproc" >&6; }
14214
14215# So? What about this header?
14216case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14217 yes:no: )
14218 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14219echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14220 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14221echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14222 ac_header_preproc=yes
14223 ;;
14224 no:yes:* )
14225 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14226echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14227 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14228echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14229 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14230echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14231 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14232echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14233 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14234echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14235 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14236echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14237
14238 ;;
14239esac
14240{ echo "$as_me:$LINENO: checking for $ac_header" >&5
14241echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14242if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14243 echo $ECHO_N "(cached) $ECHO_C" >&6
14244else
14245 eval "$as_ac_Header=\$ac_header_preproc"
14246fi
14247ac_res=`eval echo '${'$as_ac_Header'}'`
14248 { echo "$as_me:$LINENO: result: $ac_res" >&5
14249echo "${ECHO_T}$ac_res" >&6; }
14250
14251fi
14252if test `eval echo '${'$as_ac_Header'}'` = yes; then
14253 cat >>confdefs.h <<_ACEOF
14254#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14255_ACEOF
14256
14257fi
14258
14259done
14260
14121 ## Specify the install directory 14261 ## Specify the install directory
14122 carbon_appdir= 14262 carbon_appdir=
14123 if test "${carbon_appdir_x}" != ""; then 14263 if test "${carbon_appdir_x}" != ""; then