summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-08-19 13:02:21 +0200
committerPeter Simons <simons@cryp.to>2010-08-19 13:03:56 +0200
commitcc5cd7da893be7bf091ed2295eb72d374eff89d8 (patch)
tree6e05d5669b62a1638d82caaefaed07448813b166 /m4
parent5dc86bd343be75256a7a283f63c6d6083ac35477 (diff)
downloadautoconf-archive-cc5cd7da893be7bf091ed2295eb72d374eff89d8.tar.gz
AX_MPI: cosmetic changes to the formatting of the documentaion
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_mpi.m420
1 files changed, 10 insertions, 10 deletions
diff --git a/m4/ax_mpi.m4 b/m4/ax_mpi.m4
index d2dff18..8d0b490 100644
--- a/m4/ax_mpi.m4
+++ b/m4/ax_mpi.m4
@@ -19,16 +19,16 @@
# are needed for linking MPI (e.g. -lmpi or -lfmpi, if a special
# MPICC/MPICXX/MPIF77/MPIFC was not found).
#
-# If you want to compile everything with MPI, you should use something like
-# this for C:
-#
-# if test -z "$CC" && test -n "$MPICC"; then
-# CC="$MPICC"
-# fi
-# AC_PROG_CC
-# AX_MPI
+# If you want to compile everything with MPI, you should use something
+# like this for C:
+#
+# if test -z "$CC" && test -n "$MPICC"; then
# CC="$MPICC"
-# LIBS="$MPILIBS $LIBS"
+# fi
+# AC_PROG_CC
+# AX_MPI
+# CC="$MPICC"
+# LIBS="$MPILIBS $LIBS"
#
# and similar for C++ (change all instances of CC to CXX), Fortran 77
# (with F77 instead of CC) or Fortran (with FC instead of CC).
@@ -76,7 +76,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 6
+#serial 7
AU_ALIAS([ACX_MPI], [AX_MPI])
AC_DEFUN([AX_MPI], [