Makefile.am : Add DISTCHECK_CONFIGURE_FLAGS.

This commit is contained in:
Erik de Castro Lopo 2008-02-10 10:26:05 +11:00
parent 75db177cd9
commit ebb11f24d3
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@
* src/OGG
Sync to SVN upstream.
* Makefile.am
Add 'DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror'.
2008-02-05 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* examples/sndfile-jackplay.c

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
if BUILD_OCTAVE_MOD
octave_dir = Octave
endif