From: mdw Date: Sun, 8 Oct 2000 12:01:28 +0000 (+0000) Subject: Reinstate the `-pedantic' option. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/c855281ee56916e9f3eaa51045ee374cbb619aa7 Reinstate the `-pedantic' option. --- diff --git a/configure.in b/configure.in index 9c9c82a..19be741 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.20 2000/08/15 21:45:25 mdw Exp $ +dnl $Id: configure.in,v 1.21 2000/10/08 12:01:28 mdw Exp $ dnl dnl Autoconfiguration for Catacomb dnl @@ -29,6 +29,9 @@ dnl MA 02111-1307, USA. dnl ----- Revision history -------------------------------------------------- dnl dnl $Log: configure.in,v $ +dnl Revision 1.21 2000/10/08 12:01:28 mdw +dnl Reinstate the `-pedantic' option. +dnl dnl Revision 1.20 2000/08/15 21:45:25 mdw dnl New library configuration stuff from `common'. dnl @@ -79,7 +82,7 @@ dnl --- Make sure I can compile and build libraries --- AC_PROG_CC AM_PROG_LIBTOOL -mdw_GCC_FLAGS(-Wall) +mdw_GCC_FLAGS AC_PROG_YACC