More autogen.sh tweaks.

This commit is contained in:
Erik de Castro Lopo 2007-08-26 21:02:42 +10:00
parent 9e15a2352e
commit bbc9a2f898
2 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,7 @@
SUBDIRS = M4 man doc Win32 src Octave examples regtest tests
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = reconfigure.mk libsndfile.spec.in sndfile.pc.in \
Mingw-make-dist.sh
EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Mingw-make-dist.sh
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -126,4 +126,4 @@ echo " autoconf"
autoconf || exit 1
cd $olddir
$srcdir/configure --enable-maintainer-mode "$@" && echo
$srcdir/configure --enable-maintainer-mode --enable-gcc-werror "$@" && echo