Add --disable-maintainer-mode to configure, for not running autotools foo

This commit is contained in:
Jan Wagner 2014-10-07 21:48:28 +02:00
parent 9a7840a3af
commit 88b130b349

1
debian/rules vendored
View file

@ -84,6 +84,7 @@ config.status: configure
PGINCLUDE="-I`pg_config --includedir`" PGLIBS="-lpq -lcrypt" \
CFLAGS="$(CFLAGS)" \
./configure \
--disable-maintainer-mode \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \