1
0
Fork 0

Autotools now using build-aux/ instead of tools/

We will use tools/ for our own scripts
master
Mike Gerwitz 2014-04-18 10:02:46 -04:00
parent a9556b9284
commit e815e8a491
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
# generated by autotools
tools/
build-aux/
aclocal.m4
autom4te.cache
configure

View File

@ -19,7 +19,7 @@
##
AC_INIT([liza], [0.0.1-dev], [dev@lovullo.com])
AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])
# provide more granular version numbers based on the above AC_INIT line