Skip to content
Snippets Groups Projects
Commit 7a4312c4 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

create build-aux dir

parent 2a2f2799
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
\#*\#
# Build system rules
build-aux/*
.deps
Makefile
Makefile.in
......@@ -19,14 +20,6 @@ config.log
config.status
aclocal.m4
autom4te.cache
config.guess
config.sub
depcomp
install-sh
/missing
/compile
ylwrap
ar-lib
# Preprocessor
/src/dynare_m
......
......@@ -19,6 +19,7 @@ dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_INIT([dynare-preprocessor], [4.6-unstable])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/DynareMain.cc])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment