summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-13 20:08:02 +0100
committerPeter Simons <simons@cryp.to>2018-03-13 20:10:04 +0100
commit06a4043bea3ff31f81529fa78e5921aeadc986b5 (patch)
tree8ca8fe12bad161b865eef7df23644cf60751d040
parent1f7ff5813bd0c2681934aa6ec952d1208f659369 (diff)
downloadautoconf-archive-06a4043bea3ff31f81529fa78e5921aeadc986b5.tar.gz
AX_LIB_POSTGRESQL: re-format to canonic layout and fix serial number
-rw-r--r--m4/ax_lib_postgresql.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/m4/ax_lib_postgresql.m4 b/m4/ax_lib_postgresql.m4
index 2ce7dab..e05dd17 100644
--- a/m4/ax_lib_postgresql.m4
+++ b/m4/ax_lib_postgresql.m4
@@ -36,9 +36,8 @@
#
# HAVE_POSTGRESQL
#
-# It execute if found ACTION-IF-FOUND (empty by default)
-# and ACTION-IF-NOT-FOUND (AC_MSG_FAILURE by default) if
-# not found.
+# It execute if found ACTION-IF-FOUND (empty by default) and
+# ACTION-IF-NOT-FOUND (AC_MSG_FAILURE by default) if not found.
#
# LICENSE
#
@@ -51,7 +50,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 16
+#serial 21
AC_DEFUN([_AX_LIB_POSTGRESQL_OLD],[
found_postgresql="no"