]> 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:34:59 +0000 (01:34 +0000)
committerguy <guy>
Sun, 24 Apr 2005 01:34:59 +0000 (01:34 +0000)
configure
configure.in

index 0925265035ddec1f401b03d3bef6f072715b9ac6..f04f942132a76c3745557d435231f93fd3cbe66e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.193 .
+# From configure.in Revision: 1.194 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57.
 #
index 778d9ab7b8accaad64d8aab56c1f339c1fad779b..f2629beab9e44ebad0cd01ae70c59b8afb328bed 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.193 2005-04-24 01:25:23 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.194 2005-04-24 01:34:59 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.193 $)
+AC_REVISION($Revision: 1.194 $)
 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