aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2004-09-05Name the variables that have the names of ".lo" files as _LO, not _O;Guy Harris1-7/+25
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aGuy Harris1-18/+16
2004-08-22FreeBSD 3.4 doesn't have "strtoull()", but it does have "strtouq()",Guy Harris1-0/+18
2004-08-06Bump the version to 0.10.6. Drop in a new ChangeLog, and add the beginningsGerald Combs1-1/+1
2004-07-28From Ian Schorr: capinfo - provides capture file information.Olivier Biot1-0/+17
2004-07-25Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,Guy Harris1-64/+58
2004-07-21Forgotten case: Make krb5 fail if it requires -lcrypto but no --with-ssl=... ...Jörg Mayer1-1/+2
2004-07-21From Laurent Rabret: OPSI support.Guy Harris1-0/+1
2004-07-20Make configure continue after disabling Net-SNMP when the openssl libsJörg Mayer1-6/+9
2004-07-18- Require --with-ssl=... to be explicitly set to workJörg Mayer1-0/+5
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-06Prep for the 0.10.5 release.Gerald Combs1-2/+2
2004-06-25doxygen changes:Jörg Mayer1-1/+4
2004-06-23Build and install the HTMLized man pages on UN*X.Guy Harris1-1/+10
2004-06-22To test whether we can build with OS X frameworks, try building withGuy Harris1-6/+27
2004-06-22Handle cases where PRI[doxu]64 is defined, but u_int64_t isn't. (Solaris 8Gerald Combs1-5/+11
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.Guy Harris1-1/+30
2004-06-19If the user hasn't explicitly said they want to build with Heimdal,Guy Harris1-5/+5
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris1-1/+59
2004-06-17Turn on kerberos by default if it is presentJörg Mayer1-3/+3
2004-06-09Add Automake/Autoconf Doxygen targets.Gerald Combs1-1/+6
2004-05-26Make gtk2 the default. Use --disable-gtk2 to use glib1/gtk1 insteadJörg Mayer1-2/+2
2004-05-23Enable building dftest by defaultJörg Mayer1-2/+2
2004-05-15From Thomas Anders: fix --with-net-snmp to let it handle either theGuy Harris1-3/+6
2004-05-13Paul Smith: bugfix: make loadable module support work when cross compilingJörg Mayer1-2/+3
2004-05-13Thomas Anders: fix usage of brk5_dirJörg Mayer1-3/+3
2004-05-13Bump the version up to 0.10.4. Preliminary updates to the NEWS file. UpdatesGerald Combs1-2/+2
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-1/+7
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-1/+7
2004-04-22More correct implementation of the --disable-usr-local option.Olivier Biot1-3/+3
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot1-1/+12
2004-03-27OK, I'm impatient. In case of problems, I'm to blame, not Olivier.Jörg Mayer1-9/+93
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris1-1/+4
2004-03-22Bump the version up to 0.10.3.Gerald Combs1-2/+2
2004-03-17Experimental Heimdal Kerberos detection.Jörg Mayer1-1/+45
2004-03-04Get rid of an out-of-date comment.Guy Harris1-12/+3
2004-03-03Require autoconf 2.53 and automake 1.6Jörg Mayer1-2/+2
2004-02-23Bump the version to 0.10.2Gerald Combs1-2/+2
2004-02-19Bump the version to 0.10.1.Gerald Combs1-2/+2
2004-02-07Put AM_DISABLE_STATIC into the same place as in epan and wiretapJörg Mayer1-2/+3
2004-01-18Add -Wstrict-prototypes to extra-gcc-checksJörg Mayer1-2/+2
2004-01-10Add -Wbad-function-cast to extra gcc flags.Olivier Biot1-2/+2
2004-01-10Get rid of rdps in CLEAN target for cygwin (EXEEXT = ".exe").Olivier Biot1-1/+3
2004-01-09The extra flags that "net-snmp-config --cflags" might emit might causeGuy Harris1-10/+2
2004-01-08Cope with "net-snmp-config --cflags" emitting flags that the C compilerGuy Harris1-2/+10
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-1/+2
2003-12-17From Christoph Neusch: V5UA support.Guy Harris1-1/+2
2003-12-16From D. Manzella: run $NETSNMPCONFIG, not "net-snmp-config" (as long asGuy Harris1-4/+21