aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)jmayer1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8577 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-20Put back the AM_PROG_LIBTOOL call, as some older versions of the auto*guy1-1/+10
tools and/or libtool require it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8508 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-10Albert Chin:jmayer1-5/+1
- AM_PROC_LIBTOOL is just an alias for AC_PROG_LIBTOOL, which is called earlier. - Use AM_CPPFLAGS instead of CFLAGS and CPPFLAGS to add inlude directories git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8445 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-08Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. Moregerald1-2/+2
updates to come. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8410 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)jmayer1-2/+8
- get rid of ...-static.o files in the build process (now done via config.h instead of compiler flag) - make packet-rtnet link statically (remove one unused function, rename another one) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8389 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-29Make the configure flag --with-ucd-snmp consistent with --with-net-snmp.sharpe1-3/+3
That is, change it from --with-ucdsnmp. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8307 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-21Fix up --with messages that include square brackets.guy1-9/+18
Put --with-plugins on the left margin, as the rest of the messages are. Fix up the description of --with-net-snmp. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8199 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-20Don't do a check inside an AC_MSG_CHECKING/AC_MSG_RESULT pair - theguy1-6/+8
output looks bad if you do. Split the check for "should I check for an SNMP library?" into "should I check for NET-SNMP?" and "should I check for UCD SNMP?" (which makes sense because they're controlled by different configure script options). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8197 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-05LWRES support, from Oleg Terletsky.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8133 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-23Back out the changes made earlier.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8075 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-23Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8073 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-23Prep for the 0.9.14 releasegerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8068 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-19Disable threads by default with gtk2.oabad1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8054 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-08-dlopen didn't work on some platforms/in some environments (for me, thejmayer1-1/+3
problem became evident with an update from autoconf 2.52 to 2.53). Worked around a bug in libtool that caused -dlopen to be ignored (and things being linked into the code instead). Many many thanks to Dirk M�ller for providing me with the workaround! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7991 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-11From Erwin Rol: RTNET/TDMA support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7839 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-10Bump the version to 0.9.13 and otherwise prep for the next release. ETA isgerald1-2/+2
Wednesday. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7820 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-08Add a "--enable-threads" option, which allows to build the gtk+ v2oabad1-1/+8
ethereal with or without threads. The default is to use threads. (see http://www.ethereal.com/lists/ethereal-dev/200210/msg00111.html and http://www.ethereal.com/lists/ethereal-dev/200306/msg00061.html). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7807 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.gerald1-1/+19
Support can be enabled at configure time by using "--with-adns=DIR". If support is enabled, async queries happen whenever host name resolution is enabled. Do we need a separate preference for async queries? Currently, only IPv4 reverse queries are supported. I can add IPv4 forward lookup support, but I don't have any way to test IPv6 queries. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7640 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-01Bump the version number to 0.9.12. Make NEWS and ChangeLog current.gerald1-2/+2
The next release will likely be tomorrow (May 1). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7622 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-21From Erwin Rol: ArtNET support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7518 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-25DATAFILE_DIR in the top-level config.h isn't used; don't bother definingguy1-10/+1
it. (Nothing other than "get_datafile_dir()" should use it - anything that needs to know whether the configuration files are located should use "get_datafile_dir()".) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7367 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-11Bump the version to 0.9.11. Let's hope the goat's blood and hastily carvedgerald1-2/+2
idol is enough for the CVS gods. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7337 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-08Put the code to get version numbers of various libraries with whichguy1-2/+2
Ethereal/Tethereal was linked into a common routine, and use that in both Ethereal and Tethereal. Add to that routine code to get OS version information. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7320 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-04Bump the version to 0.9.10.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7271 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-02Disable simultaneous building of static and shared binariesjmayer1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7255 f5534014-38df-0310-8fa8-9805f1628bb7