| 1 |
|
#! /bin/sh |
| 2 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 3 |
< |
# Generated by GNU Autoconf 2.69 for bopm 3.1.3. |
| 3 |
> |
# Generated by GNU Autoconf 2.69 for hopm 1.0.0beta1. |
| 4 |
|
# |
| 5 |
|
# |
| 6 |
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 585 |
|
MAKEFLAGS= |
| 586 |
|
|
| 587 |
|
# Identity of this package. |
| 588 |
< |
PACKAGE_NAME='bopm' |
| 589 |
< |
PACKAGE_TARNAME='bopm' |
| 590 |
< |
PACKAGE_VERSION='3.1.3' |
| 591 |
< |
PACKAGE_STRING='bopm 3.1.3' |
| 588 |
> |
PACKAGE_NAME='hopm' |
| 589 |
> |
PACKAGE_TARNAME='hopm' |
| 590 |
> |
PACKAGE_VERSION='1.0.0beta1' |
| 591 |
> |
PACKAGE_STRING='hopm 1.0.0beta1' |
| 592 |
|
PACKAGE_BUGREPORT='' |
| 593 |
|
PACKAGE_URL='' |
| 594 |
|
|
| 595 |
|
ac_unique_file="src/opercmd.h" |
| 596 |
< |
ac_default_prefix=\${HOME}/bopm |
| 596 |
> |
ac_default_prefix=\${HOME}/hopm |
| 597 |
|
# Factoring default headers for most tests. |
| 598 |
|
ac_includes_default="\ |
| 599 |
|
#include <stdio.h> |
| 1324 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1325 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1326 |
|
cat <<_ACEOF |
| 1327 |
< |
\`configure' configures bopm 3.1.3 to adapt to many kinds of systems. |
| 1327 |
> |
\`configure' configures hopm 1.0.0beta1 to adapt to many kinds of systems. |
| 1328 |
|
|
| 1329 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1330 |
|
|
| 1372 |
|
--infodir=DIR info documentation [DATAROOTDIR/info] |
| 1373 |
|
--localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
| 1374 |
|
--mandir=DIR man documentation [DATAROOTDIR/man] |
| 1375 |
< |
--docdir=DIR documentation root [DATAROOTDIR/doc/bopm] |
| 1375 |
> |
--docdir=DIR documentation root [DATAROOTDIR/doc/hopm] |
| 1376 |
|
--htmldir=DIR html documentation [DOCDIR] |
| 1377 |
|
--dvidir=DIR dvi documentation [DOCDIR] |
| 1378 |
|
--pdfdir=DIR pdf documentation [DOCDIR] |
| 1394 |
|
|
| 1395 |
|
if test -n "$ac_init_help"; then |
| 1396 |
|
case $ac_init_help in |
| 1397 |
< |
short | recursive ) echo "Configuration of bopm 3.1.3:";; |
| 1397 |
> |
short | recursive ) echo "Configuration of hopm 1.0.0beta1:";; |
| 1398 |
|
esac |
| 1399 |
|
cat <<\_ACEOF |
| 1400 |
|
|
| 1513 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1514 |
|
if $ac_init_version; then |
| 1515 |
|
cat <<\_ACEOF |
| 1516 |
< |
bopm configure 3.1.3 |
| 1516 |
> |
hopm configure 1.0.0beta1 |
| 1517 |
|
generated by GNU Autoconf 2.69 |
| 1518 |
|
|
| 1519 |
|
Copyright (C) 2012 Free Software Foundation, Inc. |
| 2115 |
|
This file contains any messages produced by compilers while |
| 2116 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2117 |
|
|
| 2118 |
< |
It was created by bopm $as_me 3.1.3, which was |
| 2118 |
> |
It was created by hopm $as_me 1.0.0beta1, which was |
| 2119 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 2120 |
|
|
| 2121 |
|
$ $0 $@ |
| 2980 |
|
|
| 2981 |
|
|
| 2982 |
|
# Define the identity of the package. |
| 2983 |
< |
PACKAGE='bopm' |
| 2984 |
< |
VERSION='3.1.3' |
| 2983 |
> |
PACKAGE='hopm' |
| 2984 |
> |
VERSION='1.0.0beta1' |
| 2985 |
|
|
| 2986 |
|
|
| 2987 |
|
cat >>confdefs.h <<_ACEOF |
| 12929 |
|
LEX=${am_missing_run}flex |
| 12930 |
|
fi |
| 12931 |
|
|
| 12932 |
< |
ETR_SOCKET_NSL |
| 12932 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 12933 |
> |
$as_echo_n "checking for library containing socket... " >&6; } |
| 12934 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 12935 |
> |
$as_echo_n "(cached) " >&6 |
| 12936 |
> |
else |
| 12937 |
> |
ac_func_search_save_LIBS=$LIBS |
| 12938 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 12939 |
> |
/* end confdefs.h. */ |
| 12940 |
> |
|
| 12941 |
> |
/* Override any GCC internal prototype to avoid an error. |
| 12942 |
> |
Use char because int might match the return type of a GCC |
| 12943 |
> |
builtin and then its argument prototype would still apply. */ |
| 12944 |
> |
#ifdef __cplusplus |
| 12945 |
> |
extern "C" |
| 12946 |
> |
#endif |
| 12947 |
> |
char socket (); |
| 12948 |
> |
int |
| 12949 |
> |
main () |
| 12950 |
> |
{ |
| 12951 |
> |
return socket (); |
| 12952 |
> |
; |
| 12953 |
> |
return 0; |
| 12954 |
> |
} |
| 12955 |
> |
_ACEOF |
| 12956 |
> |
for ac_lib in '' socket; do |
| 12957 |
> |
if test -z "$ac_lib"; then |
| 12958 |
> |
ac_res="none required" |
| 12959 |
> |
else |
| 12960 |
> |
ac_res=-l$ac_lib |
| 12961 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 12962 |
> |
fi |
| 12963 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 12964 |
> |
ac_cv_search_socket=$ac_res |
| 12965 |
> |
fi |
| 12966 |
> |
rm -f core conftest.err conftest.$ac_objext \ |
| 12967 |
> |
conftest$ac_exeext |
| 12968 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 12969 |
> |
break |
| 12970 |
> |
fi |
| 12971 |
> |
done |
| 12972 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 12973 |
> |
|
| 12974 |
> |
else |
| 12975 |
> |
ac_cv_search_socket=no |
| 12976 |
> |
fi |
| 12977 |
> |
rm conftest.$ac_ext |
| 12978 |
> |
LIBS=$ac_func_search_save_LIBS |
| 12979 |
> |
fi |
| 12980 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 12981 |
> |
$as_echo "$ac_cv_search_socket" >&6; } |
| 12982 |
> |
ac_res=$ac_cv_search_socket |
| 12983 |
> |
if test "$ac_res" != no; then : |
| 12984 |
> |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 12985 |
> |
|
| 12986 |
> |
else |
| 12987 |
> |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 12988 |
> |
fi |
| 12989 |
> |
|
| 12990 |
> |
ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" |
| 12991 |
> |
if test "x$ac_cv_func_getaddrinfo" = xyes; then : |
| 12992 |
> |
|
| 12993 |
> |
else |
| 12994 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5 |
| 12995 |
> |
$as_echo_n "checking for library containing getaddrinfo... " >&6; } |
| 12996 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 12997 |
> |
$as_echo_n "(cached) " >&6 |
| 12998 |
> |
else |
| 12999 |
> |
ac_func_search_save_LIBS=$LIBS |
| 13000 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13001 |
> |
/* end confdefs.h. */ |
| 13002 |
> |
|
| 13003 |
> |
/* Override any GCC internal prototype to avoid an error. |
| 13004 |
> |
Use char because int might match the return type of a GCC |
| 13005 |
> |
builtin and then its argument prototype would still apply. */ |
| 13006 |
> |
#ifdef __cplusplus |
| 13007 |
> |
extern "C" |
| 13008 |
> |
#endif |
| 13009 |
> |
char getaddrinfo (); |
| 13010 |
> |
int |
| 13011 |
> |
main () |
| 13012 |
> |
{ |
| 13013 |
> |
return getaddrinfo (); |
| 13014 |
> |
; |
| 13015 |
> |
return 0; |
| 13016 |
> |
} |
| 13017 |
> |
_ACEOF |
| 13018 |
> |
for ac_lib in '' nsl; do |
| 13019 |
> |
if test -z "$ac_lib"; then |
| 13020 |
> |
ac_res="none required" |
| 13021 |
> |
else |
| 13022 |
> |
ac_res=-l$ac_lib |
| 13023 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13024 |
> |
fi |
| 13025 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13026 |
> |
ac_cv_search_getaddrinfo=$ac_res |
| 13027 |
> |
fi |
| 13028 |
> |
rm -f core conftest.err conftest.$ac_objext \ |
| 13029 |
> |
conftest$ac_exeext |
| 13030 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13031 |
> |
break |
| 13032 |
> |
fi |
| 13033 |
> |
done |
| 13034 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13035 |
> |
|
| 13036 |
> |
else |
| 13037 |
> |
ac_cv_search_getaddrinfo=no |
| 13038 |
> |
fi |
| 13039 |
> |
rm conftest.$ac_ext |
| 13040 |
> |
LIBS=$ac_func_search_save_LIBS |
| 13041 |
> |
fi |
| 13042 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5 |
| 13043 |
> |
$as_echo "$ac_cv_search_getaddrinfo" >&6; } |
| 13044 |
> |
ac_res=$ac_cv_search_getaddrinfo |
| 13045 |
> |
if test "$ac_res" != no; then : |
| 13046 |
> |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13047 |
> |
|
| 13048 |
> |
fi |
| 13049 |
> |
|
| 13050 |
> |
fi |
| 13051 |
> |
|
| 13052 |
> |
ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo" |
| 13053 |
> |
if test "x$ac_cv_func_getnameinfo" = xyes; then : |
| 13054 |
> |
|
| 13055 |
> |
else |
| 13056 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5 |
| 13057 |
> |
$as_echo_n "checking for library containing getnameinfo... " >&6; } |
| 13058 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13059 |
> |
$as_echo_n "(cached) " >&6 |
| 13060 |
> |
else |
| 13061 |
> |
ac_func_search_save_LIBS=$LIBS |
| 13062 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13063 |
> |
/* end confdefs.h. */ |
| 13064 |
> |
|
| 13065 |
> |
/* Override any GCC internal prototype to avoid an error. |
| 13066 |
> |
Use char because int might match the return type of a GCC |
| 13067 |
> |
builtin and then its argument prototype would still apply. */ |
| 13068 |
> |
#ifdef __cplusplus |
| 13069 |
> |
extern "C" |
| 13070 |
> |
#endif |
| 13071 |
> |
char getnameinfo (); |
| 13072 |
> |
int |
| 13073 |
> |
main () |
| 13074 |
> |
{ |
| 13075 |
> |
return getnameinfo (); |
| 13076 |
> |
; |
| 13077 |
> |
return 0; |
| 13078 |
> |
} |
| 13079 |
> |
_ACEOF |
| 13080 |
> |
for ac_lib in '' nsl; do |
| 13081 |
> |
if test -z "$ac_lib"; then |
| 13082 |
> |
ac_res="none required" |
| 13083 |
> |
else |
| 13084 |
> |
ac_res=-l$ac_lib |
| 13085 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13086 |
> |
fi |
| 13087 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13088 |
> |
ac_cv_search_getnameinfo=$ac_res |
| 13089 |
> |
fi |
| 13090 |
> |
rm -f core conftest.err conftest.$ac_objext \ |
| 13091 |
> |
conftest$ac_exeext |
| 13092 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13093 |
> |
break |
| 13094 |
> |
fi |
| 13095 |
> |
done |
| 13096 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13097 |
> |
|
| 13098 |
> |
else |
| 13099 |
> |
ac_cv_search_getnameinfo=no |
| 13100 |
> |
fi |
| 13101 |
> |
rm conftest.$ac_ext |
| 13102 |
> |
LIBS=$ac_func_search_save_LIBS |
| 13103 |
> |
fi |
| 13104 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5 |
| 13105 |
> |
$as_echo "$ac_cv_search_getnameinfo" >&6; } |
| 13106 |
> |
ac_res=$ac_cv_search_getnameinfo |
| 13107 |
> |
if test "$ac_res" != no; then : |
| 13108 |
> |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13109 |
> |
|
| 13110 |
> |
fi |
| 13111 |
> |
|
| 13112 |
> |
fi |
| 13113 |
> |
|
| 13114 |
|
|
| 13115 |
|
for ac_func in inet_aton inet_pton socket strdup strstr |
| 13116 |
|
do : |
| 13468 |
|
|
| 13469 |
|
|
| 13470 |
|
|
| 13290 |
– |
|
| 13471 |
|
subdirs="$subdirs src/libopm" |
| 13472 |
|
|
| 13473 |
|
|
| 14014 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 14015 |
|
# values after options handling. |
| 14016 |
|
ac_log=" |
| 14017 |
< |
This file was extended by bopm $as_me 3.1.3, which was |
| 14017 |
> |
This file was extended by hopm $as_me 1.0.0beta1, which was |
| 14018 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 14019 |
|
|
| 14020 |
|
CONFIG_FILES = $CONFIG_FILES |
| 14080 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 14081 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 14082 |
|
ac_cs_version="\\ |
| 14083 |
< |
bopm config.status 3.1.3 |
| 14083 |
> |
hopm config.status 1.0.0beta1 |
| 14084 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 14085 |
|
with options \\"\$ac_cs_config\\" |
| 14086 |
|
|
| 15848 |
|
|
| 15849 |
|
echo "##############################################################################" |
| 15850 |
|
echo "Everything is now configured, but you can find some more (infrequently" |
| 15851 |
< |
echo "changed) options in options.h. To compile BOPM now, just type make. It" |
| 15851 |
> |
echo "changed) options in options.h. To compile HOPM now, just type make. It" |
| 15852 |
|
echo "requires GNU Make, which may be installed as gmake on your system." |
| 15853 |
|
echo |
| 15854 |
< |
echo "bopm will be installed in ${prefix}. To change this, run:" |
| 15854 |
> |
echo "hopm will be installed in ${prefix}. To change this, run:" |
| 15855 |
|
echo " ./configure --prefix=DIRECTORY" |
| 15856 |
|
echo "##############################################################################" |
| 15677 |
– |
echo |