Use the 'build-aux' directory.
This commit is contained in:
parent
6a202d66b0
commit
441d47af54
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||||
|
@ -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])
|
||||||
|
Loading…
Reference in New Issue
Block a user