summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d4fcceb)
raw | patch | inline | side by side (parent: d4fcceb)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Sat, 21 Sep 2013 14:38:03 +0000 (16:38 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Sat, 21 Sep 2013 14:38:03 +0000 (16:38 +0200) |
"make V=1" reverts the output to the usual verbosity level
Thanks to @jbergstroem for suggesting this !
Thanks to @jbergstroem for suggesting this !
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 831cfc986be7b13b69f537f4825410478edcd83b..00cda83e80217d1a473ed9ff613efb85883a83ea 100644 (file)
--- a/configure.ac
+++ b/configure.ac
]
)
-AM_INIT_AUTOMAKE([tar-pax dist-bzip2])
+AM_INIT_AUTOMAKE([tar-pax dist-bzip2 foreign])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_LANG(C)
AC_PREFIX_DEFAULT("/opt/collectd")