[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-21-g736b18954

git at osgeo.org git at osgeo.org
Mon Jul 17 12:26:29 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  736b1895401da196854dccd0aa892e4f33a24190 (commit)
      from  24234cc4f2adb98c9805fd18086d36842fa057ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 736b1895401da196854dccd0aa892e4f33a24190
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jul 17 21:25:40 2023 +0200

    Tweak --prefix warning
    
    Utilities are now installed honouring --prefix, and there's no need
    to print warning when building without postgresql

diff --git a/configure.ac b/configure.ac
index 000cd7d21..785009d67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -599,14 +599,13 @@ dnl ===========================================================================
 dnl Explain our prefix policy if necessary.
 dnl ===========================================================================
 
-if test "$prefix" != "NONE"; then
+if test "$prefix" != "NONE" -a "x$PG_CONFIG" != "xno"; then
   AC_MSG_RESULT([------------------------------------------------------------------------])
   AC_MSG_RESULT([  WARNING: You have set the --prefix to '$prefix'. But we mostly    ])
   AC_MSG_RESULT([  ignore the --prefix. For your info, using the values determined from ])
   AC_MSG_RESULT([  $PG_CONFIG we will be installing:   ])
   AC_MSG_RESULT([    * postgis shared library in $PGSQL_LIBDIR ])
   AC_MSG_RESULT([    * postgis SQL files in $PGSQL_SHAREDIR/contrib/postgis-$POSTGIS_MAJOR_VERSION.$POSTGIS_MINOR_VERSION ])
-  AC_MSG_RESULT([    * postgis executables in $PGSQL_BINDIR ])
   AC_MSG_RESULT([------------------------------------------------------------------------])
 fi
 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list