From: guy Date: Sun, 24 Apr 2005 01:36:19 +0000 (+0000) Subject: Split a line to match the way it's split in libpcap's configure.in. X-Git-Tag: tcpdump-3.9.1~107 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0a54620e578c2842746f40e062e441a81e11c2e5 Split a line to match the way it's split in libpcap's configure.in. --- diff --git a/configure b/configure index 059697c4..d3cf4886 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.188.2.5 . +# From configure.in Revision: 1.188.2.6 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # diff --git a/configure.in b/configure.in index aa374549..5fec2817 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.188.2.5 2005-04-24 01:26:27 guy Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.188.2.6 2005-04-24 01:36:19 guy Exp $ (LBL) dnl dnl Copyright (c) 1994, 1995, 1996, 1997 dnl The Regents of the University of California. All rights reserved. @@ -6,7 +6,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_REVISION($Revision: 1.188.2.5 $) +AC_REVISION($Revision: 1.188.2.6 $) AC_PREREQ(2.50) AC_INIT(tcpdump.c) @@ -681,10 +681,12 @@ struct rtentry; #include ]) AC_DEFINE(HAVE_DECL_ETHER_NTOHOST, 0, - [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you don't.]) + [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you +don't.]) else AC_DEFINE(HAVE_DECL_ETHER_NTOHOST, 1, - [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you don't.]) + [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you +don't.]) fi fi