Introduce autoconf and automake
[shigofumi.git] / Makefile.am
blob8de163b59700db9f488bf01af06390e869f0ea62
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = check-news dist-bzip2
3 SUBDIRS = src
5 EXTRA_DIST = config.rpath
7 dist-hook:
8         git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log"
9         git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true