From: Christian Persch Date: Tue, 20 Oct 2009 17:27:12 +0000 (+0200) Subject: build: Silence the DBUS service file rule X-Git-Tag: EVINCE_2_29_1~39 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=5f1666c63fdd1e93034083e7919453e47e0c5702;p=evince.git build: Silence the DBUS service file rule Add $(AM_V_GEN), and use $(SED). --- diff --git a/configure.ac b/configure.ac index 096366d6..3e477e59 100644 --- a/configure.ac +++ b/configure.ac @@ -62,6 +62,7 @@ AM_PROG_CC_C_O AC_PROG_CXX AC_STDC_HEADERS +AC_PROG_SED AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums]) diff --git a/data/Makefile.am b/data/Makefile.am index 27ba73d4..5b129ce0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -45,7 +45,7 @@ service_in_files = org.gnome.evince.Daemon.service.in service_DATA = $(service_in_files:.service.in=.service) $(service_DATA): $(service_in_files) Makefile - @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ endif #