]> err.no Git - dpkg/commit
Gah, I hate gcc. AC_TRY_COMPILE() produces code of the form
authorAdam Heath <doogie@debian.org>
Sun, 19 May 2002 10:57:48 +0000 (10:57 +0000)
committerAdam Heath <doogie@debian.org>
Sun, 19 May 2002 10:57:48 +0000 (10:57 +0000)
commitc9491d1b1ce971185d9c53a61a49f88cc157219c
tree1b59f682a704a3e6be3e783f76dad4d15014307e
parent9e27dc9074904f4f70eeca8825cd4c89110d4f04
Gah, I hate gcc.  AC_TRY_COMPILE() produces code of the form
'int main() { ... }'.  When -Werror -Wstrict-prototypes is given to gcc, it
thinks the above code snippet is an error, and aborts.  This was making
DPKG_C_GCC_TRY_WARNS disable some -W options.  So, I no longer use
AC_TRY_COMPILE.
ChangeLog
automake/dpkg.m4