[postgis-tickets] r17150 - Configure: Improve format when printing extension information

Raul raul at rmr.ninja
Tue Jan 15 03:17:54 PST 2019


Author: algunenano
Date: 2019-01-15 03:17:54 -0800 (Tue, 15 Jan 2019)
New Revision: 17150

Modified:
   trunk/configure.ac
Log:
Configure: Improve format when printing extension information 



Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2019-01-15 10:23:51 UTC (rev 17149)
+++ trunk/configure.ac	2019-01-15 11:17:54 UTC (rev 17150)
@@ -1523,20 +1523,20 @@
 AC_MSG_RESULT()
 AC_MSG_RESULT([ --------------- Extensions --------------- ])
 if test "x$RASTER" = "xraster"; then
-    AC_MSG_RESULT([  PostGIS Raster:       enabled])
+    AC_MSG_RESULT([  PostGIS Raster:                     enabled])
 else
-    AC_MSG_RESULT([  PostGIS Raster:       disabled])
+    AC_MSG_RESULT([  PostGIS Raster:                     disabled])
 
 fi
 if test "x$TOPOLOGY" = "xtopology"; then
-    AC_MSG_RESULT([  PostGIS Topology:     enabled])
+    AC_MSG_RESULT([  PostGIS Topology:                   enabled])
 else
-    AC_MSG_RESULT([  PostGIS Topology:     disabled])
+    AC_MSG_RESULT([  PostGIS Topology:                   disabled])
 fi
 if test "x$SFCGAL" = "xsfcgal"; then
-    AC_MSG_RESULT([  SFCGAL support:       enabled])
+    AC_MSG_RESULT([  SFCGAL support:                     enabled])
 else
-    AC_MSG_RESULT([  SFCGAL support:       disabled])
+    AC_MSG_RESULT([  SFCGAL support:                     disabled])
 fi
 
 if test "x$ADDRESS_STANDARDIZER" = "xaddress_standardizer"; then
@@ -1544,6 +1544,7 @@
 else
     AC_MSG_RESULT([  Address Standardizer support:       disabled])
 fi
+
 AC_MSG_RESULT()
 AC_MSG_RESULT([ -------- Documentation Generation -------- ])
 AC_MSG_RESULT([  xsltproc:             ${XSLTPROC}])



More information about the postgis-tickets mailing list