[gnome-games] Allow AM_V_GEN pattern
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games] Allow AM_V_GEN pattern
- Date: Sun, 16 Aug 2009 20:03:25 +0000 (UTC)
commit 6abdbe6dd131d4c10971a75ca70cdf916edb1f7e
Author: Christian Persch <chpe gnome org>
Date: Sun Aug 16 22:03:04 2009 +0200
Allow AM_V_GEN pattern
configure.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 98075fe..799bb2e 100644
--- a/configure.in
+++ b/configure.in
@@ -866,6 +866,7 @@ AM_CONDITIONAL([INSTALL_GGZ_GTK],[false])
AM_CONDITIONAL([GGZ_CLIENT], [test "$have_ggz" = "yes"])
AM_CONDITIONAL([WITH_INCLUDED_GGZ],[test "$have_ggz" = "yes"])
+m4_pattern_allow([AM_V_GEN])dnl Make autoconf not complain about the rule below
GNOME_GAMES_GGZ_DSC_RULE='%.dsc: %.dsc.in ; $(AM_V_GEN) $(SED) -e "s|[ ]VERSION[@]|$(VERSION)|g" -e "s|[ ]libexecdir[@]|$(libexecdir)|g" -e "s|[ ]bindir[@]|$(bindir)|g" -e "s|[ ]ggzexecmoddir[@]|$(ggzexecmoddir)|g"< $< > $[ ]'
AC_SUBST([GNOME_GAMES_GGZ_DSC_RULE])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]