Use separate directories for macros and auxiliary build tools
parent
f2cbdd36a9
commit
8401dbd84a
|
@ -1,6 +1,6 @@
|
|||
## Makefile.am
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ac-aux
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src exposed
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ AC_INIT([SolveSpace], [2.1], [jwesthues@cq.cx], [solvespace])
|
|||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_SRCDIR([src/solvespace.cpp])
|
||||
AC_CONFIG_AUX_DIR([ac-aux])
|
||||
AC_CONFIG_MACRO_DIR([ac-aux])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9.6 -Wall -Werror foreign tar-ustar])
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
Loading…
Reference in New Issue