aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
2003-10-10From Brad Hards: fix two problems:Guy Harris1-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. svn path=/trunk/; revision=8663
2003-10-10Use "pcap_findalldevs()" if present.Guy Harris1-2/+1
svn path=/trunk/; revision=8655
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)Jörg Mayer1-1/+3
svn path=/trunk/; revision=8577
2003-09-20Put back the AM_PROG_LIBTOOL call, as some older versions of the auto*Guy Harris1-1/+10
tools and/or libtool require it. svn path=/trunk/; revision=8508
2003-09-10Albert Chin:Jörg Mayer1-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 svn path=/trunk/; revision=8445
2003-09-08Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. MoreGerald Combs1-2/+2
updates to come. svn path=/trunk/; revision=8410
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer1-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) svn path=/trunk/; revision=8389
2003-08-29Make the configure flag --with-ucd-snmp consistent with --with-net-snmp.Richard Sharpe1-3/+3
That is, change it from --with-ucdsnmp. svn path=/trunk/; revision=8307
2003-08-21Fix up --with messages that include square brackets.Guy Harris1-9/+18
Put --with-plugins on the left margin, as the rest of the messages are. Fix up the description of --with-net-snmp. svn path=/trunk/; revision=8199
2003-08-20Don't do a check inside an AC_MSG_CHECKING/AC_MSG_RESULT pair - theGuy Harris1-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). svn path=/trunk/; revision=8197
2003-08-05LWRES support, from Oleg Terletsky.Guy Harris1-1/+2
svn path=/trunk/; revision=8133
2003-07-23Back out the changes made earlier.Gerald Combs1-2/+2
svn path=/trunk/; revision=8075
2003-07-23Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer.Gerald Combs1-2/+2
svn path=/trunk/; revision=8073
2003-07-23Prep for the 0.9.14 releaseGerald Combs1-2/+2
svn path=/trunk/; revision=8068
2003-07-19Disable threads by default with gtk2.Olivier Abad1-2/+2
svn path=/trunk/; revision=8054
2003-07-08-dlopen didn't work on some platforms/in some environments (for me, theJörg Mayer1-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! svn path=/trunk/; revision=7991
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris1-1/+2
svn path=/trunk/; revision=7839
2003-06-10Bump the version to 0.9.13 and otherwise prep for the next release. ETA isGerald Combs1-2/+2
Wednesday. svn path=/trunk/; revision=7820
2003-06-08Add a "--enable-threads" option, which allows to build the gtk+ v2Olivier Abad1-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). svn path=/trunk/; revision=7807
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs1-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. svn path=/trunk/; revision=7640
2003-05-01Bump the version number to 0.9.12. Make NEWS and ChangeLog current.Gerald Combs1-2/+2
The next release will likely be tomorrow (May 1). svn path=/trunk/; revision=7622
2003-04-21From Erwin Rol: ArtNET support.Guy Harris1-1/+2
svn path=/trunk/; revision=7518
2003-03-25DATAFILE_DIR in the top-level config.h isn't used; don't bother definingGuy Harris1-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()".) svn path=/trunk/; revision=7367
2003-03-11Bump the version to 0.9.11. Let's hope the goat's blood and hastily carvedGerald Combs1-2/+2
idol is enough for the CVS gods. svn path=/trunk/; revision=7337
2003-03-08Put the code to get version numbers of various libraries with whichGuy Harris1-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. svn path=/trunk/; revision=7320
2003-03-04Bump the version to 0.9.10.Gerald Combs1-2/+2
svn path=/trunk/; revision=7271
2003-03-02Disable simultaneous building of static and shared binariesJörg Mayer1-1/+3
svn path=/trunk/; revision=7255
2003-03-01We have some SNMP if we have NET-SNMP *or* UCD SNMP, not just if we haveGuy Harris1-2/+2
NET-SNMP *and* UCD SNMP. svn path=/trunk/; revision=7229
2003-02-28Put out the "Checking whether to use UCD SNMP/NET-SNMP library ifGuy Harris1-2/+2
available" message *after* checking for net-snmp-config - nesting something such as AC_PATH_PROG that produces a "Checking..." message inside another check causes the pairing of check and result messages to be broken. svn path=/trunk/; revision=7221
2003-02-26From Pavel Roskin:Guy Harris1-8/+19
Get rid of acconfig.h, as it's an archaism; put descriptions into AC_DEFINE instead. That squelches some warnings from later versions of autoconf. Fix an unquoted call to AC_MSG_ERROR. Move the stuff to define HAVE_SOME_SNMP into configure.in. svn path=/trunk/; revision=7203
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case aJörg Mayer1-13/+13
configure option is given on the command line. The value of the arguement is passwd in the enableval variable. The 4th argument tells what to do in case no command line argument was given. This causes --disable-gtk2 (which is the default) to behave differently from the case when no option is given. I do not really understand where the difference in the behaviour of the generated codes comes from, but I definitely see a difference. Fixed all occurrences where the 3rd arguement was empty. svn path=/trunk/; revision=7044
2003-01-21Add a small fixme aboutn --enable-usr-localJörg Mayer1-1/+4
svn path=/trunk/; revision=6957
2003-01-21Bump the version to 0.9.9. Update the NEWS and ChangeLog files.Gerald Combs1-2/+2
I'm shooting for a release on Wednesday evening. svn path=/trunk/; revision=6952
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris1-1/+2
Move SCTP payload protocol IDs to a header file, and get the PPIDs from that header file rather than defining them in dissectors running atop SCTP. Use both the old(?) and official PPID for ASAP. svn path=/trunk/; revision=6926
2003-01-10Use "datafiledir" rather than "DATAFILE_DIR" as the name of the variableGuy Harris1-6/+5
in the configure script for the all-variables-expanded version of the data file directory. Don't AC_SUBST "DATAFILE_DIR", as it's not used. svn path=/trunk/; revision=6888
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureGuy Harris1-8/+6
script for the plugin directory; in most Makefile.am files it's set with plugindir = @plugindir@ (along the lines of what's done with other variables with pathnames - the variable name is all lower case), so the variable needs to be named "plugindir". Fix the DOCSIS plugins' Makefile.am to use "plugindir". Don't bother doing "AC_SUBST(PLUGIN_DIR)", as no Makefiles use PLUGIN_DIR as an autoconf variable. svn path=/trunk/; revision=6887
2002-12-04Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.Gerald Combs1-2/+2
svn path=/trunk/; revision=6741
2002-11-28Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualGuy Harris1-3/+13
-Wcast-align" to be added to CFLAGS (except in Wiretap, where we already do "-Wcast-qual"). We don't do them by default, as they produce some warnings that aren't easy to eliminate; if we figure out how to eliminate them on all platforms (or at least, on the platforms where you *can't* eliminate them, reduce them to a low level), we can make those options the default. svn path=/trunk/; revision=6689
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-17/+12
svn path=/trunk/; revision=6552
2002-10-25Fix a typo and fix alignment.Guy Harris1-2/+2
svn path=/trunk/; revision=6506