Changeset caa8f99
- Timestamp:
- 11/24/04 16:15:46 (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:
- 6ce4ea9
- Parents:
- 3937eae
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rdce95f3 rcaa8f99 65 65 AWK = @AWK@ 66 66 CC = @CC@ 67 DAG_TOOLS_DIR = @DAG_TOOLS_DIR@ 67 68 DEPDIR = @DEPDIR@ 68 69 DLLTOOL = @DLLTOOL@ -
config.h
r29262bb rcaa8f99 6 6 7 7 /* define if you have a DAG API */ 8 /* #undef HAVE_DAG_API */ 8 #define HAVE_DAG_API 1 9 9 10 10 /* Define to 1 if you have the <dlfcn.h> header file. */ … … 75 75 76 76 /* Define to the full name and version of this package. */ 77 #define PACKAGE_STRING "libtrace 2.0. 9"77 #define PACKAGE_STRING "libtrace 2.0.10" 78 78 79 79 /* Define to the one symbol short name of this package. */ … … 81 81 82 82 /* Define to the version of this package. */ 83 #define PACKAGE_VERSION "2.0. 9"83 #define PACKAGE_VERSION "2.0.10" 84 84 85 85 /* Define to 1 if you have the ANSI C header files. */ … … 90 90 91 91 /* Version number of package */ 92 #define VERSION "2.0. 9"92 #define VERSION "2.0.10" 93 93 94 94 /* Define to 1 if your processor stores words with the most significant byte -
configure
r29262bb rcaa8f99 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.53 for libtrace 2.0. 9.3 # Generated by GNU Autoconf 2.53 for libtrace 2.0.10. 4 4 # 5 5 # Report bugs to <libtrace@wand.net.nz>. … … 416 416 PACKAGE_NAME='libtrace' 417 417 PACKAGE_TARNAME='libtrace' 418 PACKAGE_VERSION='2.0. 9'419 PACKAGE_STRING='libtrace 2.0. 9'418 PACKAGE_VERSION='2.0.10' 419 PACKAGE_STRING='libtrace 2.0.10' 420 420 PACKAGE_BUGREPORT='libtrace@wand.net.nz' 421 421 … … 922 922 # This message is too long to be a string in the A/UX 3.1 sh. 923 923 cat <<_ACEOF 924 \`configure' configures libtrace 2.0. 9to adapt to many kinds of systems.924 \`configure' configures libtrace 2.0.10 to adapt to many kinds of systems. 925 925 926 926 Usage: $0 [OPTION]... [VAR=VALUE]... … … 988 988 if test -n "$ac_init_help"; then 989 989 case $ac_init_help in 990 short | recursive ) echo "Configuration of libtrace 2.0. 9:";;990 short | recursive ) echo "Configuration of libtrace 2.0.10:";; 991 991 esac 992 992 cat <<\_ACEOF … … 1090 1090 if $ac_init_version; then 1091 1091 cat <<\_ACEOF 1092 libtrace configure 2.0. 91092 libtrace configure 2.0.10 1093 1093 generated by GNU Autoconf 2.53 1094 1094 … … 1105 1105 running configure, to aid debugging if configure makes a mistake. 1106 1106 1107 It was created by libtrace $as_me 2.0. 9, which was1107 It was created by libtrace $as_me 2.0.10, which was 1108 1108 generated by GNU Autoconf 2.53. Invocation command line was 1109 1109 … … 1671 1671 # Define the identity of the package. 1672 1672 PACKAGE=libtrace 1673 VERSION=2.0. 91673 VERSION=2.0.10 1674 1674 1675 1675 cat >>confdefs.h <<_ACEOF … … 8887 8887 ADD_LIBS="$ADD_LIBS -ldag" 8888 8888 ADD_LDFLAGS="$ADD_LDFLAGS -L$dag_lib_dir" 8889 DAG_TOOLS_DIR=$dag_tools_dir 8890 8889 8891 #ADD_LIBS="$ADD_LIBS $dag_tools_dir/dagapi.o $dag_tools_dir/dagopts.o" 8890 8892 #ADD_SOURCES="$ADD_SOURCES $dag_tools_dir/dagapi.c $dag_tools_dir/dagopts.c" … … 9343 9345 cat >&5 <<_CSEOF 9344 9346 9345 This file was extended by libtrace $as_me 2.0. 9, which was9347 This file was extended by libtrace $as_me 2.0.10, which was 9346 9348 generated by GNU Autoconf 2.53. Invocation command line was 9347 9349 … … 9405 9407 cat >>$CONFIG_STATUS <<_ACEOF 9406 9408 ac_cs_version="\\ 9407 libtrace config.status 2.0. 99409 libtrace config.status 2.0.10 9408 9410 configured by $0, generated by GNU Autoconf 2.53, 9409 9411 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" … … 9631 9633 s,@CPP@,$CPP,;t t 9632 9634 s,@LIBTOOL@,$LIBTOOL,;t t 9635 s,@DAG_TOOLS_DIR@,$DAG_TOOLS_DIR,;t t 9633 9636 s,@HAVE_DAG_TRUE@,$HAVE_DAG_TRUE,;t t 9634 9637 s,@HAVE_DAG_FALSE@,$HAVE_DAG_FALSE,;t t -
configure.in
r7abed19 rcaa8f99 102 102 ADD_LIBS="$ADD_LIBS -ldag" 103 103 ADD_LDFLAGS="$ADD_LDFLAGS -L$dag_lib_dir" 104 DAG_TOOLS_DIR=$dag_tools_dir 105 AC_SUBST([DAG_TOOLS_DIR]) 104 106 #ADD_LIBS="$ADD_LIBS $dag_tools_dir/dagapi.o $dag_tools_dir/dagopts.o" 105 107 #ADD_SOURCES="$ADD_SOURCES $dag_tools_dir/dagapi.c $dag_tools_dir/dagopts.c"
Note: See TracChangeset
for help on using the changeset viewer.