]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Note that clang, for example, is considered "gcc" by autoconf.
authorGuy Harris <[email protected]>
Thu, 17 Oct 2013 23:57:49 +0000 (16:57 -0700)
committerGuy Harris <[email protected]>
Thu, 17 Oct 2013 23:57:49 +0000 (16:57 -0700)
aclocal.m4

index 056dbbb4065ab948c361451ec5624a4112413606..073eec52d2660545d7e86f9466fe221f32bc74f5 100644 (file)
@@ -78,6 +78,9 @@ dnl     use -O (AC_PROG_CC will use -g -O2 on gcc, so we don't need to
 dnl     do that ourselves for gcc)
 dnl     explicitly specify /usr/local/include
 dnl
+dnl NOTE WELL: with newer versions of autoconf, "gcc" means any compiler
+dnl that defines __GNUC__, which means clang, for example, counts as "gcc".
+dnl
 dnl usage:
 dnl
 dnl    AC_LBL_C_INIT(copt, incls)