]> The Tcpdump Group git mirrors - libpcap/commit
In AC_LBL_C_INIT, don't explicitly set V_CCOPT, just set $1, as is done
authorGuy Harris <[email protected]>
Sun, 5 Jul 2009 00:56:27 +0000 (17:56 -0700)
committerGuy Harris <[email protected]>
Sun, 5 Jul 2009 00:56:27 +0000 (17:56 -0700)
commitffe20c46cbd4496ef17636186470d395272b4d30
treefcb258df983f3675c08895f1fab15db345814908
parentbbd8be8360053578da1a829b529204ae42c68ef1
In AC_LBL_C_INIT, don't explicitly set V_CCOPT, just set $1, as is done
elsewhere in the macro.

For the Alpha C compiler, don't set -std1 unless it's necessary for ANSI
mode - we don't want to limit the compiler only to C89 features and,
more importantly, C89 headers (<inttypes.h> doesn't work, on at least
some versions of Digital UNIX and some C compiler versions, with -std1).
aclocal.m4
configure