Changeset 01b2922 for configure.in
- Timestamp:
- 06/23/06 17:40:14 (15 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:
- d62e3dc
- Parents:
- b99d67c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r34a977a r01b2922 4 4 # and in the README 5 5 6 AC_INIT(libtrace,3.0.0-beta 1,[contact@wand.net.nz],libtrace)6 AC_INIT(libtrace,3.0.0-beta2,[contact@wand.net.nz],libtrace) 7 7 8 8 LIBTRACE_MAJOR=3 … … 437 437 reportopt "Compiled with PCAP support" $libtrace_pcap 438 438 reportopt "Compiled with compressed trace (zlib) support" $libtrace_zlib 439 reportopt "Compiled with DAG support (libdag)" $libtrace_dag 440 reportopt "Compiled with DAG support (DAG 2.4)" $libtrace_dag2_4 439 if test x"$libtrace_dag" = xtrue; then 440 if test x"$libtrace_dag2_4"; then 441 AC_MSG_NOTICE([Compiled with DAG support: 2.4]) 442 else 443 AC_MSG_NOTICE([Compiled with DAG support: 2.5]) 444 fi 445 else 446 AC_MSG_NOTICE([Compiled with DAG support: No]) 447 fi 441 448 reportopt "Building man pages/documentation" $libtrace_doxygen 442 449 reportopt "Building libpacketdump" $libtrace_libpacketdump
Note: See TracChangeset
for help on using the changeset viewer.