Displaying 1 result from an estimated 1 matches for "249772c".
Did you mean:
  24772
  
2016 Aug 04
0
[PATCH] build: Add silent rules for podwrapper.
...script itself, as there is no reason to
print 'wrote <output>' for each output file.
---
 m4/guestfs_perl.m4 | 2 +-
 podwrapper.pl.in   | 6 +++---
 subdir-rules.mk    | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/m4/guestfs_perl.m4 b/m4/guestfs_perl.m4
index 249772c..be688b4 100644
--- a/m4/guestfs_perl.m4
+++ b/m4/guestfs_perl.m4
@@ -35,7 +35,7 @@ else
 fi
 
 dnl Define the path to the podwrapper program.
-PODWRAPPER="$PERL $(pwd)/podwrapper.pl"
+PODWRAPPER="\$(guestfs_am_v_podwrapper)$PERL $(pwd)/podwrapper.pl"
 AC_SUBST([PODWRAPPER])...