- Unix build: add configure option for minimal make output

This commit is contained in:
David Anderson 2012-11-21 14:29:40 -08:00 committed by Oliver Bock
parent d8b7e4347f
commit 0760461e93
2 changed files with 6 additions and 0 deletions

View File

@ -6982,3 +6982,8 @@ David 21 Nov 2012
Makefile
job.xml
wrapper.cpp
David 21 Nov 2012
- Unix build: add configure option for minimal make output
configure.ac

View File

@ -16,6 +16,7 @@ AC_CANONICAL_TARGET
dnl generate .tar.gz, .tar.bz2, .zip
dnl AM_INIT_AUTOMAKE(dist-bzip2 dist-zip)
AM_INIT_AUTOMAKE(dist-zip)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(lib/shmem.cpp)