From e815e8a491ff228f196445f945c99d6fb74e913c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 18 Apr 2014 10:02:46 -0400 Subject: [PATCH] Autotools now using build-aux/ instead of tools/ We will use tools/ for our own scripts --- .gitignore | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e348228..a61d188 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # generated by autotools -tools/ +build-aux/ aclocal.m4 autom4te.cache configure diff --git a/configure.ac b/configure.ac index 9024783..4b8a448 100644 --- a/configure.ac +++ b/configure.ac @@ -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