Use the 'build-aux' directory.

This commit is contained in:
Michał Górny 2010-11-01 16:42:38 +01:00
parent 6a202d66b0
commit 441d47af54
2 changed files with 2 additions and 3 deletions

4
.gitignore vendored
View File

@ -3,10 +3,8 @@ Makefile.in
/aclocal.m4 /aclocal.m4
/autom4te.cache /autom4te.cache
/config.* /build-aux
/configure /configure
/install-sh
/missing
/sunrise-commit /sunrise-commit
/sunrise-commit.1 /sunrise-commit.1

View File

@ -1,5 +1,6 @@
AC_PREREQ([2.59]) AC_PREREQ([2.59])
AC_INIT([sunrise-commit], [0.3]) AC_INIT([sunrise-commit], [0.3])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 no-dependencies]) AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 no-dependencies])
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])