Changeset 891


Ignore:
Timestamp:
06/23/06 17:40:14 (7 years ago)
Author:
perry
Message:

Update to be more obvious about which version of dag software is in use
Document beta2 version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r867 r891  
    44# and in the README 
    55 
    6 AC_INIT(libtrace,3.0.0-beta1,[contact@wand.net.nz],libtrace) 
     6AC_INIT(libtrace,3.0.0-beta2,[contact@wand.net.nz],libtrace) 
    77 
    88LIBTRACE_MAJOR=3 
     
    437437reportopt "Compiled with PCAP support" $libtrace_pcap 
    438438reportopt "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 
     439if 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 
     445else 
     446        AC_MSG_NOTICE([Compiled with DAG support: No]) 
     447fi 
    441448reportopt "Building man pages/documentation" $libtrace_doxygen 
    442449reportopt "Building libpacketdump" $libtrace_libpacketdump 
Note: See TracChangeset for help on using the changeset viewer.