rev 322 - trunk
[email protected] Wed, 29 Sep 2004 06:48:43 -0700 (PDT)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2004-09-29 06:48:42 -0700 (Wed, 29 Sep 2004) New Revision: 322 Modified: trunk/configure.ac Log: Turn on all warnings by default. Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2004-08-18 01:11:38 UTC (rev 321) +++ trunk/configure.ac 2004-09-29 13:48:42 UTC (rev 322) @@ -4,7 +4,7 @@ AC_PREREQ(2.53) AC_CONFIG_SRCDIR([jbig2dec.c]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([-Wall]) AM_CONFIG_HEADER(config.h) dnl AC_REVISION([$Rev$])