]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use AC_SUBST instead of 'export'.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Jul 2012 15:32:13 +0000 (15:32 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Jul 2012 15:32:13 +0000 (15:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@25730 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 6f5af8006f26d3f09090536cbfe8ca364a4b150d..3cd08cbcd16db08ce69c9bdb0f7b0a066b0f1241 100644 (file)
@@ -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"

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.