aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2005-07-29Pick up some fixes and enhancements fromgerald1-0/+8
http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/: In the LPD dissector, make lpd_client_code a value_string so that we don't segfault. Do the same for lpd_server_code, although it's not strictly necessary. Check to see if htmlview is installed, and use it as our HTML viewer. The Fedora RPM has other patches, but I'm not sure if they should be applied. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15143 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-26Build randpkt by default.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15099 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-22Bump the version and add a few entries to the NEWS file.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14995 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-02Prep for the next release. ETA Wednesday (the 4th).gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14270 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-02Add "plugins/profinet/Makefile" to configure.in.gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14267 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-17Fix the display of help information for various --with arguments (forguy1-35/+40
whatever reason, the changequote() hack doesn't seem to be working, at least on OS X; the square brackets were simply being removed from the messages). Rename the "ifpresent" value for the --with variables to "ifavailable", to match the help messages. At least for the SNMP libraries, have the "checking" message just say "whether to use XXX" and have the result message say "yes, if available" if the user didn't explicitly specify "--with" or "--without", as the default just leaves the library out if it doesn't work, but explicitly specifying "--with" means you get an error if it doesn't work. Make "--with-net-snmp" fail if the headers aren't present (if the user explicitly asks for something, we should fail if we can't give it to them, as they presumably really wanted it). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13789 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-16Capitalize "Net-SNMP" the way the Net-SNMP project capitalizes it.guy1-72/+37
Note that the "=PATH" argument to "--with-net-snmp" is optional. If "--with-net-snmp" is specified, give an error if Net-SNMP is found but "--with-ssl" wasn't specified, as the user has specified that they really want a version of Ethereal with Net-SNMP; if it's not specified, just warn of that and drive on, as we did before. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13786 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-09Prep for 0.10.10: Update the ChangeLog and NEWS files, bump the versiongerald1-1/+1
number. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13685 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-06Add stats_tree and xml plugins to the build processlego1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13629 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-24Search for fop, not fop.shjmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13499 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-20Correct fix for distcheck this time - definitelyjmayer1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13445 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-20Remove stats_tree again: It breaks distcheckjmayer1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13441 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-20Beginnings of autogenerating docbook/Makefile (long way to go) so call it ↵jmayer1-0/+23
Makefile.auto for now git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13439 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-20Create stats_tree Makefile to allow manual buildsjmayer1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13438 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-10From Oleg Terletsky: AgentX support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13372 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-06Back out the previous change - we were setting "datafiledir", notguy1-0/+9
"datafile", and code in epan/filesystem.c expectes DATAFILE_DIR to be set to the "ethereal" subdirectory of the data directory, not to the data directory itself. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13322 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-04Albert Chin:jmayer1-9/+0
>From autoconf.info: In order to support these features, it is essential that `datadir' remains being defined as `${prefix}/share' to depend upon the current value of `prefix'. A corollary is that you should not use these variables except in Makefiles. For instance, instead of trying to evaluate `datadir' in `configure' and hard-coding it in Makefiles using e.g., `AC_DEFINE_UNQUOTED(DATADIR, "$datadir")', you should add `-DDATADIR="$(datadir)"' to your `CPPFLAGS'. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13275 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-15Add mate to the build process (plus a few whitespace changes)jmayer1-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13051 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-15Bump the version to 0.10.9.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13049 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-07Updates for 0.10.8.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12683 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵ulfl1-11/+11
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12358 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-15Dectect MIT-Kerberos as welljmayer1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12302 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-08Bump the version to 0.10.7.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12243 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-26Fix a typo.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12107 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-26In the SNMP tests, we're using AC_TRY_LINK to avoid caching the resultsguy1-3/+0
of the test for sprint_realloc_objid() (so that a failure to find it when we're not linking with extra libraries doesn't cause us to assume we won't find it if we *do* link with extra libraries), so "ac_cv_lib_snmp_sprint_realloc_objid" doesn't get set - set our own variable for that. Use AC_TRY_LINK rather than AC_CHECK_LIB in the Kerberos tests when checking for krb_k5_resolve(), to avoid caching the results. Improve the messages printed in the Kerberos tests to give more detail. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12106 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-26Clean up a bunch of cruft in --with-ssl; make it more resemble otherguy1-6/+35
--with flags. Report, in the messages at the end of the configure script, whether we're building with the SSL library. If we fail to find "sprint_realloc_objid()" when linking with a particular library, and --with-ssl wasn't specified, try linking with -lcrypto as well and, if that succeeds, fail with an indication that UCD SNMP requires -lcrypto but --with-ssl wasn't specified. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12105 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-05Name the variables that have the names of ".lo" files as _LO, not _O;guy1-7/+25
put the name of the ".o" files into _O variables (I'm not sure whether the current .am files automatically support building programs statically linked with libethereal, as a result of using libtool; if so, the _O versions of those variables aren't necessary, and, if not, we probably need to use them). Use the _LO variables in libethereal_la_LIBADD and libethereal_la_DEPENDENCIES. (This means that we use "g_ascii_strtoull.lo" rather than "g_ascii_strtoull.o" to make the libethereal shared library; that's what we need to do, but we weren't doing it.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11906 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aguy1-18/+16
64-bit integer; use "g_ascii_strtoull()", and, in the configure script, check whether it's available in GLib (it's not in GLib 1.2[.x]) and, if not, supply the GLib 2.4.5 version of the routine. For G_MAXUINT32 and G_MAXUINT64, put a "U" at the end of the constant to explicitly flag it as unsigned. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11889 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-22FreeBSD 3.4 doesn't have "strtoull()", but it does have "strtouq()",guy1-0/+18
which does the same thing - check for "strtoull()" and, if it's missing, check for "strtouq()" and, if we have it, define strtoull as strtouq. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11798 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-06Bump the version to 0.10.6. Drop in a new ChangeLog, and add the beginningsgerald1-1/+1
of the release announcement to NEWS. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11611 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-28From Ian Schorr: capinfo - provides capture file information.obiot1-0/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11555 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-25Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,guy1-64/+58
as those are what's used in Ethereal for 64-bit integers, and as there's no guarantee that either of them will be defined on any particular platform. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11513 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-21Forgotten case: Make krb5 fail if it requires -lcrypto but no --with-ssl=... ↵jmayer1-1/+2
is not given git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11458 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-21From Laurent Rabret: OPSI support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11454 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-20Make configure continue after disabling Net-SNMP when the openssl libsjmayer1-6/+9
are reuired for SNMP to link but not enabled on configure. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11443 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18- Require --with-ssl=... to be explicitly set to workjmayer1-0/+5
around licensing problems - Cause krb5 and snmp to fail, if ssl is required but not configured. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11416 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-06Prep for the 0.10.5 release.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11319 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-25doxygen changes:jmayer1-1/+4
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution on unix. Adapted the namke files accordingly. - Don't add doxygen as a dependency for libethereal and libui: As doxygen is an unconditional target, this would cause the applications to be rebuild every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11238 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-23Build and install the HTMLized man pages on UN*X.guy1-1/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11217 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-22To test whether we can build with OS X frameworks, try building withguy1-6/+27
those frameworks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11214 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-22Handle cases where PRI[doxu]64 is defined, but u_int64_t isn't. (Solaris 8gerald1-5/+11
only defines uint64_t, for example). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11212 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.guy1-1/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11208 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-19If the user hasn't explicitly said they want to build with Heimdal,guy1-5/+5
don't *require* them to have "krb5.h" - if they don't have it, don't build with Heimdal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11184 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toguy1-1/+59
use to format 64-bit integers. Fix the RSVP dissector to use that rather than hardcoding "%ll" in. Remove the "only if G_HAVE_GINT64 is defined" bit from the discussion of 64-bit integers - we're too dependent on having them to support compilers that don't have a 64-bit integral data type. Do, however, note that neither "long" nor "long long" are acceptable, and also note that you shouldn't assume "%ll" does the trick for printing them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11182 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-17Turn on kerberos by default if it is presentjmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11165 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-09Add Automake/Autoconf Doxygen targets.gerald1-1/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11128 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-26Make gtk2 the default. Use --disable-gtk2 to use glib1/gtk1 insteadjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11010 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-23Enable building dftest by defaultjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10977 f5534014-38df-0310-8fa8-9805f1628bb7