From: Denis Ovsienko Date: Sun, 28 Jan 2024 16:53:42 +0000 (+0000) Subject: Autoconf: Lose V_GROUP. X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/bbcca20a2790a9cfc6a5e6b36c40abfdeb3ee977 Autoconf: Lose V_GROUP. This variable has been unused since commit 70c3ca9 in January 2000. --- diff --git a/configure.ac b/configure.ac index 93b0aac7..4c821d95 100644 --- a/configure.ac +++ b/configure.ac @@ -699,10 +699,6 @@ fi AC_CHECK_FUNCS(pcap_set_optimizer_debug) AC_REPLACE_FUNCS(bpf_dump) dnl moved to libpcap in 0.6 -V_GROUP=0 -if test -f /etc/group -a ! -z "`grep '^wheel:' /etc/group`" ; then - V_GROUP=wheel -fi # # Assume V7/BSD convention for man pages (file formats in section 5, # miscellaneous info in section 7). @@ -725,8 +721,6 @@ hpux*) ;; solaris*) - V_GROUP=sys - # # Use System V conventions for man pages. # @@ -735,10 +729,6 @@ solaris*) ;; esac -if test -f /dev/bpf0 ; then - V_GROUP=bpf -fi - # # Make sure we have a definition for C99's uintptr_t (regardless of # whether the environment is a C99 environment or not). @@ -914,7 +904,6 @@ fi AC_SUBST(V_CCOPT) AC_SUBST(V_DEFS) -AC_SUBST(V_GROUP) AC_SUBST(V_INCLS) AC_SUBST(V_PCAPDEP) AC_SUBST(LOCALSRC)