Build system: minor adjustments

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2816 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-07-06 21:11:11 +00:00
parent 4f271781fe
commit 5779737c80
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ srctarball $(TARBASENAME).tar.gz: distclean
tar cvzf ../$(TARBASENAME).tar.gz --transform 's,^\./,$(TARBASENAME)/,' --exclude='*~' --exclude-vcs .
.PHONY: srctarball
configure: configure.ac m4/matlab.m4 m4/matlabarch.m4 m4/matlabver.m4 m4/mex.m4 m4/mexext.m4 m4/mexopt.m4
configure: configure.ac m4/matlab.m4 m4/matlabarch.m4 m4/matlabver.m4 m4/mex.m4 m4/mexext.m4 m4/mexopt.m4 m4/dynarepp.m4
aclocal -I m4
autoconf

4
aclocal.m4 vendored
View File

@ -1,7 +1,7 @@
# generated automatically by aclocal 1.11 -*- Autoconf -*-
# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

2
configure vendored
View File

@ -1351,7 +1351,7 @@ Optional Packages:
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-matlab=ARG check for Matlab [yes]
--with-mex-options=ARG use MEX options file ARG [standard]
--with-dynarepp=ARG path to Dynare++ [yes]
--with-dynarepp=ARG path to Dynare++
Some influential environment variables:
CXX C++ compiler command

2
m4/dynarepp.m4 Executable file → Normal file
View File

@ -26,7 +26,7 @@ AC_DEFUN([AX_DYNAREPP],
[dnl
AC_PREREQ([2.63])
ax_enable_dynarepp=
AC_ARG_WITH([dynarepp], AC_HELP_STRING([--with-dynarepp=ARG], [path to Dynare++ [[yes]]]),
AC_ARG_WITH([dynarepp], AC_HELP_STRING([--with-dynarepp=ARG], [path to Dynare++]),
[case $withval in
no)
# Explicitly enable or disable Dynare++ but determine