Changeset 886c3d9
- Timestamp:
- 10/11/04 14:30:08 (16 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:
- 063c879
- Parents:
- 1a857f1
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h
r2b07596 r886c3d9 69 69 70 70 /* Define to the full name and version of this package. */ 71 #define PACKAGE_STRING "libtrace 2. 0.6"71 #define PACKAGE_STRING "libtrace 2.1.0" 72 72 73 73 /* Define to the one symbol short name of this package. */ … … 75 75 76 76 /* Define to the version of this package. */ 77 #define PACKAGE_VERSION "2. 0.6"77 #define PACKAGE_VERSION "2.1.0" 78 78 79 79 /* Define to 1 if you have the ANSI C header files. */ … … 84 84 85 85 /* Version number of package */ 86 #define VERSION "2. 0.6"86 #define VERSION "2.1.0" 87 87 88 88 /* Define to 1 if your processor stores words with the most significant byte -
configure
r2b07596 r886c3d9 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
r2b07596 r886c3d9 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
r2b07596 r886c3d9 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
r2b07596 r886c3d9 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.