.PHONY: gen-ChangeLog
gen-ChangeLog:
if test -d .git; then \
- $(top_srcdir)/gitlog-to-changelog \
+ $(top_srcdir)/build-aux/gitlog-to-changelog \
--since=$(gen_start_date) > $(distdir)/cl-t; \
rm -f $(distdir)/ChangeLog; \
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
EXTRA_DIST = \
ChangeLog.pre-0-4 \
ChangeLog.pre-0-5-7 \
- gitlog-to-changelog \
MAINTAINERS \
vala-1.0.pc.in \
+ build-aux/gitlog-to-changelog \
$(NULL)
AC_INIT([vala], [0.7.11], [j@bitron.ch], [vala])
AC_CONFIG_SRCDIR([Makefile.am])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([dist-bzip2])