aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2004-06-25doxygen changes:jmayer1-1/+4
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution on unix. Adapted the namke files accordingly. - Don't add doxygen as a dependency for libethereal and libui: As doxygen is an unconditional target, this would cause the applications to be rebuild every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11238 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-23Build and install the HTMLized man pages on UN*X.guy1-1/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11217 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-22To test whether we can build with OS X frameworks, try building withguy1-6/+27
those frameworks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11214 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-22Handle cases where PRI[doxu]64 is defined, but u_int64_t isn't. (Solaris 8gerald1-5/+11
only defines uint64_t, for example). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11212 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.guy1-1/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11208 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-19If the user hasn't explicitly said they want to build with Heimdal,guy1-5/+5
don't *require* them to have "krb5.h" - if they don't have it, don't build with Heimdal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11184 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toguy1-1/+59
use to format 64-bit integers. Fix the RSVP dissector to use that rather than hardcoding "%ll" in. Remove the "only if G_HAVE_GINT64 is defined" bit from the discussion of 64-bit integers - we're too dependent on having them to support compilers that don't have a 64-bit integral data type. Do, however, note that neither "long" nor "long long" are acceptable, and also note that you shouldn't assume "%ll" does the trick for printing them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11182 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-17Turn on kerberos by default if it is presentjmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11165 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-09Add Automake/Autoconf Doxygen targets.gerald1-1/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11128 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-26Make gtk2 the default. Use --disable-gtk2 to use glib1/gtk1 insteadjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11010 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-23Enable building dftest by defaultjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10977 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-15From Thomas Anders: fix --with-net-snmp to let it handle either theguy1-3/+6
pathname of the Net-SNMP directory or the pathname of the Net-SNMP configure script as an argument to that option. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10907 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-13Paul Smith: bugfix: make loadable module support work when cross compilingjmayer1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10882 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-13Thomas Anders: fix usage of brk5_dirjmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10879 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-13Bump the version up to 0.10.4. Preliminary updates to the NEWS file. Updatesgerald1-2/+2
welcome. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10863 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-1/+7
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10834 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot1-1/+7
top-level configure.in when running configure. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10699 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-22More correct implementation of the --disable-usr-local option.obiot1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10661 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBobiot1-1/+12
libraries to libftypes. Provide caching of computed configure tests. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10600 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-27OK, I'm impatient. In case of problems, I'm to blame, not Olivier.jmayer1-9/+93
Olivier Biot: Merge epan/configure.in back into configure.in Leave epan/confiugre.in and epan/acinclude.m4 in case we need to undo this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10505 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Managementguy1-1/+4
support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10480 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-22Bump the version up to 0.10.3.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10436 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-17Experimental Heimdal Kerberos detection.jmayer1-1/+45
As this is experimental and does not yet work reliably this feature is off by default. Enable it by using --with-krb5 during configure. Please do not yet make use of this feature (i.e. please do not *use* the defines provided by this option), until it has received further testing and fixing. Please run and check what the configure says. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10395 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-04Get rid of an out-of-date comment.guy1-12/+3
We only appear to need autoconf 2.52, not 2.53. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10293 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-03Require autoconf 2.53 and automake 1.6jmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10287 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-23Bump the version to 0.10.2gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10205 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-19Bump the version to 0.10.1.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10100 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-07Put AM_DISABLE_STATIC into the same place as in epan and wiretapjmayer1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10005 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-18Add -Wstrict-prototypes to extra-gcc-checksjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9723 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-10Add -Wbad-function-cast to extra gcc flags.obiot1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9639 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-10Get rid of rdps in CLEAN target for cygwin (EXEEXT = ".exe").obiot1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9637 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-09The extra flags that "net-snmp-config --cflags" might emit might causeguy1-10/+2
problems with compilation, so, if they do, the "net-snmp-config" in question would need to be fixed; back out the previous change. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9603 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-08Cope with "net-snmp-config --cflags" emitting flags that the C compilerguy1-2/+10
can use but cpp can't. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9602 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-24Add -pedantic to --with-extra-gcc-checksjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9442 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-18From Jan Kiszka: IrDA support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9345 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-17From Christoph Neusch: V5UA support.guy1-1/+2
From Anders Broman: patches to various makefiles and configure scripts to build the V5UA dissector, and patches to make it compile. From me: .cvsignore file, and NSIS patches. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9311 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-16From D. Manzella: run $NETSNMPCONFIG, not "net-snmp-config" (as long asguy1-4/+21
we've gone through the trouble of finding the path, we should use it, and if the user explicitly said where it is, we should *definitely* use it), and add the output of "$NETSNMPCONFIG --cflags" to CFLAGS and CPPFLAGS before searching for Net-SNMP headers, so we check the appropriate directory for them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9303 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-13Add the help directory to the build. Bump the release version to 0.10.0agerald1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9276 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-10Bump the version to 0.10.0. It could be (and has been) argued that thegerald1-2/+2
last release should have been 0.10.0. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9235 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-06From Olivier Biotgram1-1/+44
New "matches" operater in display filter language. Uses PCRE. If a "matches" operator is found in a dfilter while libpcre has not been used to build the binary, then an exception is thrown after using dfilter_fail() to set an apporporiate error message. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9182 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatguy1-1/+18
"-pg" binaries be built. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9001 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-17From Lo�c Minier: append $(EXEEXT) to the names of binaries, so thatguy1-8/+8
the configure script generates the right executable image file names on Cygwin. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8987 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-17From Erwin Rol: initial ENTTEC support and RDM support.guy1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8985 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-02Bump the version number to 0.9.16.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8861 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-30Wrap "x$POD2MAN" in quotes, so if there are spaces in the pathname, theguy1-3/+3
configure script doesn't fail. (The Makefile will probably fail, but that's another matter.) If "$POD2MAN" is empty, it could mean that pod2man is installed but the user's path doesn't include the directory in which it's installed; fix up the error message. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8839 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-30If we don't have pod2man, quit - otherwise, we'd just drive on and useguy1-1/+8
the empty POD2MAN variable in commands, producing very confusing errors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8838 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,guy1-1/+2
given a type-table from "snacc" as a protocol description. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8799 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-14From Erwin Rol: ACN support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8686 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-10From Brad Hards: fix two problems:guy1-5/+5
1. the --without-adns case wasn't handled correctly; 2. the reporting at the end of the configure didn't deal with the case were the configure check failed (as in my example, where I only had the libadns package installed, not libadns-devel) - it reported that ADNS would be used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8663 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-10Use "pcap_findalldevs()" if present.guy1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8655 f5534014-38df-0310-8fa8-9805f1628bb7