diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-04 01:07:56 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-04 01:07:56 +0000 |
commit | 6f575de6e37a691e754f8799da9a532847855a76 (patch) | |
tree | c5dac4469f03d7912e34197d0273bb5529bb83f6 | |
parent | 3eef9c0c06c536c946a67cec24913bd3a7bee7cb (diff) |
Rename tools to build-aux to follow the new GNU standard naming scheme.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0724f03..57f5ae3 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl See LICENSE for licensing terms. AC_REVISION([$Revision$]) AC_PREREQ([2.61]) AC_INIT([wallet], [0.3], [rra@stanford.edu]) -AC_CONFIG_AUX_DIR([tools]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AM_INIT_AUTOMAKE([1.10]) AM_MAINTAINER_MODE |