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 5122 by michael, Thu Dec 25 16:50:00 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 12469 | Line 12467 | fi
12467   done
12468  
12469  
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
12470   ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12471   if test "x$ac_cv_type_size_t" = xyes; then :
12472  
# Line 12632 | Line 12549 | $as_echo "#define TM_IN_SYS_TIME 1" >>co
12549   fi
12550  
12551  
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
12552   for ac_func in strftime
12553   do :
12554    ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
# Line 12929 | Line 12813 | if test "$LEX" = :; then
12813    LEX=${am_missing_run}flex
12814   fi
12815  
12816 < ETR_SOCKET_NSL
12816 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
12817 > $as_echo_n "checking for library containing socket... " >&6; }
12818 > if ${ac_cv_search_socket+:} false; then :
12819 >  $as_echo_n "(cached) " >&6
12820 > else
12821 >  ac_func_search_save_LIBS=$LIBS
12822 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12823 > /* end confdefs.h.  */
12824 >
12825 > /* Override any GCC internal prototype to avoid an error.
12826 >   Use char because int might match the return type of a GCC
12827 >   builtin and then its argument prototype would still apply.  */
12828 > #ifdef __cplusplus
12829 > extern "C"
12830 > #endif
12831 > char socket ();
12832 > int
12833 > main ()
12834 > {
12835 > return socket ();
12836 >  ;
12837 >  return 0;
12838 > }
12839 > _ACEOF
12840 > for ac_lib in '' socket; do
12841 >  if test -z "$ac_lib"; then
12842 >    ac_res="none required"
12843 >  else
12844 >    ac_res=-l$ac_lib
12845 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12846 >  fi
12847 >  if ac_fn_c_try_link "$LINENO"; then :
12848 >  ac_cv_search_socket=$ac_res
12849 > fi
12850 > rm -f core conftest.err conftest.$ac_objext \
12851 >    conftest$ac_exeext
12852 >  if ${ac_cv_search_socket+:} false; then :
12853 >  break
12854 > fi
12855 > done
12856 > if ${ac_cv_search_socket+:} false; then :
12857 >
12858 > else
12859 >  ac_cv_search_socket=no
12860 > fi
12861 > rm conftest.$ac_ext
12862 > LIBS=$ac_func_search_save_LIBS
12863 > fi
12864 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
12865 > $as_echo "$ac_cv_search_socket" >&6; }
12866 > ac_res=$ac_cv_search_socket
12867 > if test "$ac_res" != no; then :
12868 >  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12869 >
12870 > else
12871 >  as_fn_error $? "socket library not found" "$LINENO" 5
12872 > fi
12873 >
12874 > ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
12875 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
12876 >
12877 > else
12878 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
12879 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
12880 > if ${ac_cv_search_getaddrinfo+:} false; then :
12881 >  $as_echo_n "(cached) " >&6
12882 > else
12883 >  ac_func_search_save_LIBS=$LIBS
12884 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12885 > /* end confdefs.h.  */
12886 >
12887 > /* Override any GCC internal prototype to avoid an error.
12888 >   Use char because int might match the return type of a GCC
12889 >   builtin and then its argument prototype would still apply.  */
12890 > #ifdef __cplusplus
12891 > extern "C"
12892 > #endif
12893 > char getaddrinfo ();
12894 > int
12895 > main ()
12896 > {
12897 > return getaddrinfo ();
12898 >  ;
12899 >  return 0;
12900 > }
12901 > _ACEOF
12902 > for ac_lib in '' nsl; do
12903 >  if test -z "$ac_lib"; then
12904 >    ac_res="none required"
12905 >  else
12906 >    ac_res=-l$ac_lib
12907 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12908 >  fi
12909 >  if ac_fn_c_try_link "$LINENO"; then :
12910 >  ac_cv_search_getaddrinfo=$ac_res
12911 > fi
12912 > rm -f core conftest.err conftest.$ac_objext \
12913 >    conftest$ac_exeext
12914 >  if ${ac_cv_search_getaddrinfo+:} false; then :
12915 >  break
12916 > fi
12917 > done
12918 > if ${ac_cv_search_getaddrinfo+:} false; then :
12919 >
12920 > else
12921 >  ac_cv_search_getaddrinfo=no
12922 > fi
12923 > rm conftest.$ac_ext
12924 > LIBS=$ac_func_search_save_LIBS
12925 > fi
12926 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
12927 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
12928 > ac_res=$ac_cv_search_getaddrinfo
12929 > if test "$ac_res" != no; then :
12930 >  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12931 >
12932 > fi
12933 >
12934 > fi
12935 >
12936 > ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
12937 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
12938 >
12939 > else
12940 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
12941 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
12942 > if ${ac_cv_search_getnameinfo+:} false; then :
12943 >  $as_echo_n "(cached) " >&6
12944 > else
12945 >  ac_func_search_save_LIBS=$LIBS
12946 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12947 > /* end confdefs.h.  */
12948 >
12949 > /* Override any GCC internal prototype to avoid an error.
12950 >   Use char because int might match the return type of a GCC
12951 >   builtin and then its argument prototype would still apply.  */
12952 > #ifdef __cplusplus
12953 > extern "C"
12954 > #endif
12955 > char getnameinfo ();
12956 > int
12957 > main ()
12958 > {
12959 > return getnameinfo ();
12960 >  ;
12961 >  return 0;
12962 > }
12963 > _ACEOF
12964 > for ac_lib in '' nsl; do
12965 >  if test -z "$ac_lib"; then
12966 >    ac_res="none required"
12967 >  else
12968 >    ac_res=-l$ac_lib
12969 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12970 >  fi
12971 >  if ac_fn_c_try_link "$LINENO"; then :
12972 >  ac_cv_search_getnameinfo=$ac_res
12973 > fi
12974 > rm -f core conftest.err conftest.$ac_objext \
12975 >    conftest$ac_exeext
12976 >  if ${ac_cv_search_getnameinfo+:} false; then :
12977 >  break
12978 > fi
12979 > done
12980 > if ${ac_cv_search_getnameinfo+:} false; then :
12981 >
12982 > else
12983 >  ac_cv_search_getnameinfo=no
12984 > fi
12985 > rm conftest.$ac_ext
12986 > LIBS=$ac_func_search_save_LIBS
12987 > fi
12988 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
12989 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
12990 > ac_res=$ac_cv_search_getnameinfo
12991 > if test "$ac_res" != no; then :
12992 >  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12993 >
12994 > fi
12995 >
12996 > fi
12997 >
12998  
12999 < for ac_func in inet_aton inet_pton socket strdup strstr
12999 > for ac_func in strlcpy strlcat inet_aton inet_pton socket strdup strstr
13000   do :
13001    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13002   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
# Line 12944 | Line 13009 | fi
13009   done
13010  
13011  
13012 < for ac_func in gethostbyname gethostbyname2
13012 > for ac_func in gethostbyname
13013   do :
13014 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13015 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12951 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13014 >  ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
13015 > if test "x$ac_cv_func_gethostbyname" = xyes; then :
13016    cat >>confdefs.h <<_ACEOF
13017 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13017 > #define HAVE_GETHOSTBYNAME 1
13018   _ACEOF
13019  
13020   fi
# Line 13287 | Line 13351 | _ACEOF
13351  
13352  
13353  
13290
13354   subdirs="$subdirs src/libopm"
13355  
13356  
13357 <
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"
13357 > ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
13358  
13359   cat >confcache <<\_ACEOF
13360   # This file is a shell script that caches the results of configure
# Line 13834 | Line 13890 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
13890   # report actual input values of CONFIG_FILES etc. instead of their
13891   # values after options handling.
13892   ac_log="
13893 < This file was extended by bopm $as_me 3.1.3, which was
13893 > This file was extended by hopm $as_me 1.0.0beta1, which was
13894   generated by GNU Autoconf 2.69.  Invocation command line was
13895  
13896    CONFIG_FILES    = $CONFIG_FILES
# Line 13900 | Line 13956 | _ACEOF
13956   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13957   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13958   ac_cs_version="\\
13959 < bopm config.status 3.1.3
13959 > hopm config.status 1.0.0beta1
13960   configured by $0, generated by GNU Autoconf 2.69,
13961    with options \\"\$ac_cs_config\\"
13962  
# Line 14314 | Line 14370 | do
14370      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14371      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14372      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14373 +    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14374      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14375  
14376    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
# Line 15666 | Line 15723 | fi
15723  
15724  
15725  
15726 < echo "##############################################################################"
15727 < 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."
15726 > echo "###############################################################################"
15727 > echo "Configuration complete.  Type make (or gmake on some *BSD machines) to compile."
15728   echo
15729 < echo "bopm will be installed in ${prefix}.  To change this, run:"
15729 > echo "HOPM will be installed in ${prefix}.  To change this, run:"
15730   echo "   ./configure --prefix=DIRECTORY"
15731 < echo "##############################################################################"
15677 < echo
15731 > echo "###############################################################################"

Diff Legend

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