aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
2002-10-23From Wes Hardaker:Guy Harris1-14/+23
Define HAVE_SOME_SNMP if either HAVE_UCD_SNMP or HAVE_NET_SNMP is defined, and use HAVE_SOME_SNMP, rather than HAVE_UCD_SNMP, in most places when testing whether we have an SNMP library or not. Be more selective when including Net-SNMP header files. Fix up {gtk,gtk2}/main.c to do the same SNMP stuff that tethereal.c does - including the MIB stuff that gtk/main.c was doing but gtk2/main.c wasn't doing. Fix the copyright date in gtk/main.c. svn path=/trunk/; revision=6483
2002-10-23In the message indicating how Ethereal was configured, say "Use UCDGuy Harris1-2/+2
SNMP/NET-SNMP" rather than just "Use UCD SNMP", now that we support both. svn path=/trunk/; revision=6480
2002-10-22Wes Hardaker: Support NET-SNMP in addition to UCD-SNMPJörg Mayer1-7/+42
svn path=/trunk/; revision=6475
2002-10-09Support for both old and brand new libtool versionsJörg Mayer1-1/+2
svn path=/trunk/; revision=6389
2002-10-06Change by Didier Gautheron to make automake 1.7 work.Jörg Mayer1-4/+4
Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET. svn path=/trunk/; revision=6370
2002-10-03Added a dissector plugin for Packet Cable Lawful Intercept.Ed Warnicke1-1/+2
svn path=/trunk/; revision=6366
2002-09-26Bump the version up to 0.9.7. The countdown begins. Too bad ourGerald Combs1-2/+2
releases don't involve explosive bolts like NASA launches do. Bring the ChangeLog and NEWS files up to date to the end of August. svn path=/trunk/; revision=6341
2002-09-11Fix the test for "want_zlib" being "no" when generating the messageGuy Harris1-2/+2
indicating whether we'll be building with zlib. svn path=/trunk/; revision=6265
2002-09-10Check the right variable when generating the indication of whether we'reGuy Harris1-2/+2
building with zlib or not. svn path=/trunk/; revision=6262