diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2014-04-18 10:02:46 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2014-04-18 10:02:47 -0400 |
commit | e815e8a491ff228f196445f945c99d6fb74e913c (patch) | |
tree | 1544eeabf5bf868a5a48ac2200d47796e3d7d3f4 /configure.ac | |
parent | a9556b92842b13ddf7f73a3a3b39893c009706b2 (diff) | |
download | liza-e815e8a491ff228f196445f945c99d6fb74e913c.tar.gz liza-e815e8a491ff228f196445f945c99d6fb74e913c.tar.bz2 liza-e815e8a491ff228f196445f945c99d6fb74e913c.zip |
Autotools now using build-aux/ instead of tools/
We will use tools/ for our own scripts
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |