]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Split a line to match the way it's split in libpcap's configure.in.
authorguy <guy>
Sun, 24 Apr 2005 01:36:19 +0000 (01:36 +0000)
committerguy <guy>
Sun, 24 Apr 2005 01:36:19 +0000 (01:36 +0000)
configure
configure.in

index 059697c4a6158b5dd6ecbecb879e040b5b0d67f7..d3cf48860b088265241295945c7ad34ec4837b42 100755 (executable)
--- 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.
 #
index aa374549d594e492262cde62c82c5ef03182a4db..5fec2817d065c8d507da990e6f7c016537e79c81 100644 (file)
@@ -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 <netinet/if_ether.h>
                    ])
                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