Back to the Main Page. | peti_pedantic_gcc |
Download the M4 Source. |
PETI_PEDANTIC_GCC
1.3 (2003/04/16) 0.5.65 : Miscellaneous
Peter Simons <simons@computer.org>
AC_DEFUN([PETI_PEDANTIC_GCC], [ if test "$GCC" = yes; then CFLAGS="$CFLAGS -Wall -pedantic" CXXFLAGS="$CXXFLAGS -Wall -pedantic" fi ])