Changeset 3085992
- Timestamp:
- 08/10/04 17:14:29 (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:
- 0a46fbb
- Parents:
- 3cd0bf9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r60fc8aa r3085992 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.53 .3 # Generated by GNU Autoconf 2.53 for libtrace 2.0.0. 4 4 # 5 5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 … … 412 412 413 413 # Identity of this package. 414 PACKAGE_NAME= 415 PACKAGE_TARNAME= 416 PACKAGE_VERSION= 417 PACKAGE_STRING= 418 PACKAGE_BUGREPORT= 419 420 ac_unique_file="lib/trace.c" 414 PACKAGE_NAME='libtrace' 415 PACKAGE_TARNAME='libtrace' 416 PACKAGE_VERSION='2.0.0' 417 PACKAGE_STRING='libtrace 2.0.0' 418 PACKAGE_BUGREPORT='' 419 421 420 ac_unique_file="lib/trace.c" 422 421 # Factoring default headers for most tests. … … 921 920 # This message is too long to be a string in the A/UX 3.1 sh. 922 921 cat <<_ACEOF 923 \`configure' configures this packageto adapt to many kinds of systems.922 \`configure' configures libtrace 2.0.0 to adapt to many kinds of systems. 924 923 925 924 Usage: $0 [OPTION]... [VAR=VALUE]... … … 986 985 987 986 if test -n "$ac_init_help"; then 988 987 case $ac_init_help in 988 short | recursive ) echo "Configuration of libtrace 2.0.0:";; 989 esac 989 990 cat <<\_ACEOF 990 991 … … 1084 1085 if $ac_init_version; then 1085 1086 cat <<\_ACEOF 1087 libtrace configure 2.0.0 1088 generated by GNU Autoconf 2.53 1086 1089 1087 1090 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 … … 1097 1100 running configure, to aid debugging if configure makes a mistake. 1098 1101 1099 It was created by $as_me, which was1102 It was created by libtrace $as_me 2.0.0, which was 1100 1103 generated by GNU Autoconf 2.53. Invocation command line was 1101 1104 … … 1367 1370 1368 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1369 1381 ac_aux_dir= 1370 1382 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do … … 1653 1665 1654 1666 # Define the identity of the package. 1655 PACKAGE=libtrace 1656 VERSION=2.0.0 1667 PACKAGE= 1668 VERSION= 1669 1670 cat >>confdefs.h <<_ACEOF 1671 #define PACKAGE "$PACKAGE" 1672 _ACEOF 1673 1674 1675 cat >>confdefs.h <<_ACEOF 1676 #define VERSION "$VERSION" 1677 _ACEOF 1657 1678 1658 1679 … … 4152 4173 *-*-irix6*) 4153 4174 # Find out which ABI we are using. 4154 echo '#line 41 54"configure"' > conftest.$ac_ext4175 echo '#line 4175 "configure"' > conftest.$ac_ext 4155 4176 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4156 4177 (eval $ac_compile) 2>&5 … … 4688 4709 CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 4689 4710 compiler_c_o=no 4690 if { (eval echo configure:4 690: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then4711 if { (eval echo configure:4711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 4691 4712 # The compiler can only warn and ignore the option if not recognized 4692 4713 # So say no if there are warnings … … 6486 6507 lt_status=$lt_dlunknown 6487 6508 cat > conftest.$ac_ext <<EOF 6488 #line 6 488"configure"6509 #line 6509 "configure" 6489 6510 #include "confdefs.h" 6490 6511 … … 6584 6605 lt_status=$lt_dlunknown 6585 6606 cat > conftest.$ac_ext <<EOF 6586 #line 6 586"configure"6607 #line 6607 "configure" 6587 6608 #include "confdefs.h" 6588 6609 … … 8987 9008 cat >&5 <<_CSEOF 8988 9009 8989 This file was extended by $as_me, which was9010 This file was extended by libtrace $as_me 2.0.0, which was 8990 9011 generated by GNU Autoconf 2.53. Invocation command line was 8991 9012 … … 9049 9070 cat >>$CONFIG_STATUS <<_ACEOF 9050 9071 ac_cs_version="\\ 9051 config.status 9072 libtrace config.status 2.0.0 9052 9073 configured by $0, generated by GNU Autoconf 2.53, 9053 9074 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
configure.in
r60fc8aa r3085992 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT(lib/trace.c) 3 AM_INIT_AUTOMAKE(libtrace,[2.0.0],[libtrace@wand.net.nz]) 2 AC_INIT(libtrace,2.0.0) 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE 4 5 5 6 AC_PREREQ(2.5) 6 7 7 AC_CONFIG_SRCDIR(lib/trace.c) 8 8 9 AM_CONFIG_HEADER(lib/config.h) 9 10 dnl Checks for programs. -
lib/config.h.in
r3cd0bf9 r3085992 49 49 #undef HAVE_ZLIB_H 50 50 51 /* Name of package */ 52 #undef PACKAGE 53 51 54 /* Define to the address where bug reports for this package should be sent. */ 52 55 #undef PACKAGE_BUGREPORT … … 70 73 #undef TIME_WITH_SYS_TIME 71 74 75 /* Version number of package */ 76 #undef VERSION 77 72 78 /* Define to 1 if your processor stores words with the most significant byte 73 79 first (like Motorola and SPARC, unlike Intel and VAX). */
Note: See TracChangeset
for help on using the changeset viewer.