maint: Use 'build-aux' directory for auxiliary build tools.
* configure.ac (AC_CONFIG_AUX_DIR): Set it to 'build-aux'. * .gitignore: Adapt to it.
This commit is contained in:
parent
8f430594f4
commit
c43a9173e6
2 changed files with 8 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -3,7 +3,14 @@
|
||||||
INSTALL
|
INSTALL
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
/build-aux/compile
|
||||||
|
/build-aux/depcomp
|
||||||
|
/build-aux/install-sh
|
||||||
|
/build-aux/mdate-sh
|
||||||
|
/build-aux/missing
|
||||||
|
/build-aux/texinfo.tex
|
||||||
compile
|
compile
|
||||||
|
config.cache
|
||||||
config.log
|
config.log
|
||||||
config.scm
|
config.scm
|
||||||
config.status
|
config.status
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT([mcron], [1.0.8], [dale_mellor@users.sourceforge.net])
|
AC_INIT([mcron], [1.0.8], [dale_mellor@users.sourceforge.net])
|
||||||
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue