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

Comparing hopm/trunk/configure (file contents):
Revision 5059 by michael, Mon Dec 22 13:43:00 2014 UTC vs.
Revision 5157 by michael, Fri Dec 26 17:16:28 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 1928 | Line 1926 | $as_echo "$ac_res" >&6; }
1926    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1927  
1928   } # ac_fn_c_check_type
1931
1932 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1933 # --------------------------------------------
1934 # Tries to find the compile-time value of EXPR in a program that includes
1935 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1936 # computed
1937 ac_fn_c_compute_int ()
1938 {
1939  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1940  if test "$cross_compiling" = yes; then
1941    # Depending upon the size, compute the lo and hi bounds.
1942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1943 /* end confdefs.h.  */
1944 $4
1945 int
1946 main ()
1947 {
1948 static int test_array [1 - 2 * !(($2) >= 0)];
1949 test_array [0] = 0;
1950 return test_array [0];
1951
1952  ;
1953  return 0;
1954 }
1955 _ACEOF
1956 if ac_fn_c_try_compile "$LINENO"; then :
1957  ac_lo=0 ac_mid=0
1958  while :; do
1959    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1960 /* end confdefs.h.  */
1961 $4
1962 int
1963 main ()
1964 {
1965 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1966 test_array [0] = 0;
1967 return test_array [0];
1968
1969  ;
1970  return 0;
1971 }
1972 _ACEOF
1973 if ac_fn_c_try_compile "$LINENO"; then :
1974  ac_hi=$ac_mid; break
1975 else
1976  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1977                        if test $ac_lo -le $ac_mid; then
1978                          ac_lo= ac_hi=
1979                          break
1980                        fi
1981                        as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1982 fi
1983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1984  done
1985 else
1986  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1987 /* end confdefs.h.  */
1988 $4
1989 int
1990 main ()
1991 {
1992 static int test_array [1 - 2 * !(($2) < 0)];
1993 test_array [0] = 0;
1994 return test_array [0];
1995
1996  ;
1997  return 0;
1998 }
1999 _ACEOF
2000 if ac_fn_c_try_compile "$LINENO"; then :
2001  ac_hi=-1 ac_mid=-1
2002  while :; do
2003    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2004 /* end confdefs.h.  */
2005 $4
2006 int
2007 main ()
2008 {
2009 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2010 test_array [0] = 0;
2011 return test_array [0];
2012
2013  ;
2014  return 0;
2015 }
2016 _ACEOF
2017 if ac_fn_c_try_compile "$LINENO"; then :
2018  ac_lo=$ac_mid; break
2019 else
2020  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2021                        if test $ac_mid -le $ac_hi; then
2022                          ac_lo= ac_hi=
2023                          break
2024                        fi
2025                        as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2026 fi
2027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2028  done
2029 else
2030  ac_lo= ac_hi=
2031 fi
2032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2033 fi
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 # Binary search between lo and hi bounds.
2036 while test "x$ac_lo" != "x$ac_hi"; do
2037  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2038  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2039 /* end confdefs.h.  */
2040 $4
2041 int
2042 main ()
2043 {
2044 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2045 test_array [0] = 0;
2046 return test_array [0];
2047
2048  ;
2049  return 0;
2050 }
2051 _ACEOF
2052 if ac_fn_c_try_compile "$LINENO"; then :
2053  ac_hi=$ac_mid
2054 else
2055  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2056 fi
2057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2058 done
2059 case $ac_lo in #((
2060 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2061 '') ac_retval=1 ;;
2062 esac
2063  else
2064    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2065 /* end confdefs.h.  */
2066 $4
2067 static long int longval () { return $2; }
2068 static unsigned long int ulongval () { return $2; }
2069 #include <stdio.h>
2070 #include <stdlib.h>
2071 int
2072 main ()
2073 {
2074
2075  FILE *f = fopen ("conftest.val", "w");
2076  if (! f)
2077    return 1;
2078  if (($2) < 0)
2079    {
2080      long int i = longval ();
2081      if (i != ($2))
2082        return 1;
2083      fprintf (f, "%ld", i);
2084    }
2085  else
2086    {
2087      unsigned long int i = ulongval ();
2088      if (i != ($2))
2089        return 1;
2090      fprintf (f, "%lu", i);
2091    }
2092  /* Do not output a trailing newline, as this causes \r\n confusion
2093     on some platforms.  */
2094  return ferror (f) || fclose (f) != 0;
2095
2096  ;
2097  return 0;
2098 }
2099 _ACEOF
2100 if ac_fn_c_try_run "$LINENO"; then :
2101  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2102 else
2103  ac_retval=1
2104 fi
2105 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2106  conftest.$ac_objext conftest.beam conftest.$ac_ext
2107 rm -f conftest.val
2108
2109  fi
2110  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2111  as_fn_set_status $ac_retval
2112
2113 } # ac_fn_c_compute_int
1929   cat >config.log <<_ACEOF
1930   This file contains any messages produced by compilers while
1931   running configure, to aid debugging if configure makes a mistake.
1932  
1933 < It was created by bopm $as_me 3.1.3, which was
1933 > It was created by hopm $as_me 1.0.0beta1, which was
1934   generated by GNU Autoconf 2.69.  Invocation command line was
1935  
1936    $ $0 $@
# Line 2980 | Line 2795 | fi
2795  
2796  
2797   # Define the identity of the package.
2798 < PACKAGE='bopm'
2799 < VERSION='3.1.3'
2798 > PACKAGE='hopm'
2799 > VERSION='1.0.0beta1'
2800  
2801  
2802   cat >>confdefs.h <<_ACEOF
# Line 12469 | Line 12284 | fi
12284   done
12285  
12286  
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12473 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12474 if ${ac_cv_c_const+:} false; then :
12475  $as_echo_n "(cached) " >&6
12476 else
12477  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12478 /* end confdefs.h.  */
12479
12480 int
12481 main ()
12482 {
12483
12484 #ifndef __cplusplus
12485  /* Ultrix mips cc rejects this sort of thing.  */
12486  typedef int charset[2];
12487  const charset cs = { 0, 0 };
12488  /* SunOS 4.1.1 cc rejects this.  */
12489  char const *const *pcpcc;
12490  char **ppc;
12491  /* NEC SVR4.0.2 mips cc rejects this.  */
12492  struct point {int x, y;};
12493  static struct point const zero = {0,0};
12494  /* AIX XL C 1.02.0.0 rejects this.
12495     It does not let you subtract one const X* pointer from another in
12496     an arm of an if-expression whose if-part is not a constant
12497     expression */
12498  const char *g = "string";
12499  pcpcc = &g + (g ? g-g : 0);
12500  /* HPUX 7.0 cc rejects these. */
12501  ++pcpcc;
12502  ppc = (char**) pcpcc;
12503  pcpcc = (char const *const *) ppc;
12504  { /* SCO 3.2v4 cc rejects this sort of thing.  */
12505    char tx;
12506    char *t = &tx;
12507    char const *s = 0 ? (char *) 0 : (char const *) 0;
12508
12509    *t++ = 0;
12510    if (s) return 0;
12511  }
12512  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12513    int x[] = {25, 17};
12514    const int *foo = &x[0];
12515    ++foo;
12516  }
12517  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12518    typedef const int *iptr;
12519    iptr p = 0;
12520    ++p;
12521  }
12522  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
12523       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12524    struct s { int j; const int *ap[3]; } bx;
12525    struct s *b = &bx; b->j = 5;
12526  }
12527  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12528    const int foo = 10;
12529    if (!foo) return 0;
12530  }
12531  return !cs[0] && !zero.x;
12532 #endif
12533
12534  ;
12535  return 0;
12536 }
12537 _ACEOF
12538 if ac_fn_c_try_compile "$LINENO"; then :
12539  ac_cv_c_const=yes
12540 else
12541  ac_cv_c_const=no
12542 fi
12543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12544 fi
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12546 $as_echo "$ac_cv_c_const" >&6; }
12547 if test $ac_cv_c_const = no; then
12548
12549 $as_echo "#define const /**/" >>confdefs.h
12550
12551 fi
12552
12287   ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12288   if test "x$ac_cv_type_size_t" = xyes; then :
12289  
# Line 12632 | Line 12366 | $as_echo "#define TM_IN_SYS_TIME 1" >>co
12366   fi
12367  
12368  
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12636 $as_echo_n "checking return type of signal handlers... " >&6; }
12637 if ${ac_cv_type_signal+:} false; then :
12638  $as_echo_n "(cached) " >&6
12639 else
12640  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12641 /* end confdefs.h.  */
12642 #include <sys/types.h>
12643 #include <signal.h>
12644
12645 int
12646 main ()
12647 {
12648 return *(signal (0, 0)) (0) == 1;
12649  ;
12650  return 0;
12651 }
12652 _ACEOF
12653 if ac_fn_c_try_compile "$LINENO"; then :
12654  ac_cv_type_signal=int
12655 else
12656  ac_cv_type_signal=void
12657 fi
12658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12659 fi
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12661 $as_echo "$ac_cv_type_signal" >&6; }
12662
12663 cat >>confdefs.h <<_ACEOF
12664 #define RETSIGTYPE $ac_cv_type_signal
12665 _ACEOF
12666
12667
12668 for ac_func in strftime
12669 do :
12670  ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
12671 if test "x$ac_cv_func_strftime" = xyes; then :
12672  cat >>confdefs.h <<_ACEOF
12673 #define HAVE_STRFTIME 1
12674 _ACEOF
12675
12676 else
12677  # strftime is in -lintl on SCO UNIX.
12678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
12679 $as_echo_n "checking for strftime in -lintl... " >&6; }
12680 if ${ac_cv_lib_intl_strftime+:} false; then :
12681  $as_echo_n "(cached) " >&6
12682 else
12683  ac_check_lib_save_LIBS=$LIBS
12684 LIBS="-lintl  $LIBS"
12685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12686 /* end confdefs.h.  */
12687
12688 /* Override any GCC internal prototype to avoid an error.
12689   Use char because int might match the return type of a GCC
12690   builtin and then its argument prototype would still apply.  */
12691 #ifdef __cplusplus
12692 extern "C"
12693 #endif
12694 char strftime ();
12695 int
12696 main ()
12697 {
12698 return strftime ();
12699  ;
12700  return 0;
12701 }
12702 _ACEOF
12703 if ac_fn_c_try_link "$LINENO"; then :
12704  ac_cv_lib_intl_strftime=yes
12705 else
12706  ac_cv_lib_intl_strftime=no
12707 fi
12708 rm -f core conftest.err conftest.$ac_objext \
12709    conftest$ac_exeext conftest.$ac_ext
12710 LIBS=$ac_check_lib_save_LIBS
12711 fi
12712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
12713 $as_echo "$ac_cv_lib_intl_strftime" >&6; }
12714 if test "x$ac_cv_lib_intl_strftime" = xyes; then :
12715  $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
12716
12717 LIBS="-lintl $LIBS"
12718 fi
12719
12720 fi
12721 done
12722
12723
12369  
12370   for ac_prog in 'bison -y' byacc
12371   do
# Line 12929 | Line 12574 | if test "$LEX" = :; then
12574    LEX=${am_missing_run}flex
12575   fi
12576  
12577 < ETR_SOCKET_NSL
12577 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
12578 > $as_echo_n "checking for library containing socket... " >&6; }
12579 > if ${ac_cv_search_socket+:} false; then :
12580 >  $as_echo_n "(cached) " >&6
12581 > else
12582 >  ac_func_search_save_LIBS=$LIBS
12583 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12584 > /* end confdefs.h.  */
12585 >
12586 > /* Override any GCC internal prototype to avoid an error.
12587 >   Use char because int might match the return type of a GCC
12588 >   builtin and then its argument prototype would still apply.  */
12589 > #ifdef __cplusplus
12590 > extern "C"
12591 > #endif
12592 > char socket ();
12593 > int
12594 > main ()
12595 > {
12596 > return socket ();
12597 >  ;
12598 >  return 0;
12599 > }
12600 > _ACEOF
12601 > for ac_lib in '' socket; do
12602 >  if test -z "$ac_lib"; then
12603 >    ac_res="none required"
12604 >  else
12605 >    ac_res=-l$ac_lib
12606 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12607 >  fi
12608 >  if ac_fn_c_try_link "$LINENO"; then :
12609 >  ac_cv_search_socket=$ac_res
12610 > fi
12611 > rm -f core conftest.err conftest.$ac_objext \
12612 >    conftest$ac_exeext
12613 >  if ${ac_cv_search_socket+:} false; then :
12614 >  break
12615 > fi
12616 > done
12617 > if ${ac_cv_search_socket+:} false; then :
12618 >
12619 > else
12620 >  ac_cv_search_socket=no
12621 > fi
12622 > rm conftest.$ac_ext
12623 > LIBS=$ac_func_search_save_LIBS
12624 > fi
12625 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
12626 > $as_echo "$ac_cv_search_socket" >&6; }
12627 > ac_res=$ac_cv_search_socket
12628 > if test "$ac_res" != no; then :
12629 >  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12630 >
12631 > else
12632 >  as_fn_error $? "socket library not found" "$LINENO" 5
12633 > fi
12634 >
12635 > ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
12636 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
12637 >
12638 > else
12639 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
12640 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
12641 > if ${ac_cv_search_getaddrinfo+:} false; then :
12642 >  $as_echo_n "(cached) " >&6
12643 > else
12644 >  ac_func_search_save_LIBS=$LIBS
12645 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12646 > /* end confdefs.h.  */
12647  
12648 < for ac_func in inet_aton inet_pton socket strdup strstr
12648 > /* Override any GCC internal prototype to avoid an error.
12649 >   Use char because int might match the return type of a GCC
12650 >   builtin and then its argument prototype would still apply.  */
12651 > #ifdef __cplusplus
12652 > extern "C"
12653 > #endif
12654 > char getaddrinfo ();
12655 > int
12656 > main ()
12657 > {
12658 > return getaddrinfo ();
12659 >  ;
12660 >  return 0;
12661 > }
12662 > _ACEOF
12663 > for ac_lib in '' nsl; do
12664 >  if test -z "$ac_lib"; then
12665 >    ac_res="none required"
12666 >  else
12667 >    ac_res=-l$ac_lib
12668 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12669 >  fi
12670 >  if ac_fn_c_try_link "$LINENO"; then :
12671 >  ac_cv_search_getaddrinfo=$ac_res
12672 > fi
12673 > rm -f core conftest.err conftest.$ac_objext \
12674 >    conftest$ac_exeext
12675 >  if ${ac_cv_search_getaddrinfo+:} false; then :
12676 >  break
12677 > fi
12678 > done
12679 > if ${ac_cv_search_getaddrinfo+:} false; then :
12680 >
12681 > else
12682 >  ac_cv_search_getaddrinfo=no
12683 > fi
12684 > rm conftest.$ac_ext
12685 > LIBS=$ac_func_search_save_LIBS
12686 > fi
12687 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
12688 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
12689 > ac_res=$ac_cv_search_getaddrinfo
12690 > if test "$ac_res" != no; then :
12691 >  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12692 >
12693 > fi
12694 >
12695 > fi
12696 >
12697 > ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
12698 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
12699 >
12700 > else
12701 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
12702 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
12703 > if ${ac_cv_search_getnameinfo+:} false; then :
12704 >  $as_echo_n "(cached) " >&6
12705 > else
12706 >  ac_func_search_save_LIBS=$LIBS
12707 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12708 > /* end confdefs.h.  */
12709 >
12710 > /* Override any GCC internal prototype to avoid an error.
12711 >   Use char because int might match the return type of a GCC
12712 >   builtin and then its argument prototype would still apply.  */
12713 > #ifdef __cplusplus
12714 > extern "C"
12715 > #endif
12716 > char getnameinfo ();
12717 > int
12718 > main ()
12719 > {
12720 > return getnameinfo ();
12721 >  ;
12722 >  return 0;
12723 > }
12724 > _ACEOF
12725 > for ac_lib in '' nsl; do
12726 >  if test -z "$ac_lib"; then
12727 >    ac_res="none required"
12728 >  else
12729 >    ac_res=-l$ac_lib
12730 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12731 >  fi
12732 >  if ac_fn_c_try_link "$LINENO"; then :
12733 >  ac_cv_search_getnameinfo=$ac_res
12734 > fi
12735 > rm -f core conftest.err conftest.$ac_objext \
12736 >    conftest$ac_exeext
12737 >  if ${ac_cv_search_getnameinfo+:} false; then :
12738 >  break
12739 > fi
12740 > done
12741 > if ${ac_cv_search_getnameinfo+:} false; then :
12742 >
12743 > else
12744 >  ac_cv_search_getnameinfo=no
12745 > fi
12746 > rm conftest.$ac_ext
12747 > LIBS=$ac_func_search_save_LIBS
12748 > fi
12749 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
12750 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
12751 > ac_res=$ac_cv_search_getnameinfo
12752 > if test "$ac_res" != no; then :
12753 >  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12754 >
12755 > fi
12756 >
12757 > fi
12758 >
12759 >
12760 > for ac_func in strlcpy strlcat inet_aton inet_pton socket strdup strstr
12761   do :
12762    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12763   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
# Line 12944 | Line 12770 | fi
12770   done
12771  
12772  
12773 < for ac_func in gethostbyname gethostbyname2
12773 > for ac_func in gethostbyname
12774   do :
12775 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12776 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12951 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12775 >  ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
12776 > if test "x$ac_cv_func_gethostbyname" = xyes; then :
12777    cat >>confdefs.h <<_ACEOF
12778 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12778 > #define HAVE_GETHOSTBYNAME 1
12779   _ACEOF
12780  
12781   fi
# Line 13182 | Line 13007 | $as_echo "#define AC_APPLE_UNIVERSAL_BUI
13007   esac
13008  
13009  
13185 # The cast to long int works around a bug in the HP C Compiler
13186 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13187 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13188 # This bug is HP SR number 8606223364.
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13190 $as_echo_n "checking size of int... " >&6; }
13191 if ${ac_cv_sizeof_int+:} false; then :
13192  $as_echo_n "(cached) " >&6
13193 else
13194  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
13195
13196 else
13197  if test "$ac_cv_type_int" = yes; then
13198     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13200 as_fn_error 77 "cannot compute sizeof (int)
13201 See \`config.log' for more details" "$LINENO" 5; }
13202   else
13203     ac_cv_sizeof_int=0
13204   fi
13205 fi
13206
13207 fi
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13209 $as_echo "$ac_cv_sizeof_int" >&6; }
13210
13211
13212
13213 cat >>confdefs.h <<_ACEOF
13214 #define SIZEOF_INT $ac_cv_sizeof_int
13215 _ACEOF
13216
13217
13218 # The cast to long int works around a bug in the HP C Compiler
13219 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13220 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13221 # This bug is HP SR number 8606223364.
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13223 $as_echo_n "checking size of short... " >&6; }
13224 if ${ac_cv_sizeof_short+:} false; then :
13225  $as_echo_n "(cached) " >&6
13226 else
13227  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
13228
13229 else
13230  if test "$ac_cv_type_short" = yes; then
13231     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13233 as_fn_error 77 "cannot compute sizeof (short)
13234 See \`config.log' for more details" "$LINENO" 5; }
13235   else
13236     ac_cv_sizeof_short=0
13237   fi
13238 fi
13239
13240 fi
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13242 $as_echo "$ac_cv_sizeof_short" >&6; }
13243
13244
13245
13246 cat >>confdefs.h <<_ACEOF
13247 #define SIZEOF_SHORT $ac_cv_sizeof_short
13248 _ACEOF
13249
13250
13251 # The cast to long int works around a bug in the HP C Compiler
13252 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13253 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13254 # This bug is HP SR number 8606223364.
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13256 $as_echo_n "checking size of long... " >&6; }
13257 if ${ac_cv_sizeof_long+:} false; then :
13258  $as_echo_n "(cached) " >&6
13259 else
13260  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
13261
13262 else
13263  if test "$ac_cv_type_long" = yes; then
13264     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13265 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13266 as_fn_error 77 "cannot compute sizeof (long)
13267 See \`config.log' for more details" "$LINENO" 5; }
13268   else
13269     ac_cv_sizeof_long=0
13270   fi
13271 fi
13272
13273 fi
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13275 $as_echo "$ac_cv_sizeof_long" >&6; }
13276
13277
13278
13279 cat >>confdefs.h <<_ACEOF
13280 #define SIZEOF_LONG $ac_cv_sizeof_long
13281 _ACEOF
13282
13283
13284
13285
13286
13287
13010  
13011  
13012  
13013   subdirs="$subdirs src/libopm"
13014  
13015  
13016 <
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"
13016 > ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
13017  
13018   cat >confcache <<\_ACEOF
13019   # This file is a shell script that caches the results of configure
# Line 13394 | Line 13109 | DEFS=-DHAVE_CONFIG_H
13109  
13110   ac_libobjs=
13111   ac_ltlibobjs=
13112 + U=
13113   for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13114    # 1. Remove the extension, and $U if already installed.
13115    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
# Line 13834 | Line 13550 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
13550   # report actual input values of CONFIG_FILES etc. instead of their
13551   # values after options handling.
13552   ac_log="
13553 < This file was extended by bopm $as_me 3.1.3, which was
13553 > This file was extended by hopm $as_me 1.0.0beta1, which was
13554   generated by GNU Autoconf 2.69.  Invocation command line was
13555  
13556    CONFIG_FILES    = $CONFIG_FILES
# Line 13900 | Line 13616 | _ACEOF
13616   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13617   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13618   ac_cs_version="\\
13619 < bopm config.status 3.1.3
13619 > hopm config.status 1.0.0beta1
13620   configured by $0, generated by GNU Autoconf 2.69,
13621    with options \\"\$ac_cs_config\\"
13622  
# Line 14314 | Line 14030 | do
14030      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14031      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14032      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14033 +    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14034      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14035  
14036    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
# Line 15666 | Line 15383 | fi
15383  
15384  
15385  
15386 < echo "##############################################################################"
15387 < echo "Everything is now configured, but you can find some more (infrequently"
15671 < echo "changed) options in options.h.  To compile BOPM now, just type make.  It"
15672 < echo "requires GNU Make, which may be installed as gmake on your system."
15386 > echo "###############################################################################"
15387 > echo "Configuration complete.  Type make (or gmake on some *BSD machines) to compile."
15388   echo
15389 < echo "bopm will be installed in ${prefix}.  To change this, run:"
15389 > echo "HOPM will be installed in ${prefix}.  To change this, run:"
15390   echo "   ./configure --prefix=DIRECTORY"
15391 < echo "##############################################################################"
15677 < echo
15391 > echo "###############################################################################"

Comparing hopm/trunk/configure (property svn:eol-style):
Revision 5059 by michael, Mon Dec 22 13:43:00 2014 UTC vs.
Revision 5157 by michael, Fri Dec 26 17:16:28 2014 UTC

# Line 0 | Line 1
1 + native

Comparing hopm/trunk/configure (property svn:keywords):
Revision 5059 by michael, Mon Dec 22 13:43:00 2014 UTC vs.
Revision 5157 by michael, Fri Dec 26 17:16:28 2014 UTC

# Line 0 | Line 1
1 + Id

Diff Legend

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