aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2015-11-12 11:23:39 -0800
committerJason Evans <je@fb.com>2015-11-12 11:23:39 -0800
commit3a92319ddc5610b755f755cbbbd12791ca9d0c3d (patch)
tree7b7f9068ef6b9b3ef57b870df20947d9d521ed9a /configure.ac
parentf9e3459f751b08b3c2108fda7462827cf8a4f2af (diff)
downloadplatform_external_jemalloc_new-3a92319ddc5610b755f755cbbbd12791ca9d0c3d.tar.gz
platform_external_jemalloc_new-3a92319ddc5610b755f755cbbbd12791ca9d0c3d.tar.bz2
platform_external_jemalloc_new-3a92319ddc5610b755f755cbbbd12791ca9d0c3d.zip
Use AC_CONFIG_AUX_DIR([build-aux]).
This resolves #293.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7a1290e0..5a3eba27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([Makefile.in])
+AC_CONFIG_AUX_DIR([build-aux])
+
dnl ============================================================================
dnl Custom macro definitions.