--- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 138ceab..572dfe8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,7 +147,7 @@ updates: build_isys="$$(git diff --stat $(ARCHIVE_TAG) isys | grep " | " | cut -d ' ' -f 2 | egrep "(Makefile|\.h|\.c)$$")" ; \ git diff --stat $(ARCHIVE_TAG) | grep " | " | \ grep -v "\.spec" | grep -v "Makefile" | grep -v "\.c\ " | \ - grep -v "\.h" | grep -v "\.sh" | \ + grep -v "\.h" | grep -v "\.sh" | grep -v "configure\.ac" | \ while read sourcefile stuff ; do \ dn="$$(echo $$sourcefile | cut -d '/' -f 1)" ; \ case $$dn in \ -- 1.6.3.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list