Use AC_CONFIG_AUX_DIR([build-aux]).

This resolves #293.
This commit is contained in:
Jason Evans 2015-11-12 11:23:39 -08:00
parent f9e3459f75
commit 3a92319ddc
4 changed files with 2 additions and 0 deletions

View File

View File

@ -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.