[ease] [build] Fix maintainer mode.
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] [build] Fix maintainer mode.
- Date: Sun, 8 Aug 2010 11:02:57 +0000 (UTC)
commit 6c0010591ef0120eea77c26b72b24c302c383917
Author: Nate Stedman <natesm gmail com>
Date: Sun Aug 8 07:01:56 2010 -0400
[build] Fix maintainer mode.
configure.ac | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e217e73..72398b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,13 +16,18 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 subdir-objects -Wno-portability])
+AM_MAINTAINER_MODE()
# Enable silent rules is available
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC
AC_PROG_CC_STDC
-AM_PROG_VALAC([0.9.1])
+
+if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
+ AM_PROG_VALAC([0.9.1])
+fi
+
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_INTLTOOL([0.35])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]