]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
dist: hook syntax-check into `make distcheck'.
authorGary V. Vaughan <gary@gnu.org>
Tue, 15 Nov 2011 12:48:16 +0000 (19:48 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:22:36 +0000 (19:22 +0700)
To make sure we don't accidentally release anything with
failing syntax-checks, have `make distcheck' run the
syntax-checks automatically.
* Makefile.am (distcheck-hook): New rule depending on
syntax-check.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am

index 07473ddeafe1170598daf073f0d877a28db55150..2c6cf811a8d68be688bd02d772be3e52a36cd1ce 100644 (file)
@@ -596,6 +596,8 @@ dist-hook: $(changelog) $(dotversion) $(readme)
          else :; fi; \
        done
 
+distcheck-hook: syntax-check
+
 uninstall-hook:
        @$(NORMAL_UNINSTALL)
        @list='$(pkgltdl_files)'; \