[gnome-games] Fix build on am < 1.11 using shave
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games] Fix build on am < 1.11 using shave
- Date: Sun, 16 Aug 2009 20:50:04 +0000 (UTC)
commit 33ee1f5d2b116b0280a2d0fbb53786a4cc28946e
Author: Christian Persch <chpe gnome org>
Date: Sun Aug 16 22:49:38 2009 +0200
Fix build on am < 1.11 using shave
configure.in | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/configure.in b/configure.in
index 799bb2e..eeca3ba 100644
--- a/configure.in
+++ b/configure.in
@@ -12,12 +12,7 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 foreign])
-m4_ifdef([AM_SILENT_RULES],
- [AM_SILENT_RULES([no])],
- [SHAVE_INIT([],[enable])
- AC_CONFIG_FILES([shave shave-libtool])
- AC_SUBST([AM_V_GEN],['$(QUIET_GEN)'])
- ])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
if test -z "$enable_maintainer_mode"; then
enable_maintainer_mode=yes
@@ -1159,7 +1154,13 @@ AC_SUBST([AM_LDFLAGS])
##############################################
##############################################
-SHAVE_INIT([],[enable])
+m4_ifdef([AM_SILENT_RULES],[],
+ [SHAVE_INIT([],[enable])
+ AC_CONFIG_FILES([shave shave-libtool])
+ AC_SUBST([AM_V_GEN],['$(QUIET_GEN)'])
+ ])
+
+##############################################
AC_CONFIG_FILES([
Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]