display sed command before invokation
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Nov 2007 09:44:21 +0000 (09:44 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Nov 2007 09:44:21 +0000 (09:44 +0000)
m4/pkgconfig.am

index 8e96fdf..e277ba5 100644 (file)
@@ -51,6 +51,7 @@ pkgconf_SUBST =               s!@'PACKAGE'@!$(PACKAGE)!g;                                     \
                                $(BAD_INC_PATHS))       incflags=;;                             \
                                *)                      incflags='-I$${includedir} ';;          \
                        esac;                                                                   \
+                       echo sed -e '$(pkgconf_SUBST)'  "$< >$@";                               \
                        sed -e '$(pkgconf_SUBST)' $< >$@
                        test -z "$(CHMOD_REFERENCE)" || $(CHMOD_REFERENCE) '$<' '$@'
                        chmod a-w $@