aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* LWRES support, from Oleg Terletsky.Guy Harris2003-08-051-1/+2
| | | | svn path=/trunk/; revision=8133
* Back out the changes made earlier.Gerald Combs2003-07-231-2/+2
| | | | svn path=/trunk/; revision=8075
* Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer.Gerald Combs2003-07-231-2/+2
| | | | svn path=/trunk/; revision=8073
* Prep for the 0.9.14 releaseGerald Combs2003-07-231-2/+2
| | | | svn path=/trunk/; revision=8068
* Disable threads by default with gtk2.Olivier Abad2003-07-191-2/+2
| | | | svn path=/trunk/; revision=8054
* -dlopen didn't work on some platforms/in some environments (for me, theJörg Mayer2003-07-081-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
* From Erwin Rol: RTNET/TDMA support.Guy Harris2003-06-111-1/+2
| | | | svn path=/trunk/; revision=7839
* Bump the version to 0.9.13 and otherwise prep for the next release. ETA isGerald Combs2003-06-101-2/+2
| | | | | | Wednesday. svn path=/trunk/; revision=7820
* Add a "--enable-threads" option, which allows to build the gtk+ v2Olivier Abad2003-06-081-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
* Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs2003-05-041-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
* Bump the version number to 0.9.12. Make NEWS and ChangeLog current.Gerald Combs2003-05-011-2/+2
| | | | | | The next release will likely be tomorrow (May 1). svn path=/trunk/; revision=7622
* From Erwin Rol: ArtNET support.Guy Harris2003-04-211-1/+2
| | | | svn path=/trunk/; revision=7518
* DATAFILE_DIR in the top-level config.h isn't used; don't bother definingGuy Harris2003-03-251-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
* Bump the version to 0.9.11. Let's hope the goat's blood and hastily carvedGerald Combs2003-03-111-2/+2
| | | | | | idol is enough for the CVS gods. svn path=/trunk/; revision=7337
* Put the code to get version numbers of various libraries with whichGuy Harris2003-03-081-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
* Bump the version to 0.9.10.Gerald Combs2003-03-041-2/+2
| | | | svn path=/trunk/; revision=7271
* Disable simultaneous building of static and shared binariesJörg Mayer2003-03-021-1/+3
| | | | svn path=/trunk/; revision=7255
* We have some SNMP if we have NET-SNMP *or* UCD SNMP, not just if we haveGuy Harris2003-03-011-2/+2
| | | | | | NET-SNMP *and* UCD SNMP. svn path=/trunk/; revision=7229
* Put out the "Checking whether to use UCD SNMP/NET-SNMP library ifGuy Harris2003-02-281-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
* From Pavel Roskin:Guy Harris2003-02-261-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
* AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case aJörg Mayer2003-01-301-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
* Add a small fixme aboutn --enable-usr-localJörg Mayer2003-01-211-1/+4
| | | | svn path=/trunk/; revision=6957
* Bump the version to 0.9.9. Update the NEWS and ChangeLog files.Gerald Combs2003-01-211-2/+2
| | | | | | I'm shooting for a release on Wednesday evening. svn path=/trunk/; revision=6952
* From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris2003-01-141-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
* Use "datafiledir" rather than "DATAFILE_DIR" as the name of the variableGuy Harris2003-01-101-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
* Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureGuy Harris2003-01-091-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
* Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.Gerald Combs2002-12-041-2/+2
| | | | svn path=/trunk/; revision=6741
* Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualGuy Harris2002-11-281-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
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-17/+12
| | | | svn path=/trunk/; revision=6552
* Fix a typo and fix alignment.Guy Harris2002-10-251-2/+2
| | | | svn path=/trunk/; revision=6506
* From Wes Hardaker:Guy Harris2002-10-231-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
* In the message indicating how Ethereal was configured, say "Use UCDGuy Harris2002-10-231-2/+2
| | | | | | | SNMP/NET-SNMP" rather than just "Use UCD SNMP", now that we support both. svn path=/trunk/; revision=6480
* Wes Hardaker: Support NET-SNMP in addition to UCD-SNMPJörg Mayer2002-10-221-7/+42
| | | | svn path=/trunk/; revision=6475
* Support for both old and brand new libtool versionsJörg Mayer2002-10-091-1/+2
| | | | svn path=/trunk/; revision=6389
* Change by Didier Gautheron to make automake 1.7 work.Jörg Mayer2002-10-061-4/+4
| | | | | | Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET. svn path=/trunk/; revision=6370
* Added a dissector plugin for Packet Cable Lawful Intercept.Ed Warnicke2002-10-031-1/+2
| | | | svn path=/trunk/; revision=6366
* Bump the version up to 0.9.7. The countdown begins. Too bad ourGerald Combs2002-09-261-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
* Fix the test for "want_zlib" being "no" when generating the messageGuy Harris2002-09-111-2/+2
| | | | | | indicating whether we'll be building with zlib. svn path=/trunk/; revision=6265
* Check the right variable when generating the indication of whether we'reGuy Harris2002-09-101-2/+2
| | | | | | building with zlib or not. svn path=/trunk/; revision=6262
* When compiling for Gtk2, make sure we link with gthread as well.Ronnie Sahlberg2002-09-041-2/+2
| | | | svn path=/trunk/; revision=6181
* GTK+ v2 port.Olivier Abad2002-08-311-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | All the deprecated widgets have not been replaced yet : GtkList and GtkCList ==> GtkTreeView conversion : - color_dlg.c - column_prefs.c - decode_as_dlg.c : done - dfilter_expr_dialog - filter_prefs.c - main.c - plugins_dlg.c : done GtkCTree ==> GtkTreeView conversion : done GtkText ==> GtkTextView conversion : done Remaining problems : - gtk_font_selection_dialog_set_filter doesn't exist anymore (but hasn't been removed from the documentation). I don't know how to filter the font selection dialog to get only fixed width fonts ; - we have to remove GUI prefs which are not usefule anymore : tree line style and tree expander style. svn path=/trunk/; revision=6153
* Add gtk2/glib2 handling to configure. Use --enable-gtk2 to useJörg Mayer2002-08-281-6/+24
| | | | | | | | | | gtk2 instead of gtk and glib2 instead of glib. Right now, --enable-gtk2 will fail during compile unless acompanied by --disable-ethereal, as ethereal does not yet support gtk2 (but does support glib2 alone). svn path=/trunk/; revision=6107
* Bump the version number to 0.9.6. Update the ChangeLog. Add roughGerald Combs2002-08-171-2/+2
| | | | | | release notes to NEWS. svn path=/trunk/; revision=6006
* Add AC_LIBTOOL_DLOPEN back, because older automake/autoconf versionsJörg Mayer2002-08-151-1/+2
| | | | | | | don't include it automatically. This needs to go before AC_PROG_LIBTOOL to avoid warnings with newer versions. svn path=/trunk/; revision=5997
* Replace usage of AC_PROG_RANLIB which is deprecated for newer versionsJörg Mayer2002-08-141-3/+2
| | | | | | of autoconf by AM_PROG_LIBTOOL svn path=/trunk/; revision=5992
* From Anand V. Narwani:Guy Harris2002-07-121-2/+3
| | | | | | | | | | | | | | | DOCSIS support, including support for "Ethernet" captures where the raw frame is a DOCSIS frame rather than an Ethernet frame (some Cisco cable-modem head-end gear can send out a trace of all traffic on an Ethernet, but what it sends are the raw bytes of DOCSIS frames, not Ethernet frames) Get rid of second AUTHORS entry for Devin Heitmueller, merging its item into the older entry. Clean up the order of some lists of plugin items. svn path=/trunk/; revision=5861
* From Nix:Guy Harris2002-07-061-2/+4
| | | | | | | | | | | Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns about it, and it's not necessary. Expand the plugin directory path used for installation at installation time, rather than configuration time, so the user can reset "prefix" at installation time. svn path=/trunk/; revision=5828
* Bump the version up to 0.9.5.Gerald Combs2002-06-281-2/+2
| | | | svn path=/trunk/; revision=5779
* Make the default SNMP build behavior "ifpresent" instead of "yes", so thingsGerald Combs2002-05-181-6/+2
| | | | | | work as they should by default on systems without SNMP libraries. svn path=/trunk/; revision=5502
* Increment versions to 0.9.4, get NEWS current to April 25 (more NEWS toGerald Combs2002-05-181-2/+2
| | | | | | come). svn path=/trunk/; revision=5500