changeset 390:4ba06dcadecd

build: move auxiliary build scripts to build-aux directory * configure.ac (AC_CONFIG_AUX_DIR): Define to build-aux.
author Mike Miller <mtmiller@octave.org>
date Mon, 03 Apr 2017 12:16:49 -0700
parents d4061763a56b
children 70071a5512de
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Apr 03 12:11:25 2017 -0700
+++ b/configure.ac	Mon Apr 03 12:16:49 2017 -0700
@@ -29,8 +29,8 @@
 AC_PROG_CPP
 AC_PROG_CC
 
-# Load our custom m4 scripts (from the m4 directory)
-AC_CONFIG_MACRO_DIR(m4)
+AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([oct-py-eval.cc])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_FILES([Makefile])