Tue Sep 7 00:03:50 PDT 2004
- Previous message: [Slony1-commit] By wieck: But now ...
- Next message: [Slony1-commit] By darcyb: Some compilers are braindead about including utils/elog (read
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Moved check of --with-pgconfigdir to the front of the line.
It should override all others.
Modified Files:
--------------
slony1-engine:
configure (r1.29 -> r1.30)
-------------- next part --------------
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.29
retrieving revision 1.30
diff -Lconfigure -Lconfigure -u -w -r1.29 -r1.30
--- configure
+++ configure
@@ -5107,7 +5107,7 @@
echo "$as_me:$LINENO: checking for pg_config" >&5
echo $ECHO_N "checking for pg_config... $ECHO_C" >&6
-PGCONFIG_POSSIBLE_LOCATIONS="/usr/local/pgsql/bin /usr/local/bin /usr/bin /bin /usr/lib/postgresql/bin /opt/local/pgsql/bin /opt/pgsql/bin/ ${with_pgconfigdir}"
+PGCONFIG_POSSIBLE_LOCATIONS="${with_pgconfigdir} /usr/local/pgsql/bin /usr/local/bin /usr/bin /bin /usr/lib/postgresql/bin /opt/local/pgsql/bin /opt/pgsql/bin/"
for i in $PGCONFIG_POSSIBLE_LOCATIONS; do
if test -x $i/pg_config; then
PG_CONFIG_LOCATION="$i/pg_config"
- Previous message: [Slony1-commit] By wieck: But now ...
- Next message: [Slony1-commit] By darcyb: Some compilers are braindead about including utils/elog (read
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list