aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/configure.in
AgeCommit message (Expand)AuthorFilesLines
2005-08-20Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flagsJörg Mayer1-1/+1
2004-12-21Small WhitespacechangeJörg Mayer1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-01It really helps when you change the default from gtk1 -> gtk2 in the topJörg Mayer1-2/+2
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot1-1/+9
2004-03-04Get rid of an out-of-date comment.Guy Harris1-12/+3
2004-03-03Require autoconf 2.53 and automake 1.6Jörg Mayer1-2/+2
2004-02-08Move -pedantic back to extra-gcc-flags, as glib generates more warnings than ...Jörg Mayer1-3/+3
2004-02-07Don't build as shared *and* static by defaultJörg Mayer1-1/+3
2004-01-24Fix all fixable warningsJörg Mayer1-3/+3
2004-01-10Add -Wbad-function-cast to extra gcc flags.Olivier Biot1-2/+2
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatGuy Harris1-1/+17
2003-08-21Align the --with-pcap help message with other help messages.Guy Harris1-2/+2
2003-07-23Back out the changes made earlier.Gerald Combs1-2/+2
2003-07-23Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer.Gerald Combs1-2/+2
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case aJörg Mayer1-2/+2
2002-11-28Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualGuy Harris1-3/+13
2002-11-27Add "-Wcast-qual" to the list of "-W" flags, so we catch code that couldGuy Harris1-3/+3
2002-10-09Support for both old and brand new libtool versionsJörg Mayer1-1/+2
2002-10-06Change by Didier Gautheron to make automake 1.7 work.Jörg Mayer1-3/+3
2002-08-28Add gtk2/glib2 handling to configure. Use --enable-gtk2 to useJörg Mayer1-3/+9
2002-08-14Replace usage of AC_PROG_RANLIB which is deprecated for newer versionsJörg Mayer1-2/+2
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris1-8/+26
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-6/+6
2002-02-27From Joerg Mayer:Guy Harris1-4/+12
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris1-2/+2
2002-01-30Remove the "--without-gcc" option - it doesn't work with the Sun,Guy Harris1-6/+1
2002-01-30Add a "--without-gcc" option, similar to what tcpdump and libpcap have.Guy Harris1-1/+6
2002-01-09Provide a --disable-usr-local flag to configure so thatGilbert Ramirez1-26/+36
2001-12-07Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as perGuy Harris1-4/+18
2001-09-28We have our own internal versions of "gzgets()" and "gzgetc()", so weGuy Harris1-2/+2
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-3/+11
2001-07-13From Joerg Mayer:Guy Harris1-2/+2
2001-06-27Replace "--enable-pcap" with "--with-pcap", and if an argument isGuy Harris1-1/+18
2001-04-17As of GLib 1.2.9, you won't automatically get "-I/usr/local/include" andGuy Harris1-2/+29
2000-10-17Do checks for platform-specific compiler flags in the libethereal andGuy Harris1-1/+28
2000-10-17Wiretap no longer works with "GLib 1.0[.x]" (the version that cameGuy Harris1-7/+1
2000-08-25Redo the way we map between libpcap encapsulation type codes and WiretapGuy Harris1-1/+7
2000-08-11Miscellaneous code cleaningLaurent Deniel1-2/+2
2000-02-12Get rid of the check for NetBSD in the Wiretap "configure.in"; weGuy Harris1-6/+5
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-42/+1
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-2/+2
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1-1/+4
1999-12-03It appears that our "Makefile.in" won't work with the scripts generatedGuy Harris1-2/+14
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-2/+8
1999-09-24DO NOT check for "unistd.h"; due to an unfortunate botch in the wayGuy Harris1-2/+43
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-1/+13
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1-1/+6
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-2/+3