]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
build: Use separate directory for auxiliary build tools
authorJürg Billeter <j@bitron.ch>
Fri, 12 Mar 2010 18:56:57 +0000 (19:56 +0100)
committerJürg Billeter <j@bitron.ch>
Fri, 12 Mar 2010 19:00:40 +0000 (20:00 +0100)
Makefile.am
build-aux/gitlog-to-changelog [moved from gitlog-to-changelog with 100% similarity]
configure.ac

index 961545318a7fffee36a693bbe92077b25ca71839..2f10aa9155d666f5c2db39d1389c8f36c874109c 100644 (file)
@@ -66,7 +66,7 @@ gen_start_date = 2009-02-25
 .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;                      \
@@ -75,8 +75,8 @@ gen-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)
 
index d25df43370c8b3ae1177012a9d168e8db65d9949..4001e04a8a8064d0de0174bf3b3469c5eb07349b 100644 (file)
@@ -1,5 +1,6 @@
 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])