|
@@ -766,8 +766,12 @@ POSUB
|
|
|
LIBOBJS
|
|
|
HAVE_BASENAME_TRUE
|
|
|
HAVE_BASENAME_FALSE
|
|
|
+HAVE_GAI_STRERROR_TRUE
|
|
|
+HAVE_GAI_STRERROR_FALSE
|
|
|
HAVE_GETADDRINFO_TRUE
|
|
|
HAVE_GETADDRINFO_FALSE
|
|
|
+HAVE_GETTIMEOFDAY_TRUE
|
|
|
+HAVE_GETTIMEOFDAY_FALSE
|
|
|
HAVE_INET_ATON_TRUE
|
|
|
HAVE_INET_ATON_FALSE
|
|
|
HAVE_LOCALTIME_R_TRUE
|
|
@@ -10885,6 +10889,10 @@ esac
|
|
|
fi
|
|
|
|
|
|
|
|
|
+case "$target" in
|
|
|
+ *mingw*)
|
|
|
+ ;;
|
|
|
+ *)
|
|
|
|
|
|
for ac_header in stdlib.h
|
|
|
do
|
|
@@ -11120,6 +11128,244 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+for ac_header in stdlib.h
|
|
|
+do
|
|
|
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
|
+ { echo "$as_me:$LINENO: checking for $ac_header" >&5
|
|
|
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
|
|
|
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
+fi
|
|
|
+ac_res=`eval echo '${'$as_ac_Header'}'`
|
|
|
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
|
|
|
+echo "${ECHO_T}$ac_res" >&6; }
|
|
|
+else
|
|
|
+ # Is the header compilable?
|
|
|
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
|
|
|
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
|
|
|
+cat >conftest.$ac_ext <<_ACEOF
|
|
|
+/* confdefs.h. */
|
|
|
+_ACEOF
|
|
|
+cat confdefs.h >>conftest.$ac_ext
|
|
|
+cat >>conftest.$ac_ext <<_ACEOF
|
|
|
+/* end confdefs.h. */
|
|
|
+$ac_includes_default
|
|
|
+#include <$ac_header>
|
|
|
+_ACEOF
|
|
|
+rm -f conftest.$ac_objext
|
|
|
+if { (ac_try="$ac_compile"
|
|
|
+case "(($ac_try" in
|
|
|
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
+ *) ac_try_echo=$ac_try;;
|
|
|
+esac
|
|
|
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
+ (eval "$ac_compile") 2>conftest.er1
|
|
|
+ ac_status=$?
|
|
|
+ grep -v '^ *+' conftest.er1 >conftest.err
|
|
|
+ rm -f conftest.er1
|
|
|
+ cat conftest.err >&5
|
|
|
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
+ (exit $ac_status); } && {
|
|
|
+ test -z "$ac_c_werror_flag" ||
|
|
|
+ test ! -s conftest.err
|
|
|
+ } && test -s conftest.$ac_objext; then
|
|
|
+ ac_header_compiler=yes
|
|
|
+else
|
|
|
+ echo "$as_me: failed program was:" >&5
|
|
|
+sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
+
|
|
|
+ ac_header_compiler=no
|
|
|
+fi
|
|
|
+
|
|
|
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
|
|
|
+echo "${ECHO_T}$ac_header_compiler" >&6; }
|
|
|
+
|
|
|
+# Is the header present?
|
|
|
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
|
|
|
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
|
|
|
+cat >conftest.$ac_ext <<_ACEOF
|
|
|
+/* confdefs.h. */
|
|
|
+_ACEOF
|
|
|
+cat confdefs.h >>conftest.$ac_ext
|
|
|
+cat >>conftest.$ac_ext <<_ACEOF
|
|
|
+/* end confdefs.h. */
|
|
|
+#include <$ac_header>
|
|
|
+_ACEOF
|
|
|
+if { (ac_try="$ac_cpp conftest.$ac_ext"
|
|
|
+case "(($ac_try" in
|
|
|
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
+ *) ac_try_echo=$ac_try;;
|
|
|
+esac
|
|
|
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
|
|
|
+ ac_status=$?
|
|
|
+ grep -v '^ *+' conftest.er1 >conftest.err
|
|
|
+ rm -f conftest.er1
|
|
|
+ cat conftest.err >&5
|
|
|
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
+ (exit $ac_status); } >/dev/null && {
|
|
|
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
|
|
|
+ test ! -s conftest.err
|
|
|
+ }; then
|
|
|
+ ac_header_preproc=yes
|
|
|
+else
|
|
|
+ echo "$as_me: failed program was:" >&5
|
|
|
+sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
+
|
|
|
+ ac_header_preproc=no
|
|
|
+fi
|
|
|
+
|
|
|
+rm -f conftest.err conftest.$ac_ext
|
|
|
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
|
|
|
+echo "${ECHO_T}$ac_header_preproc" >&6; }
|
|
|
+
|
|
|
+# So? What about this header?
|
|
|
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
|
|
|
+ yes:no: )
|
|
|
+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
|
|
|
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
|
|
+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
|
|
|
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
|
|
|
+ ac_header_preproc=yes
|
|
|
+ ;;
|
|
|
+ no:yes:* )
|
|
|
+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
|
|
|
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
|
|
|
+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
|
|
|
+echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
|
|
|
+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
|
|
|
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
|
|
|
+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
|
|
|
+echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
|
|
|
+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
|
|
|
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
|
|
|
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
|
|
|
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
|
|
|
+ ( cat <<\_ASBOX
|
|
|
+## ----------------------------------------------- ##
|
|
|
+## Report this to t-tujikawa@users.sourceforge.net ##
|
|
|
+## ----------------------------------------------- ##
|
|
|
+_ASBOX
|
|
|
+ ) | sed "s/^/$as_me: WARNING: /" >&2
|
|
|
+ ;;
|
|
|
+esac
|
|
|
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
|
|
|
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
|
|
|
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
+else
|
|
|
+ eval "$as_ac_Header=\$ac_header_preproc"
|
|
|
+fi
|
|
|
+ac_res=`eval echo '${'$as_ac_Header'}'`
|
|
|
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
|
|
|
+echo "${ECHO_T}$ac_res" >&6; }
|
|
|
+
|
|
|
+fi
|
|
|
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
|
|
+ cat >>confdefs.h <<_ACEOF
|
|
|
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
|
+_ACEOF
|
|
|
+
|
|
|
+fi
|
|
|
+
|
|
|
+done
|
|
|
+
|
|
|
+{ echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5
|
|
|
+echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6; }
|
|
|
+if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
+else
|
|
|
+ if test "$cross_compiling" = yes; then
|
|
|
+ ac_cv_func_realloc_0_nonnull=no
|
|
|
+else
|
|
|
+ cat >conftest.$ac_ext <<_ACEOF
|
|
|
+/* confdefs.h. */
|
|
|
+_ACEOF
|
|
|
+cat confdefs.h >>conftest.$ac_ext
|
|
|
+cat >>conftest.$ac_ext <<_ACEOF
|
|
|
+/* end confdefs.h. */
|
|
|
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
|
|
|
+# include <stdlib.h>
|
|
|
+#else
|
|
|
+char *realloc ();
|
|
|
+#endif
|
|
|
+
|
|
|
+int
|
|
|
+main ()
|
|
|
+{
|
|
|
+return ! realloc (0, 0);
|
|
|
+ ;
|
|
|
+ return 0;
|
|
|
+}
|
|
|
+_ACEOF
|
|
|
+rm -f conftest$ac_exeext
|
|
|
+if { (ac_try="$ac_link"
|
|
|
+case "(($ac_try" in
|
|
|
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
+ *) ac_try_echo=$ac_try;;
|
|
|
+esac
|
|
|
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
+ (eval "$ac_link") 2>&5
|
|
|
+ ac_status=$?
|
|
|
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
|
+ { (case "(($ac_try" in
|
|
|
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
+ *) ac_try_echo=$ac_try;;
|
|
|
+esac
|
|
|
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
+ (eval "$ac_try") 2>&5
|
|
|
+ ac_status=$?
|
|
|
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
+ (exit $ac_status); }; }; then
|
|
|
+ ac_cv_func_realloc_0_nonnull=yes
|
|
|
+else
|
|
|
+ echo "$as_me: program exited with status $ac_status" >&5
|
|
|
+echo "$as_me: failed program was:" >&5
|
|
|
+sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
+
|
|
|
+( exit $ac_status )
|
|
|
+ac_cv_func_realloc_0_nonnull=no
|
|
|
+fi
|
|
|
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
|
|
+fi
|
|
|
+
|
|
|
+
|
|
|
+fi
|
|
|
+{ echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5
|
|
|
+echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6; }
|
|
|
+if test $ac_cv_func_realloc_0_nonnull = yes; then
|
|
|
+
|
|
|
+cat >>confdefs.h <<\_ACEOF
|
|
|
+#define HAVE_REALLOC 1
|
|
|
+_ACEOF
|
|
|
+
|
|
|
+else
|
|
|
+ cat >>confdefs.h <<\_ACEOF
|
|
|
+#define HAVE_REALLOC 0
|
|
|
+_ACEOF
|
|
|
+
|
|
|
+ case " $LIBOBJS " in
|
|
|
+ *" realloc.$ac_objext "* ) ;;
|
|
|
+ *) LIBOBJS="$LIBOBJS realloc.$ac_objext"
|
|
|
+ ;;
|
|
|
+esac
|
|
|
+
|
|
|
+
|
|
|
+cat >>confdefs.h <<\_ACEOF
|
|
|
+#define realloc rpl_realloc
|
|
|
+_ACEOF
|
|
|
+
|
|
|
+fi
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ ;;
|
|
|
+esac
|
|
|
+
|
|
|
{ echo "$as_me:$LINENO: checking for working memcmp" >&5
|
|
|
echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6; }
|
|
|
if test "${ac_cv_func_memcmp_working+set}" = set; then
|
|
@@ -11618,258 +11864,23 @@ echo "$as_me: failed program was:" >&5
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
( exit $ac_status )
|
|
|
-ac_cv_func_mmap_fixed_mapped=no
|
|
|
-fi
|
|
|
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
|
|
-fi
|
|
|
-
|
|
|
-
|
|
|
-fi
|
|
|
-{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
|
|
|
-echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
|
|
|
-if test $ac_cv_func_mmap_fixed_mapped = yes; then
|
|
|
-
|
|
|
-cat >>confdefs.h <<\_ACEOF
|
|
|
-#define HAVE_MMAP 1
|
|
|
-_ACEOF
|
|
|
-
|
|
|
-fi
|
|
|
-rm -f conftest.mmap
|
|
|
-
|
|
|
-
|
|
|
-for ac_header in stdlib.h
|
|
|
-do
|
|
|
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
|
- { echo "$as_me:$LINENO: checking for $ac_header" >&5
|
|
|
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
|
|
|
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
|
- echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
-fi
|
|
|
-ac_res=`eval echo '${'$as_ac_Header'}'`
|
|
|
- { echo "$as_me:$LINENO: result: $ac_res" >&5
|
|
|
-echo "${ECHO_T}$ac_res" >&6; }
|
|
|
-else
|
|
|
- # Is the header compilable?
|
|
|
-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
|
|
|
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
|
|
|
-cat >conftest.$ac_ext <<_ACEOF
|
|
|
-/* confdefs.h. */
|
|
|
-_ACEOF
|
|
|
-cat confdefs.h >>conftest.$ac_ext
|
|
|
-cat >>conftest.$ac_ext <<_ACEOF
|
|
|
-/* end confdefs.h. */
|
|
|
-$ac_includes_default
|
|
|
-#include <$ac_header>
|
|
|
-_ACEOF
|
|
|
-rm -f conftest.$ac_objext
|
|
|
-if { (ac_try="$ac_compile"
|
|
|
-case "(($ac_try" in
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
-esac
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
- (eval "$ac_compile") 2>conftest.er1
|
|
|
- ac_status=$?
|
|
|
- grep -v '^ *+' conftest.er1 >conftest.err
|
|
|
- rm -f conftest.er1
|
|
|
- cat conftest.err >&5
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
- (exit $ac_status); } && {
|
|
|
- test -z "$ac_c_werror_flag" ||
|
|
|
- test ! -s conftest.err
|
|
|
- } && test -s conftest.$ac_objext; then
|
|
|
- ac_header_compiler=yes
|
|
|
-else
|
|
|
- echo "$as_me: failed program was:" >&5
|
|
|
-sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
-
|
|
|
- ac_header_compiler=no
|
|
|
-fi
|
|
|
-
|
|
|
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
|
|
|
-echo "${ECHO_T}$ac_header_compiler" >&6; }
|
|
|
-
|
|
|
-# Is the header present?
|
|
|
-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
|
|
|
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
|
|
|
-cat >conftest.$ac_ext <<_ACEOF
|
|
|
-/* confdefs.h. */
|
|
|
-_ACEOF
|
|
|
-cat confdefs.h >>conftest.$ac_ext
|
|
|
-cat >>conftest.$ac_ext <<_ACEOF
|
|
|
-/* end confdefs.h. */
|
|
|
-#include <$ac_header>
|
|
|
-_ACEOF
|
|
|
-if { (ac_try="$ac_cpp conftest.$ac_ext"
|
|
|
-case "(($ac_try" in
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
-esac
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
|
|
|
- ac_status=$?
|
|
|
- grep -v '^ *+' conftest.er1 >conftest.err
|
|
|
- rm -f conftest.er1
|
|
|
- cat conftest.err >&5
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
- (exit $ac_status); } >/dev/null && {
|
|
|
- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
|
|
|
- test ! -s conftest.err
|
|
|
- }; then
|
|
|
- ac_header_preproc=yes
|
|
|
-else
|
|
|
- echo "$as_me: failed program was:" >&5
|
|
|
-sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
-
|
|
|
- ac_header_preproc=no
|
|
|
-fi
|
|
|
-
|
|
|
-rm -f conftest.err conftest.$ac_ext
|
|
|
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
|
|
|
-echo "${ECHO_T}$ac_header_preproc" >&6; }
|
|
|
-
|
|
|
-# So? What about this header?
|
|
|
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
|
|
|
- yes:no: )
|
|
|
- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
|
|
|
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
|
|
- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
|
|
|
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
|
|
|
- ac_header_preproc=yes
|
|
|
- ;;
|
|
|
- no:yes:* )
|
|
|
- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
|
|
|
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
|
|
|
- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
|
|
|
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
|
|
|
- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
|
|
|
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
|
|
|
- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
|
|
|
-echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
|
|
|
- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
|
|
|
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
|
|
|
- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
|
|
|
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
|
|
|
- ( cat <<\_ASBOX
|
|
|
-## ----------------------------------------------- ##
|
|
|
-## Report this to t-tujikawa@users.sourceforge.net ##
|
|
|
-## ----------------------------------------------- ##
|
|
|
-_ASBOX
|
|
|
- ) | sed "s/^/$as_me: WARNING: /" >&2
|
|
|
- ;;
|
|
|
-esac
|
|
|
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
|
|
|
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
|
|
|
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
|
- echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
-else
|
|
|
- eval "$as_ac_Header=\$ac_header_preproc"
|
|
|
-fi
|
|
|
-ac_res=`eval echo '${'$as_ac_Header'}'`
|
|
|
- { echo "$as_me:$LINENO: result: $ac_res" >&5
|
|
|
-echo "${ECHO_T}$ac_res" >&6; }
|
|
|
-
|
|
|
-fi
|
|
|
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
|
|
- cat >>confdefs.h <<_ACEOF
|
|
|
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
|
-_ACEOF
|
|
|
-
|
|
|
-fi
|
|
|
-
|
|
|
-done
|
|
|
-
|
|
|
-{ echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5
|
|
|
-echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6; }
|
|
|
-if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then
|
|
|
- echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
-else
|
|
|
- if test "$cross_compiling" = yes; then
|
|
|
- ac_cv_func_realloc_0_nonnull=no
|
|
|
-else
|
|
|
- cat >conftest.$ac_ext <<_ACEOF
|
|
|
-/* confdefs.h. */
|
|
|
-_ACEOF
|
|
|
-cat confdefs.h >>conftest.$ac_ext
|
|
|
-cat >>conftest.$ac_ext <<_ACEOF
|
|
|
-/* end confdefs.h. */
|
|
|
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
|
|
|
-# include <stdlib.h>
|
|
|
-#else
|
|
|
-char *realloc ();
|
|
|
-#endif
|
|
|
-
|
|
|
-int
|
|
|
-main ()
|
|
|
-{
|
|
|
-return ! realloc (0, 0);
|
|
|
- ;
|
|
|
- return 0;
|
|
|
-}
|
|
|
-_ACEOF
|
|
|
-rm -f conftest$ac_exeext
|
|
|
-if { (ac_try="$ac_link"
|
|
|
-case "(($ac_try" in
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
-esac
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
- (eval "$ac_link") 2>&5
|
|
|
- ac_status=$?
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
|
- { (case "(($ac_try" in
|
|
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
- *) ac_try_echo=$ac_try;;
|
|
|
-esac
|
|
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
- (eval "$ac_try") 2>&5
|
|
|
- ac_status=$?
|
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
- (exit $ac_status); }; }; then
|
|
|
- ac_cv_func_realloc_0_nonnull=yes
|
|
|
-else
|
|
|
- echo "$as_me: program exited with status $ac_status" >&5
|
|
|
-echo "$as_me: failed program was:" >&5
|
|
|
-sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
-
|
|
|
-( exit $ac_status )
|
|
|
-ac_cv_func_realloc_0_nonnull=no
|
|
|
+ac_cv_func_mmap_fixed_mapped=no
|
|
|
fi
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
|
|
fi
|
|
|
|
|
|
|
|
|
fi
|
|
|
-{ echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5
|
|
|
-echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6; }
|
|
|
-if test $ac_cv_func_realloc_0_nonnull = yes; then
|
|
|
-
|
|
|
-cat >>confdefs.h <<\_ACEOF
|
|
|
-#define HAVE_REALLOC 1
|
|
|
-_ACEOF
|
|
|
-
|
|
|
-else
|
|
|
- cat >>confdefs.h <<\_ACEOF
|
|
|
-#define HAVE_REALLOC 0
|
|
|
-_ACEOF
|
|
|
-
|
|
|
- case " $LIBOBJS " in
|
|
|
- *" realloc.$ac_objext "* ) ;;
|
|
|
- *) LIBOBJS="$LIBOBJS realloc.$ac_objext"
|
|
|
- ;;
|
|
|
-esac
|
|
|
-
|
|
|
+{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
|
|
|
+echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
|
|
|
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
-#define realloc rpl_realloc
|
|
|
+#define HAVE_MMAP 1
|
|
|
_ACEOF
|
|
|
|
|
|
fi
|
|
|
-
|
|
|
-
|
|
|
+rm -f conftest.mmap
|
|
|
|
|
|
|
|
|
|
|
@@ -12487,8 +12498,7 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-for ac_func in __argz_count __argz_next __argz_stringify daemon ftruncate getcwd getpagesize gettimeofday inet_ntoa memchr mempcpy memset mkdir munmap nl_langinfo random rmdir select setlocale setmode sigaction sleep socket srandom stpcpy strcasecmp strchr strcspn strdup strerror strstr strtol strtoul timegm usleep
|
|
|
+for ac_func in __argz_count __argz_next __argz_stringify daemon ftruncate getcwd getpagesize inet_ntoa memchr mempcpy memset mkdir munmap nl_langinfo random rmdir select setlocale setmode sigaction sleep socket srandom stpcpy strcasecmp strchr strcspn strdup strerror strstr strtol strtoul timegm usleep
|
|
|
do
|
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
|
|
@@ -12697,6 +12707,120 @@ fi
|
|
|
done
|
|
|
|
|
|
|
|
|
+for ac_func in gai_strerror
|
|
|
+do
|
|
|
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
|
|
|
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
|
|
|
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
+else
|
|
|
+ cat >conftest.$ac_ext <<_ACEOF
|
|
|
+/* confdefs.h. */
|
|
|
+_ACEOF
|
|
|
+cat confdefs.h >>conftest.$ac_ext
|
|
|
+cat >>conftest.$ac_ext <<_ACEOF
|
|
|
+/* end confdefs.h. */
|
|
|
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
|
|
|
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
|
+#define $ac_func innocuous_$ac_func
|
|
|
+
|
|
|
+/* System header to define __stub macros and hopefully few prototypes,
|
|
|
+ which can conflict with char $ac_func (); below.
|
|
|
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
|
+ <limits.h> exists even on freestanding compilers. */
|
|
|
+
|
|
|
+#ifdef __STDC__
|
|
|
+# include <limits.h>
|
|
|
+#else
|
|
|
+# include <assert.h>
|
|
|
+#endif
|
|
|
+
|
|
|
+#undef $ac_func
|
|
|
+
|
|
|
+/* Override any GCC internal prototype to avoid an error.
|
|
|
+ Use char because int might match the return type of a GCC
|
|
|
+ builtin and then its argument prototype would still apply. */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char $ac_func ();
|
|
|
+/* The GNU C library defines this for functions which it implements
|
|
|
+ to always fail with ENOSYS. Some functions are actually named
|
|
|
+ something starting with __ and the normal name is an alias. */
|
|
|
+#if defined __stub_$ac_func || defined __stub___$ac_func
|
|
|
+choke me
|
|
|
+#endif
|
|
|
+
|
|
|
+int
|
|
|
+main ()
|
|
|
+{
|
|
|
+return $ac_func ();
|
|
|
+ ;
|
|
|
+ return 0;
|
|
|
+}
|
|
|
+_ACEOF
|
|
|
+rm -f conftest.$ac_objext conftest$ac_exeext
|
|
|
+if { (ac_try="$ac_link"
|
|
|
+case "(($ac_try" in
|
|
|
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
+ *) ac_try_echo=$ac_try;;
|
|
|
+esac
|
|
|
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
+ (eval "$ac_link") 2>conftest.er1
|
|
|
+ ac_status=$?
|
|
|
+ grep -v '^ *+' conftest.er1 >conftest.err
|
|
|
+ rm -f conftest.er1
|
|
|
+ cat conftest.err >&5
|
|
|
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
+ (exit $ac_status); } && {
|
|
|
+ test -z "$ac_c_werror_flag" ||
|
|
|
+ test ! -s conftest.err
|
|
|
+ } && test -s conftest$ac_exeext &&
|
|
|
+ $as_test_x conftest$ac_exeext; then
|
|
|
+ eval "$as_ac_var=yes"
|
|
|
+else
|
|
|
+ echo "$as_me: failed program was:" >&5
|
|
|
+sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
+
|
|
|
+ eval "$as_ac_var=no"
|
|
|
+fi
|
|
|
+
|
|
|
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
|
|
+ conftest$ac_exeext conftest.$ac_ext
|
|
|
+fi
|
|
|
+ac_res=`eval echo '${'$as_ac_var'}'`
|
|
|
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
|
|
|
+echo "${ECHO_T}$ac_res" >&6; }
|
|
|
+if test `eval echo '${'$as_ac_var'}'` = yes; then
|
|
|
+ cat >>confdefs.h <<_ACEOF
|
|
|
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
|
|
+_ACEOF
|
|
|
+
|
|
|
+
|
|
|
+if true; then
|
|
|
+ HAVE_GAI_STRERROR_TRUE=
|
|
|
+ HAVE_GAI_STRERROR_FALSE='#'
|
|
|
+else
|
|
|
+ HAVE_GAI_STRERROR_TRUE='#'
|
|
|
+ HAVE_GAI_STRERROR_FALSE=
|
|
|
+fi
|
|
|
+
|
|
|
+else
|
|
|
+
|
|
|
+
|
|
|
+if false; then
|
|
|
+ HAVE_GAI_STRERROR_TRUE=
|
|
|
+ HAVE_GAI_STRERROR_FALSE='#'
|
|
|
+else
|
|
|
+ HAVE_GAI_STRERROR_TRUE='#'
|
|
|
+ HAVE_GAI_STRERROR_FALSE=
|
|
|
+fi
|
|
|
+
|
|
|
+fi
|
|
|
+done
|
|
|
+
|
|
|
+
|
|
|
for ac_func in getaddrinfo
|
|
|
do
|
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
@@ -12811,6 +12935,120 @@ fi
|
|
|
done
|
|
|
|
|
|
|
|
|
+for ac_func in gettimeofday
|
|
|
+do
|
|
|
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
|
|
|
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
|
|
|
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
+else
|
|
|
+ cat >conftest.$ac_ext <<_ACEOF
|
|
|
+/* confdefs.h. */
|
|
|
+_ACEOF
|
|
|
+cat confdefs.h >>conftest.$ac_ext
|
|
|
+cat >>conftest.$ac_ext <<_ACEOF
|
|
|
+/* end confdefs.h. */
|
|
|
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
|
|
|
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
|
+#define $ac_func innocuous_$ac_func
|
|
|
+
|
|
|
+/* System header to define __stub macros and hopefully few prototypes,
|
|
|
+ which can conflict with char $ac_func (); below.
|
|
|
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
|
+ <limits.h> exists even on freestanding compilers. */
|
|
|
+
|
|
|
+#ifdef __STDC__
|
|
|
+# include <limits.h>
|
|
|
+#else
|
|
|
+# include <assert.h>
|
|
|
+#endif
|
|
|
+
|
|
|
+#undef $ac_func
|
|
|
+
|
|
|
+/* Override any GCC internal prototype to avoid an error.
|
|
|
+ Use char because int might match the return type of a GCC
|
|
|
+ builtin and then its argument prototype would still apply. */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char $ac_func ();
|
|
|
+/* The GNU C library defines this for functions which it implements
|
|
|
+ to always fail with ENOSYS. Some functions are actually named
|
|
|
+ something starting with __ and the normal name is an alias. */
|
|
|
+#if defined __stub_$ac_func || defined __stub___$ac_func
|
|
|
+choke me
|
|
|
+#endif
|
|
|
+
|
|
|
+int
|
|
|
+main ()
|
|
|
+{
|
|
|
+return $ac_func ();
|
|
|
+ ;
|
|
|
+ return 0;
|
|
|
+}
|
|
|
+_ACEOF
|
|
|
+rm -f conftest.$ac_objext conftest$ac_exeext
|
|
|
+if { (ac_try="$ac_link"
|
|
|
+case "(($ac_try" in
|
|
|
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
+ *) ac_try_echo=$ac_try;;
|
|
|
+esac
|
|
|
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
|
+ (eval "$ac_link") 2>conftest.er1
|
|
|
+ ac_status=$?
|
|
|
+ grep -v '^ *+' conftest.er1 >conftest.err
|
|
|
+ rm -f conftest.er1
|
|
|
+ cat conftest.err >&5
|
|
|
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
+ (exit $ac_status); } && {
|
|
|
+ test -z "$ac_c_werror_flag" ||
|
|
|
+ test ! -s conftest.err
|
|
|
+ } && test -s conftest$ac_exeext &&
|
|
|
+ $as_test_x conftest$ac_exeext; then
|
|
|
+ eval "$as_ac_var=yes"
|
|
|
+else
|
|
|
+ echo "$as_me: failed program was:" >&5
|
|
|
+sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
+
|
|
|
+ eval "$as_ac_var=no"
|
|
|
+fi
|
|
|
+
|
|
|
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
|
|
+ conftest$ac_exeext conftest.$ac_ext
|
|
|
+fi
|
|
|
+ac_res=`eval echo '${'$as_ac_var'}'`
|
|
|
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
|
|
|
+echo "${ECHO_T}$ac_res" >&6; }
|
|
|
+if test `eval echo '${'$as_ac_var'}'` = yes; then
|
|
|
+ cat >>confdefs.h <<_ACEOF
|
|
|
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
|
|
+_ACEOF
|
|
|
+
|
|
|
+
|
|
|
+if true; then
|
|
|
+ HAVE_GETTIMEOFDAY_TRUE=
|
|
|
+ HAVE_GETTIMEOFDAY_FALSE='#'
|
|
|
+else
|
|
|
+ HAVE_GETTIMEOFDAY_TRUE='#'
|
|
|
+ HAVE_GETTIMEOFDAY_FALSE=
|
|
|
+fi
|
|
|
+
|
|
|
+else
|
|
|
+
|
|
|
+
|
|
|
+if false; then
|
|
|
+ HAVE_GETTIMEOFDAY_TRUE=
|
|
|
+ HAVE_GETTIMEOFDAY_FALSE='#'
|
|
|
+else
|
|
|
+ HAVE_GETTIMEOFDAY_TRUE='#'
|
|
|
+ HAVE_GETTIMEOFDAY_FALSE=
|
|
|
+fi
|
|
|
+
|
|
|
+fi
|
|
|
+done
|
|
|
+
|
|
|
+
|
|
|
for ac_func in inet_aton
|
|
|
do
|
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
@@ -13357,6 +13595,20 @@ echo "$as_me: error: conditional \"HAVE_BASENAME\" was never defined.
|
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
|
|
{ (exit 1); exit 1; }; }
|
|
|
fi
|
|
|
+if test -z "${HAVE_GAI_STRERROR_TRUE}" && test -z "${HAVE_GAI_STRERROR_FALSE}"; then
|
|
|
+ { { echo "$as_me:$LINENO: error: conditional \"HAVE_GAI_STRERROR\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." >&5
|
|
|
+echo "$as_me: error: conditional \"HAVE_GAI_STRERROR\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." >&2;}
|
|
|
+ { (exit 1); exit 1; }; }
|
|
|
+fi
|
|
|
+if test -z "${HAVE_GAI_STRERROR_TRUE}" && test -z "${HAVE_GAI_STRERROR_FALSE}"; then
|
|
|
+ { { echo "$as_me:$LINENO: error: conditional \"HAVE_GAI_STRERROR\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." >&5
|
|
|
+echo "$as_me: error: conditional \"HAVE_GAI_STRERROR\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." >&2;}
|
|
|
+ { (exit 1); exit 1; }; }
|
|
|
+fi
|
|
|
if test -z "${HAVE_GETADDRINFO_TRUE}" && test -z "${HAVE_GETADDRINFO_FALSE}"; then
|
|
|
{ { echo "$as_me:$LINENO: error: conditional \"HAVE_GETADDRINFO\" was never defined.
|
|
|
Usually this means the macro was only invoked conditionally." >&5
|
|
@@ -13371,6 +13623,20 @@ echo "$as_me: error: conditional \"HAVE_GETADDRINFO\" was never defined.
|
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
|
|
{ (exit 1); exit 1; }; }
|
|
|
fi
|
|
|
+if test -z "${HAVE_GETTIMEOFDAY_TRUE}" && test -z "${HAVE_GETTIMEOFDAY_FALSE}"; then
|
|
|
+ { { echo "$as_me:$LINENO: error: conditional \"HAVE_GETTIMEOFDAY\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." >&5
|
|
|
+echo "$as_me: error: conditional \"HAVE_GETTIMEOFDAY\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." >&2;}
|
|
|
+ { (exit 1); exit 1; }; }
|
|
|
+fi
|
|
|
+if test -z "${HAVE_GETTIMEOFDAY_TRUE}" && test -z "${HAVE_GETTIMEOFDAY_FALSE}"; then
|
|
|
+ { { echo "$as_me:$LINENO: error: conditional \"HAVE_GETTIMEOFDAY\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." >&5
|
|
|
+echo "$as_me: error: conditional \"HAVE_GETTIMEOFDAY\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." >&2;}
|
|
|
+ { (exit 1); exit 1; }; }
|
|
|
+fi
|
|
|
if test -z "${HAVE_INET_ATON_TRUE}" && test -z "${HAVE_INET_ATON_FALSE}"; then
|
|
|
{ { echo "$as_me:$LINENO: error: conditional \"HAVE_INET_ATON\" was never defined.
|
|
|
Usually this means the macro was only invoked conditionally." >&5
|
|
@@ -14157,8 +14423,12 @@ POSUB!$POSUB$ac_delim
|
|
|
LIBOBJS!$LIBOBJS$ac_delim
|
|
|
HAVE_BASENAME_TRUE!$HAVE_BASENAME_TRUE$ac_delim
|
|
|
HAVE_BASENAME_FALSE!$HAVE_BASENAME_FALSE$ac_delim
|
|
|
+HAVE_GAI_STRERROR_TRUE!$HAVE_GAI_STRERROR_TRUE$ac_delim
|
|
|
+HAVE_GAI_STRERROR_FALSE!$HAVE_GAI_STRERROR_FALSE$ac_delim
|
|
|
HAVE_GETADDRINFO_TRUE!$HAVE_GETADDRINFO_TRUE$ac_delim
|
|
|
HAVE_GETADDRINFO_FALSE!$HAVE_GETADDRINFO_FALSE$ac_delim
|
|
|
+HAVE_GETTIMEOFDAY_TRUE!$HAVE_GETTIMEOFDAY_TRUE$ac_delim
|
|
|
+HAVE_GETTIMEOFDAY_FALSE!$HAVE_GETTIMEOFDAY_FALSE$ac_delim
|
|
|
HAVE_INET_ATON_TRUE!$HAVE_INET_ATON_TRUE$ac_delim
|
|
|
HAVE_INET_ATON_FALSE!$HAVE_INET_ATON_FALSE$ac_delim
|
|
|
HAVE_LOCALTIME_R_TRUE!$HAVE_LOCALTIME_R_TRUE$ac_delim
|
|
@@ -14168,7 +14438,7 @@ HAVE_STRPTIME_FALSE!$HAVE_STRPTIME_FALSE$ac_delim
|
|
|
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
|
|
_ACEOF
|
|
|
|
|
|
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 63; then
|
|
|
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 67; then
|
|
|
break
|
|
|
elif $ac_last_try; then
|
|
|
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|