ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/configure
(Generate patch)

Comparing hopm/trunk/configure (file contents):
Revision 5059 by michael, Mon Dec 22 13:43:00 2014 UTC vs.
Revision 5070 by michael, Mon Dec 22 15:00:01 2014 UTC

# Line 1 | Line 1
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.
# Line 585 | Line 585 | MFLAGS=
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>
# Line 771 | Line 771 | with_aix_soname
771   with_gnu_ld
772   with_sysroot
773   enable_libtool_lock
774 with_werror
774   '
775        ac_precious_vars='build_alias
776   host_alias
# Line 1324 | Line 1323 | if test "$ac_init_help" = "long"; then
1323    # Omit some internal or obsolete options to make the list less imposing.
1324    # This message is too long to be a string in the A/UX 3.1 sh.
1325    cat <<_ACEOF
1326 < \`configure' configures bopm 3.1.3 to adapt to many kinds of systems.
1326 > \`configure' configures hopm 1.0.0beta1 to adapt to many kinds of systems.
1327  
1328   Usage: $0 [OPTION]... [VAR=VALUE]...
1329  
# Line 1372 | Line 1371 | Fine tuning of the installation director
1371    --infodir=DIR           info documentation [DATAROOTDIR/info]
1372    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1373    --mandir=DIR            man documentation [DATAROOTDIR/man]
1374 <  --docdir=DIR            documentation root [DATAROOTDIR/doc/bopm]
1374 >  --docdir=DIR            documentation root [DATAROOTDIR/doc/hopm]
1375    --htmldir=DIR           html documentation [DOCDIR]
1376    --dvidir=DIR            dvi documentation [DOCDIR]
1377    --pdfdir=DIR            pdf documentation [DOCDIR]
# Line 1394 | Line 1393 | fi
1393  
1394   if test -n "$ac_init_help"; then
1395    case $ac_init_help in
1396 <     short | recursive ) echo "Configuration of bopm 3.1.3:";;
1396 >     short | recursive ) echo "Configuration of hopm 1.0.0beta1:";;
1397     esac
1398    cat <<\_ACEOF
1399  
# Line 1429 | Line 1428 | Optional Packages:
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
# Line 1513 | Line 1511 | fi
1511   test -n "$ac_init_help" && exit $ac_status
1512   if $ac_init_version; then
1513    cat <<\_ACEOF
1514 < bopm configure 3.1.3
1514 > hopm configure 1.0.0beta1
1515   generated by GNU Autoconf 2.69
1516  
1517   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2115 | Line 2113 | cat >config.log <<_ACEOF
2113   This file contains any messages produced by compilers while
2114   running configure, to aid debugging if configure makes a mistake.
2115  
2116 < It was created by bopm $as_me 3.1.3, which was
2116 > It was created by hopm $as_me 1.0.0beta1, which was
2117   generated by GNU Autoconf 2.69.  Invocation command line was
2118  
2119    $ $0 $@
# Line 2980 | Line 2978 | fi
2978  
2979  
2980   # Define the identity of the package.
2981 < PACKAGE='bopm'
2982 < VERSION='3.1.3'
2981 > PACKAGE='hopm'
2982 > VERSION='1.0.0beta1'
2983  
2984  
2985   cat >>confdefs.h <<_ACEOF
# Line 12929 | Line 12927 | if test "$LEX" = :; then
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 > 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 < for ac_func in inet_aton inet_pton socket strdup strstr
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"
# Line 13287 | Line 13466 | _ACEOF
13466  
13467  
13468  
13290
13469   subdirs="$subdirs src/libopm"
13470  
13471  
13472 <
13295 < # Check whether --with-werror was given.
13296 < if test "${with_werror+set}" = set; then :
13297 <  withval=$with_werror; CFLAGS="$CFLAGS -Werror"
13298 < fi
13299 <
13300 <
13301 < 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
# Line 13834 | Line 14005 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
14005   # report actual input values of CONFIG_FILES etc. instead of their
14006   # values after options handling.
14007   ac_log="
14008 < This file was extended by bopm $as_me 3.1.3, which was
14008 > This file was extended by hopm $as_me 1.0.0beta1, which was
14009   generated by GNU Autoconf 2.69.  Invocation command line was
14010  
14011    CONFIG_FILES    = $CONFIG_FILES
# Line 13900 | Line 14071 | _ACEOF
14071   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14072   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14073   ac_cs_version="\\
14074 < bopm config.status 3.1.3
14074 > hopm config.status 1.0.0beta1
14075   configured by $0, generated by GNU Autoconf 2.69,
14076    with options \\"\$ac_cs_config\\"
14077  
# Line 14314 | Line 14485 | do
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;;
# Line 15668 | Line 15840 | fi
15840  
15841   echo "##############################################################################"
15842   echo "Everything is now configured, but you can find some more (infrequently"
15843 < echo "changed) options in options.h.  To compile BOPM now, just type make.  It"
15843 > echo "changed) options in options.h.  To compile HOPM now, just type make.  It"
15844   echo "requires GNU Make, which may be installed as gmake on your system."
15845   echo
15846 < echo "bopm will be installed in ${prefix}.  To change this, run:"
15846 > echo "hopm will be installed in ${prefix}.  To change this, run:"
15847   echo "   ./configure --prefix=DIRECTORY"
15848   echo "##############################################################################"
15677 echo

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)