Changeset 496 for trunk/configure.in
- Timestamp:
- 11/03/05 17:17:41 (8 years ago)
- File:
-
- 1 edited
-
trunk/configure.in (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r489 r496 3 3 LIBTRACE_MAJOR=2 4 4 LIBTRACE_MID=0 5 LIBTRACE_MINOR=2 46 7 AC_INIT(libtrace,2.0.2 4,[contact@wand.net.nz],libtrace)5 LIBTRACE_MINOR=25 6 7 AC_INIT(libtrace,2.0.25,[contact@wand.net.nz],libtrace) 8 8 AC_CONFIG_SRCDIR(lib/trace.c) 9 AM_INIT_AUTOMAKE(libtrace,2.0.2 4)9 AM_INIT_AUTOMAKE(libtrace,2.0.25) 10 10 11 11 AC_CONFIG_FILES([Makefile lib/Makefile docs/Makefile libpacketdump/Makefile tools/Makefile tools/traceanon/Makefile tools/tracedump/Makefile tools/tracemerge/Makefile tools/tracereport/Makefile tools/tracertstats/Makefile tools/tracesplit/Makefile ]) … … 37 37 AC_CHECK_FUNCS(socket strdup) 38 38 39 AC_CHECK_SIZEOF([long int]) 40 41 # Check for various broken functions 42 AC_FUNC_MALLOC 43 AC_FUNC_REALLOC 44 45 # *BSD doesn't have strndup. Currently provide our own. 46 AC_REPLACE_FUNCS(strndup) 47 39 48 # Checks for header files. 40 49 AC_HEADER_STDC … … 50 59 ]) 51 60 61 62 AC_CHECK_HEADER(netinet/ether.h, 63 AC_DEFINE(HAVE_NETINET_ETHER_H,1,[We have netinet/ether.h] 64 ), [], 65 [ 66 #include <sys/types.h> 67 #include <sys/socket.h> 68 #include <netinet/in.h> 69 #include <net/if.h> 70 ]) 52 71 53 72 AC_CHECK_HEADER(netinet/if_ether.h, … … 96 115 [AC_DEFINE(HAVE_GDC_H,0,[Conditional for building with libGDC support]) libtrace_gdc=false]) 97 116 98 # Check for various broken functions99 AC_FUNC_MALLOC100 AC_FUNC_REALLOC101 102 # *BSD doesn't have strndup. Currently provide our own.103 AC_REPLACE_FUNCS(strndup)104 117 105 118 # Check to see if we have libpcap … … 354 367 AC_OUTPUT 355 368 356 functionreportopt() {369 reportopt() { 357 370 if test x"$2" = xtrue -o x"$2" = xyes; then 358 371 AC_MSG_NOTICE([$1: Yes])
Note: See TracChangeset
for help on using the changeset viewer.
