From: Wolfgang Bangerth Date: Wed, 25 Jul 2012 15:32:13 +0000 (+0000) Subject: Use AC_SUBST instead of 'export'. X-Git-Tag: v8.0.0~2408 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa707d93889d2e9085ff6c2a7f6b677aa775cba;p=dealii.git Use AC_SUBST instead of 'export'. git-svn-id: https://svn.dealii.org/trunk@25730 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 6f5af8006f..3cd08cbcd1 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -759,7 +759,7 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl dnl (valid, but annoying and sometimes hard to work around) dnl #858: `type qualifier on return type is meaningless' dnl (on conversion operators to types that are already const) - dnl #1565: attributes are ignored on a class declaration that is not + dnl #1565: attributes are ignored on a class declaration that is not dnl also a definition (this happens in BOOST in a number of dnl places) CXXFLAGSG="$CXXFLAGSG -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -wd734 -wd858 -wd1565" @@ -7725,10 +7725,10 @@ AC_DEFUN(DEAL_II_CONFIGURE_P4EST, dnl [Defined if we are to use the p4est library to distribute meshes on a cluster computer.]) USE_CONTRIB_P4EST=yes - export USE_CONTRIB_P4EST + AC_SUBST(USE_CONTRIB_P4EST) DEAL_II_P4EST_DIR=${use_p4est} - export DEAL_II_P4EST_DIR + AC_SUBST(DEAL_II_P4EST_DIR) CXXFLAGSG="$CXXFLAGSG -I$use_p4est/DEBUG/include" CXXFLAGSO="$CXXFLAGSO -I$use_p4est/FAST/include"