source: trunk/configure.in

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1431   4 years dlawson Changed AC_PROG_YACC test for AC_CHECK_PROGS, as AC_PROG_YACC assumes …
(edit) @1429   4 years salcock * Update version numbers in prepartion for the next release
(edit) @1408   4 years perry Add new tracetop utility
(edit) @1392   5 years salcock * Ensure that the libtrace .so is linked against both libbz2 and …
(edit) @1391   5 years perry Rewrite the libtrace io subsystem to use the new wandio abstraction layer.
(edit) @1385   5 years perry Fix some warnings found on mroe recent gcc's Bump version and release …
(edit) @1384   5 years perry Fix autoconf building of the gdc graph output for tracertstats
(edit) @1380   5 years perry Bump version number in preparation for release Remove the last bits of …
(edit) @1343   5 years spa1 * Added back in a somewhat rudimentary system for trying to determine the …
(edit) @1317   5 years perry Split "have bpf filtering" and "bpf socket" support apart
(edit) @1306   6 years perry Clarify even further that the DAG api is only required for live capture
(edit) @1295   6 years perry Clarify that the dag api is only needed for capture support
(edit) @1294   6 years spa1 * Fixed example/stats so that it actually builds
(edit) @1255   6 years spa1 * Changed DAG 2.5 code to force it to call dag_advance_stream if it has …
(edit) @1254   6 years spa1 * Updated autotools to detect DAG 3.X drivers. The new detection method …
(edit) @1224   6 years perry Be more strict with warnings
(edit) @1209   6 years perry Update and ready for 3.0.2
(edit) @1178   6 years spa1 Added a rudimentary traceflow tool to libtrace - it is certainly in need …
(edit) @1169   6 years perry Get ready for 3.0.1 release
(edit) @1162   6 years spa1 Finished converting tracedump to tracepktdump, mostly dealing with …
(edit) @1158   6 years spa1 Libtrace now makes the DAG driver version number available Configure …
(edit) @1139   6 years perry Release 3.0.0 (!)
(edit) @1131   6 years perry Update the copyright information Fix libpcap issue Remove all swig/python …
(edit) @1117   6 years spa1 libpcap0.8 is now REQUIRED for libtrace to build - updated configure to do …
(edit) @1097   7 years dlawson removed an 'H' that had snuck in inside the swig/python blocks
(edit) @1081   7 years perry Add man pages (And install them!) for all the various tools
(edit) @1069   7 years dlawson Fixed make dist errors in swig path when swig binary isn't installed. …
(edit) @1065   7 years perry Ready to release beta6
(edit) @1060   7 years perry Add extra [] around the man page tests
(edit) @1059   7 years dlawson removed a dangling ] which was stopping configure being run
(edit) @1056   7 years perry Ready for release of beta5
(edit) @1022   7 years perry Check /usr/local/dag instead of /root/dag
(edit) @1019   7 years perry Have even more warnings by default
(edit) @1012   7 years perry Always compile with -Wall
(edit) @1005   7 years perry Distribute the samples(!)
(edit) @1002   7 years spa1 Added a pause function to format_rt Moved the rt_connect call to rt_start …
(edit) @997   7 years perry Add /dev/bpf capture support for the ThreeBSD's
(edit) @980   7 years perry No point in checking for headers we're going to check for further down The …
(edit) @976   7 years perry Cleaned up configure.in (by autoupdate)
(edit) @965   7 years perry Remove old libpacketdump/parser/Makefile.in
(edit) @961   7 years perry Bump version numbers for release
(edit) @953   7 years perry We use the HAVE_* variables in the source, we really should set them…
(edit) @946   7 years perry AC_PROG_YACC vs AM_PROG_YACC
(edit) @917   7 years perry Support disabling python bindings
(edit) @916   7 years perry Include stdint.h Bump to beta3
(edit) @904   7 years dlawson * Cosmetic changes to trace_help() output * inclusion of some m4 handlers …
(edit) @898   7 years perry Fix problems with zlib in the new build environment
(edit) @896   7 years perry Redo the build system for libtrace3
(edit) @891   7 years perry Update to be more obvious about which version of dag software is in use …
(edit) @867   7 years perry Get ready to cut beta1
(edit) @804   7 years bcj3 Updated to include the Makefile in libpacketdump/parser as well as …
(edit) @799   7 years spa1 dag_read_packet now returns a DUCK packet occasionally in place of a …
(edit) @797   7 years spa1 Fixed segmentation faults when trace_destroy is called on a trace that …
(edit) @795   7 years spa1 OpenBSD compatibility fixes - adding in various #defines and #includes …
(edit) @781   7 years spa1 Updated build system to require version number changes in only two places …
(edit) @758   7 years perry * Clarify the documentation for trace_read_packet() * Force blocking mode …
(edit) @729   7 years perry Added support for writing onto an interface to pcap and linuxnative
(edit) @724   7 years perry Make format_linux only compile if the machine we're compiling it on …
(edit) @713   7 years perry Rewrote libtrace's IO handling to use shim functions when needing to do …
(edit) @526   8 years dlawson update to version 3.0.0 zero-copy patch - trace.c updated with new …
(edit) @521   8 years dlawson added tools/tracesplit/configure.in
(edit) @497   8 years dlawson added test for sizeof long_int
(edit) @496   8 years dlawson 2.0.25 Fixes for builds under openbsd: * pcap uses a struct bpf_filter, …
(edit) @489   8 years dlawson improved detection for libgdc
(edit) @470   8 years dlawson makefile.am error -0 should use uninstall-local apparently added checks …
(edit) @468   8 years dlawson added --disable-libpacketdump and --disable-tools configure options. …
(edit) @467   8 years dlawson fixed tests for pcap_open_dead etc, so that they only test if we actually …
(edit) @465   8 years dlawson removing old original Makefiles adding Makefile.am in appropriate …
(edit) @455   8 years dlawson removed Makefile from cvs updated tracedump to fix compiler warning
(edit) @454   8 years dlawson versioning attempts in Makefile.am etc notes in Changelog
(edit) @449   8 years dlawson added libpacketdump: * modified top level makefile.am and configure.am * …
(edit) @448   8 years spa1 Fixed libtrace_pure checking - if --without-out pure was specified then …
(edit) @443   8 years dlawson fixed test for attribute((pure)) by temporarily setting CFLAGS to …
(edit) @442   8 years dlawson fixes in configure.in: * properly test for zlib * use perl -pi -e instead …
(edit) @434   8 years dlawson fixed broken docs/Makefile.am (changed doxygen variable) updated …
(edit) @433   8 years dlawson fixed pcap path so it finds it correctly
(edit) @432   8 years dlawson autoconf test for attribute((pure))
(edit) @430   8 years dlawson updated configure.in to generare nice messages telling us what we …
(edit) @426   8 years spa1 Fixed ugly output when checking for DAG 2.4 in configure
(edit) @420   8 years spa1 Fixed AM_INIT_AUTOMAKE in configure.in to use correct parameters
(edit) @406   8 years dlawson -> 2.0.23
(edit) @403   8 years dlawson fixup for bad dag_root detection in configure tidied up the gzread/read …
(edit) @384   8 years spa1 Fixed DAG version detection so that it checks VERSION rather than just …
(edit) @382   8 years dlawson moving doxygen stuff round created docs/Makefile.am fixed some dag …
(edit) @381   8 years spa1 Fixed stupidity regarding option dag files
(edit) @379   8 years dlawson added replacement function for pcap_dump_flush
(edit) @378   8 years spa1 Fixed Makefile.ams to actually use the included DAG directory from …
(edit) @377   8 years spa1 Fixed dag2.4 related code borrowing so that it actually works
(edit) @376   8 years spa1 During configuration / compilation libtrace will borrow the dagapi code if …
(edit) @369   8 years dlawson 2.0.22
(edit) @365   8 years dlawson 2.0.21
(edit) @358   8 years dlawson 2.0.20
(edit) @344   8 years dlawson 2.0.20
(edit) @322   8 years dlawson fixed typo in AC_INIT
(edit) @309   8 years dlawson updated new backend - libtrace_erf, libtrace_pcap all work
(edit) @305   8 years dlawson fixed the pcap path
(edit) @296   8 years dlawson fixes to makefile for documentation
(edit) @294   8 years dlawson change way we open files to get around gzopen being broken
(edit) @289   8 years dlawson bump to 2.0.18
(edit) @283   8 years dlawson version bump to 2.0.17 fixed compilation error wrt LTLIBOBJS in older …
Note: See TracRevisionLog for help on using the revision log.