diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-23 14:31:31 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-23 14:31:31 +0200 |
commit | 4d04cfdf2ac078cc4a95ff9a145f0045e074470b (patch) | |
tree | 378cd00760caf6e18a7b3f3d0833b913677c3d2f | |
parent | 884819d4028faa77d38a99d3f63376b2f4fdfcd4 (diff) |
Use an automake aux directory for storing litter
-rw-r--r-- | build/aux/.empty | 1 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/build/aux/.empty b/build/aux/.empty new file mode 100644 index 0000000..be533a1 --- /dev/null +++ b/build/aux/.empty @@ -0,0 +1 @@ +Stub file to track in git diff --git a/configure.ac b/configure.ac index 1d5c217..4efdb57 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,8 @@ P11KIT_AGE=0 AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([build/m4]) -AM_INIT_AUTOMAKE([1.10]) +AC_CONFIG_AUX_DIR([build/aux]) +AM_INIT_AUTOMAKE([1.10 foreign]) AM_SANITY_CHECK AM_MAINTAINER_MODE([enable]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],) |