summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-05 16:50:49 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-05 16:50:49 +0200
commit3c1db29e6108f085b29335a4f1bece94057e4205 (patch)
tree968772125ec682370c5f7bc2960893462ced79d8 /configure.ac
parent77519db7ae660e4f14380d1b1d9c7b0320357ec3 (diff)
downloadmm-common-3c1db29e6108f085b29335a4f1bece94057e4205.tar.gz
Only show commands actually executed by make
* Makefile.am (tags/libstdc++.tag): Use $(if ...) construct to handle the condition at the make level, instead of using shell conditionals. This way, the make output only displays the command that was actually executed. (.DELETE_ON_ERROR): Enable delete-on-error mode for reliability. * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-portability to suppress warnings about GNU make extensions being used.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42a2a1b..ad4fe77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_INIT([mm-common], [0.1], [gtkmm-list@gnome.org], [mm-common])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([build/compile-binding.am])
-AM_INIT_AUTOMAKE([1.9 no-define nostdinc tar-ustar])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability no-define nostdinc tar-ustar])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])