chiark / gitweb /
Debianization stuff.
[tripe] / configure.in
index 38fb539c8ed8e3f7e439085941e63bbbd90ab897..03ad025c7cf8ff08d3815986d1e4548c1ec65b97 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-autoconf-*-
 dnl
-dnl $Id: configure.in,v 1.14 2003/11/29 23:49:32 mdw Exp $
+dnl $Id: configure.in,v 1.16 2004/04/19 07:44:16 mdw Exp $
 dnl
 dnl Configuration script for TrIPE
 dnl
@@ -25,49 +25,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with TrIPE; if not, write to the Free Software Foundation,
 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-dnl ----- Revision history --------------------------------------------------
-dnl
-dnl $Log: configure.in,v $
-dnl Revision 1.14  2003/11/29 23:49:32  mdw
-dnl Debianization.
-dnl
-dnl Revision 1.13  2003/10/15 09:30:18  mdw
-dnl Add support for Ethereal protocol analysis.
-dnl
-dnl Revision 1.12  2003/07/13 11:54:40  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.11  2003/05/17 11:04:38  mdw
-dnl Ship new configuration and startup kit.
-dnl
-dnl Revision 1.9  2003/04/06 10:33:31  mdw
-dnl And again.  (Sigh.)
-dnl
-dnl Revision 1.8  2003/04/06 10:31:13  mdw
-dnl Fix stupid bug.
-dnl
-dnl Revision 1.7  2003/04/06 10:25:17  mdw
-dnl Support Linux TUN/TAP device.  Fix some bugs.
-dnl
-dnl Revision 1.6  2001/06/19 22:13:57  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.5  2001/03/03 12:30:39  mdw
-dnl Make this a pre-release.
-dnl
-dnl Revision 1.4  2001/02/22 09:07:28  mdw
-dnl Build documents now.
-dnl
-dnl Revision 1.3  2001/02/16 21:24:12  mdw
-dnl Don't link the client against Catacomb.
-dnl
-dnl Revision 1.2  2001/02/04 01:17:54  mdw
-dnl Create a configuration header file to tidy up command lines.
-dnl
-dnl Revision 1.1  2001/02/03 20:26:37  mdw
-dnl Initial checkin.
-dnl
-
 AC_INIT(tripe.c)
 AM_INIT_AUTOMAKE(tripe, 1.0.0pre6)
 AM_CONFIG_HEADER(config.h)
@@ -152,7 +109,7 @@ esac
 AC_SUBST(tun)
 
 mdw_MLIB(2.0.0)
-mdw_CATACOMB(2.0.1, [CFLAGS="$CFLAGS $CATACOMB_CFLAGS"])
+mdw_CATACOMB(2.1.0, [CFLAGS="$CFLAGS $CATACOMB_CFLAGS"])
 
 if test "$ethereal" = true -a "$ETHEREAL_PLUGIN_DIR" = unknown; then
   AC_CACHE_CHECK([where to put Ethereal plugins],