source: trunk/configure.in

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1749   16 months salcock * Fix a whole load of problems with the new configure script
(edit) @1748   16 months salcock * Allow users to build libtrace without zlib, bzip2, lzo or ncurses if …
(edit) @1743   18 months salcock * Fixed flex detection failure on 64 bit Red Hat systems (incl. Fedora)
(edit) @1729   21 months salcock * We now use pcap_create and pcap_activate for pcap interfaces if libpcap …
(edit) @1722   22 months salcock * Updated version number to 3.0.12
(edit) @1717   22 months salcock * Started adding a new libtrace tool (tracetopends) which can be used to …
(edit) @1710   2 years salcock * Updated version number to 3.0.11
(edit) @1704   2 years salcock * Fixed typo that prevented tracetop from being built * Ensured …
(edit) @1701   2 years salcock * Separated the libraries to link against into 3 separate categories: one …
(edit) @1693   2 years salcock * Set version number to 3.0.10 * Fixed bug that was preventing libdl from …
(edit) @1689   2 years salcock * Update version numbering to 3.0.9 * Don't explicitly require libdl, as …
(edit) @1683   2 years salcock * Allow users to override the optimization level by not explicitly adding …
(edit) @1669   3 years salcock * Updated version number to 3.0.8 (although not in preparation for an …
(edit) @1658   3 years salcock * Tidy up and document configure script better, as it is pretty scary …
(edit) @1652   3 years salcock * Don't build tracetop if libncurses isn't available, rather than making …
(edit) @1651   3 years salcock * Added check for libnsl if needed for inet_ntop * Added check for …
(edit) @1650   3 years salcock * Fixes to make tracetop build nicely on OpenSolaris?
(edit) @1649   3 years salcock * Many of the functions used by the port report require libsocket and …
(edit) @1648   3 years salcock * Only add /usr/gnu/lib to LDFLAGS if it exists - some systems are whinier …
(edit) @1645   3 years salcock * Add check for the presence of sdl_len in the sockaddr_dl structure - …
(edit) @1643   3 years salcock * Fix for OpenSolaris? zealotry which makes it hard for us to detect …
(edit) @1641   3 years salcock * Add error message if no C++ compiler is available at configure time - we …
(edit) @1633   3 years salcock * Detection of LLVM is no longer automatic - the user explicitly has to …
(edit) @1631   3 years salcock * Tidy up DAG version reporting - report the libtrace format we're going …
(edit) @1609   3 years salcock * Added a check for whether the compiler supports -fvisibility - this …
(edit) @1586   3 years perry Add JITting of BPF bytecode using LLVM
(edit) @1545   3 years perry Use -fvisibility=hidden only for libtrace
(edit) @1531   3 years perry Add support for lzo write compression
(edit) @1527   3 years perry Missed change from previous commit (detect prctl is available on linux)
(edit) @1502   3 years salcock * Added the code examples from the PDCAT tutorial to the bundled examples
(edit) @1494   3 years salcock * Added a new tool called tracediff that searches for packets that differ …
(edit) @1462   4 years yww4 add tracereplay Makefile.am
(edit) @1458   4 years perry Discuss visibility changes
(edit) @1456   4 years perry Hide all internal only symbols.
(edit) @1438   4 years perry Have a quieter build on automake >=1.11
(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 …
Note: See TracRevisionLog for help on using the revision log.