From 5779737c808c348f9906681a8987405cae024363 Mon Sep 17 00:00:00 2001 From: sebastien Date: Mon, 6 Jul 2009 21:11:11 +0000 Subject: [PATCH] Build system: minor adjustments git-svn-id: https://www.dynare.org/svn/dynare/trunk@2816 ac1d8469-bf42-47a9-8791-bf33cf982152 --- Makefile.in | 2 +- aclocal.m4 | 4 ++-- configure | 2 +- m4/dynarepp.m4 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 m4/dynarepp.m4 diff --git a/Makefile.in b/Makefile.in index 29875c0fb..601ef6f3a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/aclocal.m4 b/aclocal.m4 index e91f2ce45..3d3a858fe 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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. diff --git a/configure b/configure index 8060da53e..be8fea7db 100755 --- a/configure +++ b/configure @@ -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 diff --git a/m4/dynarepp.m4 b/m4/dynarepp.m4 old mode 100755 new mode 100644 index b67edbc81..ad6661048 --- a/m4/dynarepp.m4 +++ b/m4/dynarepp.m4 @@ -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