aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2002-07-06From Nix:Guy Harris1-2/+4
2002-06-28Bump the version up to 0.9.5.Gerald Combs1-2/+2
2002-05-18Make the default SNMP build behavior "ifpresent" instead of "yes", so thingsGerald Combs1-6/+2
2002-05-18Increment versions to 0.9.4, get NEWS current to April 25 (more NEWS toGerald Combs1-2/+2
2002-05-16Set the default for "--want_ucdsnmp" back to "yes", since overflow problemsGerald Combs1-2/+2
2002-05-04From Joerg Mayer: get rid of "-Wno-unused".Guy Harris1-6/+6
2002-04-08Clean up the "Use zlib library" message.Guy Harris1-4/+8
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris1-7/+25
2002-03-29Bump the version to 0.9.3. Update NEWS to be current toGerald Combs1-2/+2
2002-03-23Default to *not* using the UCD SNMP library, as the current versionsGuy Harris1-2/+10
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-51/+24
2002-03-11In the message at the end that indicates how Ethereal was configured,Guy Harris1-2/+2
2002-03-10Use the "sprint_realloc_" routines in UCD SNMP 4.2.2 and later, ratherGuy Harris1-37/+15
2002-03-03Bump the version to 0.9.2. Update NEWS to include everything from February.Gerald Combs1-2/+2
2002-03-01Don't link with the SNMP library by default.Gerald Combs1-2/+2
2002-02-27From Joerg Mayer:Guy Harris1-4/+12
2002-02-05Have configure check for pod2man, thus creating a POD2MAN makefileGilbert Ramirez1-1/+2
2002-02-02Update version to 0.9.1. Add NEWS entries for 0.9.1 changes.Gerald Combs1-2/+2
2002-02-02From Heikki Vatiainen:Guy Harris1-17/+35
2002-01-30Remove the "--without-gcc" option - it doesn't work with the Sun,Guy Harris1-6/+1
2002-01-30Add a "--without-gcc" option, similar to what tcpdump and libpcap have.Guy Harris1-1/+6
2002-01-30Solaris's "/usr/ucb/sed" isn't good enough either.Guy Harris1-10/+15
2002-01-30On Solaris, check whether "sed" is "/usr/bin/sed", and fail if it is, asGuy Harris1-1/+14
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Revamp the RPM building process. For versions of rpm that supportGerald Combs1-35/+5
2002-01-09Provide a --disable-usr-local flag to configure so thatGilbert Ramirez1-13/+26
2001-12-23Bump the version up to 0.9.0. Update the NEWS file.Gerald Combs1-2/+2
2001-12-12Work around changes made to recent Red Hat ucd-snmp packages. SeeGerald Combs1-1/+11
2001-12-07Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as perGuy Harris1-3/+17
2001-11-02Don't assume that all UNIX platforms have <iconv.h> - explicitly checkGuy Harris1-1/+2
2001-10-12Get NEWS current up to July 31, update version to 0.8.20.Gerald Combs1-2/+2
2001-08-30Patches from Frank Singleton :Olivier Abad1-1/+17
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris1-1/+2
2001-07-27If GLib doesn't support loadable modules, don't let the user enableGuy Harris1-1/+9
2001-07-26Fix from Michael Tuexen: define PLUGIN_DIR as NULL if plugin support isGuy Harris1-2/+4
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-23/+35
2001-07-19GIOP CosNaming support, from Frank Singleton.Guy Harris1-1/+2
2001-07-13Updated for release 0.8.19Jeff Foster1-2/+2
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.Guy Harris1-1/+18
2001-06-27Replace "--enable-pcap" with "--with-pcap", and if an argument isGuy Harris1-6/+21
2001-06-18Crank up the warning level in GCC, from Joerg Mayer.Guy Harris1-2/+2
2001-06-02Windows and the MSVC++ 6.0 library don't have "strptime()", so pull inGuy Harris1-2/+10
2001-05-24If you call AC_MSG_CHECKING, you should always call AC_MSG_RESULT.Guy Harris1-2/+3
2001-05-22Cleanups to the "--with-ssl" configuration option, and changes to addGuy Harris1-1/+10
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan1-1/+18
2001-05-16Update files for release 8.18Jeff Foster1-2/+2
2001-05-01Base HAVE_PLUGINS on whether "g_module_supported()" returns TRUE, not onGuy Harris1-11/+36
2001-04-25If the SNMP headers were found but we failed to find "sprint_objid()" inGuy Harris1-2/+12
2001-04-25Fail if both UCD and CMU SNMP headers are found; we have no idea whichGuy Harris1-1/+13
2001-04-19Fix up the messages printed for the SSL checks - AC_MSG_CHECKING withoutGuy Harris1-2/+1