diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-29 14:03:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-29 14:03:55 +0100 |
commit | b1c863047ac78219d8babe9c15de90e18bd4ab1d (patch) | |
tree | 7998e60508c39c80bbdc1a830dafbfd54002751a /configure.ac | |
parent | 3c5e02214e999f7d3bb635aeea7843932800a389 (diff) |
use build-aux to support Debian packaging
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bd18a430b..f744631d9 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ # AC_PREREQ([2.69]) AC_INIT([taler-exchange], [0.8.1], [taler-bug@gnunet.org]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds |