aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-06Prep for the 0.10.5 release.Gerald Combs1-2/+2
svn path=/trunk/; revision=11319
2004-06-25doxygen changes:Jörg Mayer1-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. svn path=/trunk/; revision=11238
2004-06-23Build and install the HTMLized man pages on UN*X.Guy Harris1-1/+10
svn path=/trunk/; revision=11217
2004-06-22To test whether we can build with OS X frameworks, try building withGuy Harris1-6/+27
those frameworks. svn path=/trunk/; revision=11214
2004-06-22Handle cases where PRI[doxu]64 is defined, but u_int64_t isn't. (Solaris 8Gerald Combs1-5/+11
only defines uint64_t, for example). svn path=/trunk/; revision=11212
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.Guy Harris1-1/+30
svn path=/trunk/; revision=11208
2004-06-19If the user hasn't explicitly said they want to build with Heimdal,Guy Harris1-5/+5
don't *require* them to have "krb5.h" - if they don't have it, don't build with Heimdal. svn path=/trunk/; revision=11184
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris1-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. svn path=/trunk/; revision=11182
2004-06-17Turn on kerberos by default if it is presentJörg Mayer1-3/+3
svn path=/trunk/; revision=11165
2004-06-09Add Automake/Autoconf Doxygen targets.Gerald Combs1-1/+6
svn path=/trunk/; revision=11128
2004-05-26Make gtk2 the default. Use --disable-gtk2 to use glib1/gtk1 insteadJörg Mayer1-2/+2
svn path=/trunk/; revision=11010
2004-05-23Enable building dftest by defaultJörg Mayer1-2/+2
svn path=/trunk/; revision=10977
2004-05-15From Thomas Anders: fix --with-net-snmp to let it handle either theGuy Harris1-3/+6
pathname of the Net-SNMP directory or the pathname of the Net-SNMP configure script as an argument to that option. svn path=/trunk/; revision=10907
2004-05-13Paul Smith: bugfix: make loadable module support work when cross compilingJörg Mayer1-2/+3
svn path=/trunk/; revision=10882
2004-05-13Thomas Anders: fix usage of brk5_dirJörg Mayer1-3/+3
svn path=/trunk/; revision=10879
2004-05-13Bump the version up to 0.10.4. Preliminary updates to the NEWS file. UpdatesGerald Combs1-2/+2
welcome. svn path=/trunk/; revision=10863
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-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". svn path=/trunk/; revision=10834
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-1/+7
top-level configure.in when running configure. svn path=/trunk/; revision=10699
2004-04-22More correct implementation of the --disable-usr-local option.Olivier Biot1-3/+3
svn path=/trunk/; revision=10661
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot1-1/+12
libraries to libftypes. Provide caching of computed configure tests. svn path=/trunk/; revision=10600
2004-03-27OK, I'm impatient. In case of problems, I'm to blame, not Olivier.Jörg Mayer1-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. svn path=/trunk/; revision=10505
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris1-1/+4
support. svn path=/trunk/; revision=10480
2004-03-22Bump the version up to 0.10.3.Gerald Combs1-2/+2
svn path=/trunk/; revision=10436
2004-03-17Experimental Heimdal Kerberos detection.Jörg Mayer1-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. svn path=/trunk/; revision=10395
2004-03-04Get rid of an out-of-date comment.Guy Harris1-12/+3
We only appear to need autoconf 2.52, not 2.53. svn path=/trunk/; revision=10293
2004-03-03Require autoconf 2.53 and automake 1.6Jörg Mayer1-2/+2
svn path=/trunk/; revision=10287
2004-02-23Bump the version to 0.10.2Gerald Combs1-2/+2
svn path=/trunk/; revision=10205
2004-02-19Bump the version to 0.10.1.Gerald Combs1-2/+2
svn path=/trunk/; revision=10100
2004-02-07Put AM_DISABLE_STATIC into the same place as in epan and wiretapJörg Mayer1-2/+3
svn path=/trunk/; revision=10005
2004-01-18Add -Wstrict-prototypes to extra-gcc-checksJörg Mayer1-2/+2
svn path=/trunk/; revision=9723
2004-01-10Add -Wbad-function-cast to extra gcc flags.Olivier Biot1-2/+2
svn path=/trunk/; revision=9639
2004-01-10Get rid of rdps in CLEAN target for cygwin (EXEEXT = ".exe").Olivier Biot1-1/+3
svn path=/trunk/; revision=9637
2004-01-09The extra flags that "net-snmp-config --cflags" might emit might causeGuy Harris1-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. svn path=/trunk/; revision=9603
2004-01-08Cope with "net-snmp-config --cflags" emitting flags that the C compilerGuy Harris1-2/+10
can use but cpp can't. svn path=/trunk/; revision=9602
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
svn path=/trunk/; revision=9442
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-1/+2
svn path=/trunk/; revision=9345
2003-12-17From Christoph Neusch: V5UA support.Guy Harris1-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. svn path=/trunk/; revision=9311
2003-12-16From D. Manzella: run $NETSNMPCONFIG, not "net-snmp-config" (as long asGuy Harris1-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. svn path=/trunk/; revision=9303
2003-12-13Add the help directory to the build. Bump the release version to 0.10.0aGerald Combs1-2/+3
svn path=/trunk/; revision=9276
2003-12-10Bump the version to 0.10.0. It could be (and has been) argued that theGerald Combs1-2/+2
last release should have been 0.10.0. svn path=/trunk/; revision=9235
2003-12-06From Olivier BiotGilbert Ramirez1-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. svn path=/trunk/; revision=9182
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatGuy Harris1-1/+18
"-pg" binaries be built. svn path=/trunk/; revision=9001
2003-11-17From Lo�c Minier: append $(EXEEXT) to the names of binaries, so thatGuy Harris1-8/+8
the configure script generates the right executable image file names on Cygwin. svn path=/trunk/; revision=8987
2003-11-17From Erwin Rol: initial ENTTEC support and RDM support.Guy Harris1-1/+3
svn path=/trunk/; revision=8985
2003-11-02Bump the version number to 0.9.16.Gerald Combs1-2/+2
svn path=/trunk/; revision=8861
2003-10-30Wrap "x$POD2MAN" in quotes, so if there are spaces in the pathname, theGuy Harris1-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. svn path=/trunk/; revision=8839
2003-10-30If we don't have pod2man, quit - otherwise, we'd just drive on and useGuy Harris1-1/+8
the empty POD2MAN variable in commands, producing very confusing errors. svn path=/trunk/; revision=8838
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,Guy Harris1-1/+2
given a type-table from "snacc" as a protocol description. svn path=/trunk/; revision=8799
2003-10-14From Erwin Rol: ACN support.Guy Harris1-1/+2
svn path=/trunk/; revision=8686