summaryrefslogtreecommitdiff
path: root/m4/ax_path_bdb.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-23 20:31:32 +0100
committerPeter Simons <simons@cryp.to>2009-12-23 20:31:32 +0100
commitb12941f7aa00fb681a7b56260812db4ff0ac56ce (patch)
tree500591102f70be75e5ca15ee016d77a33ffe55c9 /m4/ax_path_bdb.m4
parentdb3d86cee936204ba5d5fd87cbef8280e283eb5a (diff)
downloadautoconf-archive-b12941f7aa00fb681a7b56260812db4ff0ac56ce.tar.gz
Consistently indent quoted paragraphs with two blanks.
Diffstat (limited to 'm4/ax_path_bdb.m4')
-rw-r--r--m4/ax_path_bdb.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ax_path_bdb.m4 b/m4/ax_path_bdb.m4
index 0c67e9f..44b17ea 100644
--- a/m4/ax_path_bdb.m4
+++ b/m4/ax_path_bdb.m4
@@ -25,11 +25,11 @@
#
# An example of it's use is:
#
-# AX_PATH_BDB([3],[
-# LIBS="$BDB_LIBS $LIBS"
-# LDFLAGS="$BDB_LDFLAGS $LDFLAGS"
-# CPPFLAGS="$CPPFLAGS $BDB_CPPFLAGS"
-# ])
+# AX_PATH_BDB([3],[
+# LIBS="$BDB_LIBS $LIBS"
+# LDFLAGS="$BDB_LDFLAGS $LDFLAGS"
+# CPPFLAGS="$CPPFLAGS $BDB_CPPFLAGS"
+# ])
#
# which will locate the latest version of Berkeley DB on the system, and
# ensure that it is version 3.0 or higher.