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

Comparing hopm/trunk/configure.ac (file contents):
Revision 5070 by michael, Mon Dec 22 15:00:01 2014 UTC vs.
Revision 5110 by michael, Wed Dec 24 13:37:32 2014 UTC

# Line 41 | Line 41 | AC_CHECK_HEADERS(sys/poll.h, have_poll_s
41   AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h strings.h)
42  
43   dnl Checks for typedefs, structures, and compiler characteristics.
44 AC_C_CONST
44   AC_TYPE_SIZE_T
45   AC_HEADER_TIME
46   AC_STRUCT_TM
# Line 65 | Line 64 | AC_CHECK_FUNC(getnameinfo, [], AC_SEARCH
64   AC_CHECK_FUNCS(strlcpy strlcat inet_aton inet_pton socket strdup strstr)
65  
66   dnl Check if we can use gethostbyname2 for ipv6
67 < AC_CHECK_FUNCS(gethostbyname gethostbyname2)
67 > AC_CHECK_FUNCS(gethostbyname)
68  
69   dnl AIX fun
70   AC_C_BIGENDIAN
# Line 96 | Line 95 | AC_CONFIG_SUBDIRS(src/libopm)
95   AC_OUTPUT(Makefile doc/Makefile src/Makefile)
96  
97  
98 < echo "##############################################################################"
99 < echo "Everything is now configured, but you can find some more (infrequently"
101 < echo "changed) options in options.h.  To compile HOPM now, just type make.  It"
102 < echo "requires GNU Make, which may be installed as gmake on your system."
98 > echo "###############################################################################"
99 > echo "Configuration complete.  Type make (or gmake on some *BSD machines) to compile."
100   echo
101 < echo "hopm will be installed in ${prefix}.  To change this, run:"
101 > echo "HOPM will be installed in ${prefix}.  To change this, run:"
102   echo "   ./configure --prefix=DIRECTORY"
103 < echo "##############################################################################"
103 > echo "###############################################################################"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines