Move build files to build-aux directory

This commit is contained in:
Danny Robson 2013-02-27 15:11:51 +11:00
parent a64df2677c
commit e5e46d3d14
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/aclocal.m4
/autom4te.cache/
/build-aux/
/compile
/config.*
/configure

View File

@ -11,6 +11,7 @@ AC_LANG([C++])
LT_INIT
AM_PROG_CC_C_O
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])