Changeset 891
- Timestamp:
- 06/23/06 17:40:14 (7 years ago)
- File:
-
- 1 edited
-
trunk/configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r867 r891 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.
