Changeset 38a3662
- Timestamp:
- 08/10/04 17:53:13 (17 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:
- 62e170b
- Parents:
- 5131592
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h
r0a46fbb r38a3662 1 /* lib/config.h. Generated by configure. */2 /* lib/config.h.in. Generated from configure.in by autoheader. */1 /* config.h. Generated by configure. */ 2 /* config.h.in. Generated from configure.in by autoheader. */ 3 3 4 4 /* Define to 1 if you have the <dlfcn.h> header file. */ … … 50 50 #define HAVE_ZLIB_H 1 51 51 52 /* Name of package */ 53 #define PACKAGE "libtrace" 54 52 55 /* Define to the address where bug reports for this package should be sent. */ 53 #define PACKAGE_BUGREPORT " "56 #define PACKAGE_BUGREPORT "libtrace@wand.net.nz" 54 57 55 58 /* Define to the full name of this package. */ 56 #define PACKAGE_NAME " "59 #define PACKAGE_NAME "libtrace" 57 60 58 61 /* Define to the full name and version of this package. */ 59 #define PACKAGE_STRING " "62 #define PACKAGE_STRING "libtrace 2.0.0" 60 63 61 64 /* Define to the one symbol short name of this package. */ 62 #define PACKAGE_TARNAME " "65 #define PACKAGE_TARNAME "libtrace" 63 66 64 67 /* Define to the version of this package. */ 65 #define PACKAGE_VERSION " "68 #define PACKAGE_VERSION "2.0.0" 66 69 67 70 /* Define to 1 if you have the ANSI C header files. */ … … 70 73 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 71 74 #define TIME_WITH_SYS_TIME 1 75 76 /* Version number of package */ 77 #define VERSION "2.0.0" 72 78 73 79 /* Define to 1 if your processor stores words with the most significant byte -
configure
r9eaa7de r38a3662 2 2 # Guess values for system-dependent variables and create Makefiles. 3 3 # Generated by GNU Autoconf 2.53 for libtrace 2.0.0. 4 # 5 # Report bugs to <libtrace@wand.net.nz>. 4 6 # 5 7 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 … … 416 418 PACKAGE_VERSION='2.0.0' 417 419 PACKAGE_STRING='libtrace 2.0.0' 418 PACKAGE_BUGREPORT=' '420 PACKAGE_BUGREPORT='libtrace@wand.net.nz' 419 421 420 422 ac_unique_file="lib/trace.c" … … 1023 1025 it to find libraries and programs with nonstandard names/locations. 1024 1026 1027 Report bugs to <libtrace@wand.net.nz>. 1025 1028 _ACEOF 1026 1029 fi … … 1665 1668 1666 1669 # Define the identity of the package. 1667 PACKAGE= 1668 VERSION= 1670 PACKAGE=libtrace 1671 VERSION=2.0.0 1669 1672 1670 1673 cat >>confdefs.h <<_ACEOF … … 4173 4176 *-*-irix6*) 4174 4177 # Find out which ABI we are using. 4175 echo '#line 417 5"configure"' > conftest.$ac_ext4178 echo '#line 4178 "configure"' > conftest.$ac_ext 4176 4179 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4177 4180 (eval $ac_compile) 2>&5 … … 4709 4712 CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 4710 4713 compiler_c_o=no 4711 if { (eval echo configure:471 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then4714 if { (eval echo configure:4714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 4712 4715 # The compiler can only warn and ignore the option if not recognized 4713 4716 # So say no if there are warnings … … 6507 6510 lt_status=$lt_dlunknown 6508 6511 cat > conftest.$ac_ext <<EOF 6509 #line 65 09"configure"6512 #line 6512 "configure" 6510 6513 #include "confdefs.h" 6511 6514 … … 6605 6608 lt_status=$lt_dlunknown 6606 6609 cat > conftest.$ac_ext <<EOF 6607 #line 66 07"configure"6610 #line 6610 "configure" 6608 6611 #include "confdefs.h" 6609 6612 -
configure.in
r0a46fbb r38a3662 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.0 )2 AC_INIT(libtrace,2.0.0,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE 4 AM_INIT_AUTOMAKE(libtrace,2.0.0) 5 5 6 6 AC_PREREQ(2.5)
Note: See TracChangeset
for help on using the changeset viewer.