Changeset 24e9fed
- Timestamp:
- 10/11/04 15:36:38 (18 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:
- ff435b1
- Parents:
- 6cd7c20
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h
r063c879 r24e9fed 15 15 16 16 /* Define to 1 if you have the <net/bpf.h> header file. */ 17 #define HAVE_NET_BPF_H 1 17 /* #undef HAVE_NET_BPF_H */ 18 18 19 19 /* Define to 1 if you have the <pcap-bpf.h> header file. */ 20 /* #undef HAVE_PCAP_BPF_H */ 20 #define HAVE_PCAP_BPF_H 1 21 21 22 22 /* Define to 1 if you have the <pcap.h> header file. */ … … 99 99 /* #undef const */ 100 100 101 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 102 if it is not supported. */ 101 /* Define to `__inline__' or `__inline' if that's what the C compiler 102 calls it, or to nothing if 'inline' is not supported under any name. */ 103 #ifndef __cplusplus 103 104 /* #undef inline */ 105 #endif 104 106 105 107 /* Define to `unsigned' if <sys/types.h> does not define. */ -
configure
rbe78902 r24e9fed 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for libtrace 2. 0.6.3 # Generated by GNU Autoconf 2.59 for libtrace 2.1.0. 4 4 # 5 5 # Report bugs to <libtrace@wand.net.nz>. … … 424 424 PACKAGE_NAME='libtrace' 425 425 PACKAGE_TARNAME='libtrace' 426 PACKAGE_VERSION='2. 0.6'427 PACKAGE_STRING='libtrace 2. 0.6'426 PACKAGE_VERSION='2.1.0' 427 PACKAGE_STRING='libtrace 2.1.0' 428 428 PACKAGE_BUGREPORT='libtrace@wand.net.nz' 429 429 … … 955 955 # This message is too long to be a string in the A/UX 3.1 sh. 956 956 cat <<_ACEOF 957 \`configure' configures libtrace 2. 0.6to adapt to many kinds of systems.957 \`configure' configures libtrace 2.1.0 to adapt to many kinds of systems. 958 958 959 959 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1021 1021 if test -n "$ac_init_help"; then 1022 1022 case $ac_init_help in 1023 short | recursive ) echo "Configuration of libtrace 2. 0.6:";;1023 short | recursive ) echo "Configuration of libtrace 2.1.0:";; 1024 1024 esac 1025 1025 cat <<\_ACEOF … … 1165 1165 if $ac_init_version; then 1166 1166 cat <<\_ACEOF 1167 libtrace configure 2. 0.61167 libtrace configure 2.1.0 1168 1168 generated by GNU Autoconf 2.59 1169 1169 … … 1179 1179 running configure, to aid debugging if configure makes a mistake. 1180 1180 1181 It was created by libtrace $as_me 2. 0.6, which was1181 It was created by libtrace $as_me 2.1.0, which was 1182 1182 generated by GNU Autoconf 2.59. Invocation command line was 1183 1183 … … 1805 1805 # Define the identity of the package. 1806 1806 PACKAGE=libtrace 1807 VERSION=2. 0.61807 VERSION=2.1.0 1808 1808 1809 1809 cat >>confdefs.h <<_ACEOF … … 21033 21033 cat >&5 <<_CSEOF 21034 21034 21035 This file was extended by libtrace $as_me 2. 0.6, which was21035 This file was extended by libtrace $as_me 2.1.0, which was 21036 21036 generated by GNU Autoconf 2.59. Invocation command line was 21037 21037 … … 21096 21096 cat >>$CONFIG_STATUS <<_ACEOF 21097 21097 ac_cs_version="\\ 21098 libtrace config.status 2. 0.621098 libtrace config.status 2.1.0 21099 21099 configured by $0, generated by GNU Autoconf 2.59, 21100 21100 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
configure.in
rbe78902 r24e9fed 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2. 0.6,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.1.0,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2. 0.6)4 AM_INIT_AUTOMAKE(libtrace,2.1.0) 5 5 6 6 dnl GNU C library -
lib/Makefile.am
rbe78902 r24e9fed 3 3 include_HEADERS = libtrace.h dagformat.h wag.h 4 4 libtrace_la_LIBADD = @LIBPCAP@ @LIBZ@ 5 libtrace_la_LDFLAGS=-version-info 2:6:0@LIBPCAP_PATH@ @LIBZ_PATH@5 libtrace_la_LDFLAGS=-version-info 3:0:1 @LIBPCAP_PATH@ @LIBZ_PATH@ -
lib/Makefile.in
rbe78902 r24e9fed 95 95 include_HEADERS = libtrace.h dagformat.h wag.h 96 96 libtrace_la_LIBADD = @LIBPCAP@ @LIBZ@ 97 libtrace_la_LDFLAGS = -version-info 2:6:0@LIBPCAP_PATH@ @LIBZ_PATH@97 libtrace_la_LDFLAGS = -version-info 3:0:1 @LIBPCAP_PATH@ @LIBZ_PATH@ 98 98 subdir = lib 99 99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Note: See TracChangeset
for help on using the changeset viewer.