Revision 52fca4ba Makefile.am

b/Makefile.am
1454 1454
	if ! test -f $(top_srcdir)/doc/design-$$expver.rst; then \
1455 1455
		echo "File $(top_srcdir)/doc/design-$$expver.rst not found"; \
1456 1456
		exit 1; \
1457
	fi; \
1458
	if test $$(wc --max-line-length < $(top_srcdir)/configure.ac) -gt 80; then \
1459
		echo 'Longest line in configure.ac is longer than 80 characters' >&2; \
1457 1460
	fi
1458 1461

  
1459 1462
.PHONY: hs-check

Also available in: Unified diff