Changeset b06d126
- Timestamp:
- 11/29/10 15:06:55 (10 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- a8d184f
- Parents:
- ae3779b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r8365c66 rb06d126 1 1 $Header$ 2 2 3 libtrace 3.0. 73 libtrace 3.0.8 4 4 5 5 --------------------------------------------------------------------------- -
configure.in
rc11c3ce rb06d126 4 4 # and in the README 5 5 6 AC_INIT([libtrace],[3.0. 7],[contact@wand.net.nz],[libtrace])6 AC_INIT([libtrace],[3.0.8],[contact@wand.net.nz],[libtrace]) 7 7 8 8 LIBTRACE_MAJOR=3 9 9 LIBTRACE_MID=0 10 LIBTRACE_MINOR= 710 LIBTRACE_MINOR=8 11 11 12 12 # OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not … … 138 138 139 139 # Fail if any of these functions are missing 140 AC_CHECK_FUNCS(socket strdup strlcpy strcasecmp strncasecmp snprintf )140 AC_CHECK_FUNCS(socket strdup strlcpy strcasecmp strncasecmp snprintf vsnprintf) 141 141 142 142 AC_CHECK_SIZEOF([long int])
Note: See TracChangeset
for help on using the changeset viewer.