create build-aux dir

issue#70
Houtan Bastani 2018-03-07 13:15:17 +01:00
parent 2a2f2799dd
commit 7a4312c48b
2 changed files with 2 additions and 8 deletions

9
.gitignore vendored
View File

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

View File

@ -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])