]> The Tcpdump Group git mirrors - libpcap/commitdiff
Capitalize "Bluetooth" and "CAN" in help messages and comments.
authorGuy Harris <[email protected]>
Tue, 29 Dec 2009 19:56:57 +0000 (11:56 -0800)
committerGuy Harris <[email protected]>
Tue, 29 Dec 2009 19:56:57 +0000 (11:56 -0800)
configure
configure.in

index c05a72d16a3f13e2665ca6473493612f7daa5d34..3a301456142e9929e83125e24d34600ce2a410f9 100755 (executable)
--- a/configure
+++ b/configure
@@ -1293,9 +1293,9 @@ Optional Features:
                           getaddrinfo available]
   --enable-optimizer-dbg  build optimizer debugging code
   --enable-yydebug        build parser debugging code
-  --enable-bluetooth      enable bluetooth support [default=yes, if support
+  --enable-bluetooth      enable Bluetooth support [default=yes, if support
                           available]
-  --enable-can            enable can support [default=yes, if support
+  --enable-can            enable CAN support [default=yes, if support
                           available]
 
 Optional Packages:
index e5cbdc03009bf752d1f8e84214a2b79e86e47412..dabaf8a0951708e7c05718cff837089e94a8f9d7 100644 (file)
@@ -1259,11 +1259,11 @@ AC_SUBST(PCAP_SUPPORT_USB)
 AC_SUBST(USB_SRC)
 
 AC_ARG_ENABLE([bluetooth],
-[AC_HELP_STRING([--enable-bluetooth],[enable bluetooth support @<:@default=yes, if support available@:>@])],
+[AC_HELP_STRING([--enable-bluetooth],[enable Bluetooth support @<:@default=yes, if support available@:>@])],
 ,enable_bluetooth=yes)
 
 if test "x$enable_bluetooth" != "xno" ; then
-       dnl check for bluetooth sniffing support
+       dnl check for Bluetooth sniffing support
        case "$host_os" in
        linux*)
               AC_CHECK_HEADER(bluetooth/bluetooth.h,
@@ -1284,7 +1284,7 @@ if test "x$enable_bluetooth" != "xno" ; then
 fi
 
 AC_ARG_ENABLE([can],
-[AC_HELP_STRING([--enable-can],[enable can support @<:@default=yes, if support available@:>@])],
+[AC_HELP_STRING([--enable-can],[enable CAN support @<:@default=yes, if support available@:>@])],
 ,enable_can=yes)
 
 if test "x$enable_can" != "xno" ; then