| 771 |
|
with_gnu_ld |
| 772 |
|
with_sysroot |
| 773 |
|
enable_libtool_lock |
| 774 |
– |
with_werror |
| 774 |
|
' |
| 775 |
|
ac_precious_vars='build_alias |
| 776 |
|
host_alias |
| 1428 |
|
--with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| 1429 |
|
--with-sysroot[=DIR] Search for dependent libraries within DIR (or the |
| 1430 |
|
compiler's sysroot if not specified). |
| 1432 |
– |
--with-werror use -Werror to abort compilation on any warning |
| 1431 |
|
|
| 1432 |
|
Some influential environment variables: |
| 1433 |
|
CC C compiler command |
| 12927 |
|
LEX=${am_missing_run}flex |
| 12928 |
|
fi |
| 12929 |
|
|
| 12930 |
< |
ETR_SOCKET_NSL |
| 12930 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 12931 |
> |
$as_echo_n "checking for library containing socket... " >&6; } |
| 12932 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 12933 |
> |
$as_echo_n "(cached) " >&6 |
| 12934 |
> |
else |
| 12935 |
> |
ac_func_search_save_LIBS=$LIBS |
| 12936 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 12937 |
> |
/* end confdefs.h. */ |
| 12938 |
> |
|
| 12939 |
> |
/* Override any GCC internal prototype to avoid an error. |
| 12940 |
> |
Use char because int might match the return type of a GCC |
| 12941 |
> |
builtin and then its argument prototype would still apply. */ |
| 12942 |
> |
#ifdef __cplusplus |
| 12943 |
> |
extern "C" |
| 12944 |
> |
#endif |
| 12945 |
> |
char socket (); |
| 12946 |
> |
int |
| 12947 |
> |
main () |
| 12948 |
> |
{ |
| 12949 |
> |
return socket (); |
| 12950 |
> |
; |
| 12951 |
> |
return 0; |
| 12952 |
> |
} |
| 12953 |
> |
_ACEOF |
| 12954 |
> |
for ac_lib in '' socket; do |
| 12955 |
> |
if test -z "$ac_lib"; then |
| 12956 |
> |
ac_res="none required" |
| 12957 |
> |
else |
| 12958 |
> |
ac_res=-l$ac_lib |
| 12959 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 12960 |
> |
fi |
| 12961 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 12962 |
> |
ac_cv_search_socket=$ac_res |
| 12963 |
> |
fi |
| 12964 |
> |
rm -f core conftest.err conftest.$ac_objext \ |
| 12965 |
> |
conftest$ac_exeext |
| 12966 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 12967 |
> |
break |
| 12968 |
> |
fi |
| 12969 |
> |
done |
| 12970 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 12971 |
|
|
| 12972 |
< |
for ac_func in inet_aton inet_pton socket strdup strstr |
| 12972 |
> |
else |
| 12973 |
> |
ac_cv_search_socket=no |
| 12974 |
> |
fi |
| 12975 |
> |
rm conftest.$ac_ext |
| 12976 |
> |
LIBS=$ac_func_search_save_LIBS |
| 12977 |
> |
fi |
| 12978 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 12979 |
> |
$as_echo "$ac_cv_search_socket" >&6; } |
| 12980 |
> |
ac_res=$ac_cv_search_socket |
| 12981 |
> |
if test "$ac_res" != no; then : |
| 12982 |
> |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 12983 |
> |
|
| 12984 |
> |
else |
| 12985 |
> |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 12986 |
> |
fi |
| 12987 |
> |
|
| 12988 |
> |
ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" |
| 12989 |
> |
if test "x$ac_cv_func_getaddrinfo" = xyes; then : |
| 12990 |
> |
|
| 12991 |
> |
else |
| 12992 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5 |
| 12993 |
> |
$as_echo_n "checking for library containing getaddrinfo... " >&6; } |
| 12994 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 12995 |
> |
$as_echo_n "(cached) " >&6 |
| 12996 |
> |
else |
| 12997 |
> |
ac_func_search_save_LIBS=$LIBS |
| 12998 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 12999 |
> |
/* end confdefs.h. */ |
| 13000 |
> |
|
| 13001 |
> |
/* Override any GCC internal prototype to avoid an error. |
| 13002 |
> |
Use char because int might match the return type of a GCC |
| 13003 |
> |
builtin and then its argument prototype would still apply. */ |
| 13004 |
> |
#ifdef __cplusplus |
| 13005 |
> |
extern "C" |
| 13006 |
> |
#endif |
| 13007 |
> |
char getaddrinfo (); |
| 13008 |
> |
int |
| 13009 |
> |
main () |
| 13010 |
> |
{ |
| 13011 |
> |
return getaddrinfo (); |
| 13012 |
> |
; |
| 13013 |
> |
return 0; |
| 13014 |
> |
} |
| 13015 |
> |
_ACEOF |
| 13016 |
> |
for ac_lib in '' nsl; do |
| 13017 |
> |
if test -z "$ac_lib"; then |
| 13018 |
> |
ac_res="none required" |
| 13019 |
> |
else |
| 13020 |
> |
ac_res=-l$ac_lib |
| 13021 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13022 |
> |
fi |
| 13023 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13024 |
> |
ac_cv_search_getaddrinfo=$ac_res |
| 13025 |
> |
fi |
| 13026 |
> |
rm -f core conftest.err conftest.$ac_objext \ |
| 13027 |
> |
conftest$ac_exeext |
| 13028 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13029 |
> |
break |
| 13030 |
> |
fi |
| 13031 |
> |
done |
| 13032 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13033 |
> |
|
| 13034 |
> |
else |
| 13035 |
> |
ac_cv_search_getaddrinfo=no |
| 13036 |
> |
fi |
| 13037 |
> |
rm conftest.$ac_ext |
| 13038 |
> |
LIBS=$ac_func_search_save_LIBS |
| 13039 |
> |
fi |
| 13040 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5 |
| 13041 |
> |
$as_echo "$ac_cv_search_getaddrinfo" >&6; } |
| 13042 |
> |
ac_res=$ac_cv_search_getaddrinfo |
| 13043 |
> |
if test "$ac_res" != no; then : |
| 13044 |
> |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13045 |
> |
|
| 13046 |
> |
fi |
| 13047 |
> |
|
| 13048 |
> |
fi |
| 13049 |
> |
|
| 13050 |
> |
ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo" |
| 13051 |
> |
if test "x$ac_cv_func_getnameinfo" = xyes; then : |
| 13052 |
> |
|
| 13053 |
> |
else |
| 13054 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5 |
| 13055 |
> |
$as_echo_n "checking for library containing getnameinfo... " >&6; } |
| 13056 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13057 |
> |
$as_echo_n "(cached) " >&6 |
| 13058 |
> |
else |
| 13059 |
> |
ac_func_search_save_LIBS=$LIBS |
| 13060 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13061 |
> |
/* end confdefs.h. */ |
| 13062 |
> |
|
| 13063 |
> |
/* Override any GCC internal prototype to avoid an error. |
| 13064 |
> |
Use char because int might match the return type of a GCC |
| 13065 |
> |
builtin and then its argument prototype would still apply. */ |
| 13066 |
> |
#ifdef __cplusplus |
| 13067 |
> |
extern "C" |
| 13068 |
> |
#endif |
| 13069 |
> |
char getnameinfo (); |
| 13070 |
> |
int |
| 13071 |
> |
main () |
| 13072 |
> |
{ |
| 13073 |
> |
return getnameinfo (); |
| 13074 |
> |
; |
| 13075 |
> |
return 0; |
| 13076 |
> |
} |
| 13077 |
> |
_ACEOF |
| 13078 |
> |
for ac_lib in '' nsl; do |
| 13079 |
> |
if test -z "$ac_lib"; then |
| 13080 |
> |
ac_res="none required" |
| 13081 |
> |
else |
| 13082 |
> |
ac_res=-l$ac_lib |
| 13083 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13084 |
> |
fi |
| 13085 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13086 |
> |
ac_cv_search_getnameinfo=$ac_res |
| 13087 |
> |
fi |
| 13088 |
> |
rm -f core conftest.err conftest.$ac_objext \ |
| 13089 |
> |
conftest$ac_exeext |
| 13090 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13091 |
> |
break |
| 13092 |
> |
fi |
| 13093 |
> |
done |
| 13094 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13095 |
> |
|
| 13096 |
> |
else |
| 13097 |
> |
ac_cv_search_getnameinfo=no |
| 13098 |
> |
fi |
| 13099 |
> |
rm conftest.$ac_ext |
| 13100 |
> |
LIBS=$ac_func_search_save_LIBS |
| 13101 |
> |
fi |
| 13102 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5 |
| 13103 |
> |
$as_echo "$ac_cv_search_getnameinfo" >&6; } |
| 13104 |
> |
ac_res=$ac_cv_search_getnameinfo |
| 13105 |
> |
if test "$ac_res" != no; then : |
| 13106 |
> |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13107 |
> |
|
| 13108 |
> |
fi |
| 13109 |
> |
|
| 13110 |
> |
fi |
| 13111 |
> |
|
| 13112 |
> |
|
| 13113 |
> |
for ac_func in strlcpy strlcat inet_aton inet_pton socket strdup strstr |
| 13114 |
|
do : |
| 13115 |
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13116 |
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13469 |
|
subdirs="$subdirs src/libopm" |
| 13470 |
|
|
| 13471 |
|
|
| 13472 |
< |
|
| 13294 |
< |
# Check whether --with-werror was given. |
| 13295 |
< |
if test "${with_werror+set}" = set; then : |
| 13296 |
< |
withval=$with_werror; CFLAGS="$CFLAGS -Werror" |
| 13297 |
< |
fi |
| 13298 |
< |
|
| 13299 |
< |
|
| 13300 |
< |
ac_config_files="$ac_config_files Makefile src/Makefile" |
| 13472 |
> |
ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile" |
| 13473 |
|
|
| 13474 |
|
cat >confcache <<\_ACEOF |
| 13475 |
|
# This file is a shell script that caches the results of configure |
| 14485 |
|
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
| 14486 |
|
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; |
| 14487 |
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 14488 |
+ |
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
| 14489 |
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
| 14490 |
|
|
| 14491 |
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |