[patch] silent build

Nirgal <[email protected]> Thu, 25 Aug 2011 19:19:59 +0000
Newsgroups gmane.comp.db.mdb-tools.devel
Message-ID <[email protected]>
Attached is a patch that will limit the amount of output when building, by default.

Try it with after:
CFLAGS=-Wall ./configure --with-unixodbc=/usr

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev

_______________________________________________
mdbtools-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mdbtools-dev
silentbuild.diff (text/x-patch, 434 B)
Index: mdbtools-0.6pre1/configure.in
===================================================================
--- mdbtools-0.6pre1.orig/configure.in
+++ mdbtools-0.6pre1/configure.in
@@ -2,6 +2,9 @@
 AC_INIT(mdbtools, 0.6pre1, [[email protected]])
 AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)
 AM_INIT_AUTOMAKE
+
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AC_CONFIG_HEADERS(include/config.h)
 
 AC_PROG_CC(gcc)