Mercurial > hg > xemacs-beta
annotate modules/postgresql/configure @ 5914:bd4d2c8ef9cc
Use the existing C-level line number cache within #'line-number.
src/ChangeLog addition:
2015-05-15 Aidan Kehoe <kehoea@parhasard.net>
* buffer.c:
* buffer.c (Fline_number): New C implementation, using the line
number cache of line-number.c, with a new optional BUFFER
argument.
* buffer.c (syms_of_buffer):
Make it available to Lisp.
* line-number.c (buffer_line_number):
New argument, RESPECT-NARROWING, describing whether to count from
the beginning of the visible region or from the beginning of the
buffer.
* line-number.h:
* line-number.h (buffer_line_number): Update its declaration.
* redisplay.c (window_line_number): Call it with the new argument.
lisp/ChangeLog addition:
2015-05-15 Aidan Kehoe <kehoea@parhasard.net>
* simple.el:
* simple.el (line-number): Moved to buffer.c; we have an existing
line number cache in C, it's a shame not to have it available.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Fri, 15 May 2015 18:11:47 +0100 |
| parents | b2709239b1f6 |
| children |
| rev | line source |
|---|---|
| 996 | 1 #! /bin/sh |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2 # From configure.ac Revision: 1.2 . |
| 996 | 3 # Guess values for system-dependent variables and create Makefiles. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4 # Generated by GNU Autoconf 2.69 for PostgreSQL module 1.0. |
| 996 | 5 # |
| 6 # Report bugs to <xemacs-beta@xemacs.org>. | |
| 7 # | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
8 # |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
10 # |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
11 # |
| 996 | 12 # This configure script is free software; the Free Software Foundation |
| 13 # gives unlimited permission to copy, distribute and modify it. | |
| 14 # | |
| 15 # Configuration script for the PostgreSQL module. | |
| 16 # Copyright (C) 2002 Jerry James. | |
| 17 # | |
| 18 # This file is part of XEmacs. | |
| 19 # | |
|
5418
56b64a055043
Converted modules to GPLv3 or later.
Mats Lidell <matsl@xemacs.org>
parents:
1111
diff
changeset
|
20 # XEmacs is free software: you can redistribute it and/or modify it |
|
56b64a055043
Converted modules to GPLv3 or later.
Mats Lidell <matsl@xemacs.org>
parents:
1111
diff
changeset
|
21 # under the terms of the GNU General Public License as published by the |
|
56b64a055043
Converted modules to GPLv3 or later.
Mats Lidell <matsl@xemacs.org>
parents:
1111
diff
changeset
|
22 # Free Software Foundation, either version 3 of the License, or (at your |
| 996 | 23 # option) any later version. |
| 24 # | |
|
5418
56b64a055043
Converted modules to GPLv3 or later.
Mats Lidell <matsl@xemacs.org>
parents:
1111
diff
changeset
|
25 # XEmacs is distributed in the hope that it will be useful, but WITHOUT |
|
56b64a055043
Converted modules to GPLv3 or later.
Mats Lidell <matsl@xemacs.org>
parents:
1111
diff
changeset
|
26 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
56b64a055043
Converted modules to GPLv3 or later.
Mats Lidell <matsl@xemacs.org>
parents:
1111
diff
changeset
|
27 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
56b64a055043
Converted modules to GPLv3 or later.
Mats Lidell <matsl@xemacs.org>
parents:
1111
diff
changeset
|
28 # for more details. |
| 996 | 29 # |
| 30 # You should have received a copy of the GNU General Public License | |
|
5418
56b64a055043
Converted modules to GPLv3 or later.
Mats Lidell <matsl@xemacs.org>
parents:
1111
diff
changeset
|
31 # along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
32 ## -------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
33 ## M4sh Initialization. ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
34 ## -------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
35 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
36 # Be more Bourne compatible |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
37 DUALCASE=1; export DUALCASE # for MKS sh |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
38 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
| 996 | 39 emulate sh |
| 40 NULLCMD=: | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
41 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
| 996 | 42 # is contrary to our usage. Disable this feature. |
| 43 alias -g '${1+"$@"}'='"$@"' | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
44 setopt NO_GLOB_SUBST |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
45 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
46 case `(set -o) 2>/dev/null` in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
47 *posix*) : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
48 set -o posix ;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
49 *) : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
50 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
51 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
52 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
53 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
54 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
55 as_nl=' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
56 ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
57 export as_nl |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
58 # Printing a long string crashes Solaris 7 /usr/bin/printf. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
59 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
60 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
61 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
62 # Prefer a ksh shell builtin over an external printf program on Solaris, |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
63 # but without wasting forks for bash or zsh. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
64 if test -z "$BASH_VERSION$ZSH_VERSION" \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
65 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
66 as_echo='print -r --' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
67 as_echo_n='print -rn --' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
68 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
69 as_echo='printf %s\n' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
70 as_echo_n='printf %s' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
71 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
72 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
73 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
74 as_echo_n='/usr/ucb/echo -n' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
75 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
76 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
77 as_echo_n_body='eval |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
78 arg=$1; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
79 case $arg in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
80 *"$as_nl"*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
81 expr "X$arg" : "X\\(.*\\)$as_nl"; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
82 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
83 esac; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
84 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
85 ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
86 export as_echo_n_body |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
87 as_echo_n='sh -c $as_echo_n_body as_echo' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
88 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
89 export as_echo_body |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
90 as_echo='sh -c $as_echo_body as_echo' |
| 996 | 91 fi |
| 92 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
93 # The user is always right. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
94 if test "${PATH_SEPARATOR+set}" != set; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
95 PATH_SEPARATOR=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
96 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
97 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
98 PATH_SEPARATOR=';' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
99 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
100 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
101 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
102 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
103 # IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
104 # We need space, tab and new line, in precisely that order. Quoting is |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
105 # there to prevent editors from complaining about space-tab. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
106 # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
107 # splitting by setting IFS to empty value.) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
108 IFS=" "" $as_nl" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
109 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
110 # Find who we are. Look in the path if we contain no directory separator. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
111 as_myself= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
112 case $0 in #(( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
113 *[\\/]* ) as_myself=$0 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
114 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
115 for as_dir in $PATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
116 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
117 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
118 test -z "$as_dir" && as_dir=. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
119 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
120 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
121 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
122 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
123 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
124 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
125 # We did not find ourselves, most probably we were run as `sh COMMAND' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
126 # in which case we are not to be found in the path. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
127 if test "x$as_myself" = x; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
128 as_myself=$0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
129 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
130 if test ! -f "$as_myself"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
131 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
132 exit 1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
133 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
134 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
135 # Unset variables that we do not need and which cause bugs (e.g. in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
136 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
137 # suppresses any "Segmentation fault" message there. '((' could |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
138 # trigger a bug in pdksh 5.2.14. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
139 for as_var in BASH_ENV ENV MAIL MAILPATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
140 do eval test x\${$as_var+set} = xset \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
141 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
142 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
143 PS1='$ ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
144 PS2='> ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
145 PS4='+ ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
146 |
| 996 | 147 # NLS nuisances. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
148 LC_ALL=C |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
149 export LC_ALL |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
150 LANGUAGE=C |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
151 export LANGUAGE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
152 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
153 # CDPATH. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
154 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
155 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
156 # Use a proper internal environment variable to ensure we don't fall |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
157 # into an infinite loop, continuously re-executing ourselves. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
158 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
159 _as_can_reexec=no; export _as_can_reexec; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
160 # We cannot yet assume a decent shell, so we have to provide a |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
161 # neutralization value for shells without unset; and this also |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
162 # works around shells that cannot unset nonexistent variables. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
163 # Preserve -v and -x to the replacement shell. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
164 BASH_ENV=/dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
165 ENV=/dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
166 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
167 case $- in # (((( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
168 *v*x* | *x*v* ) as_opts=-vx ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
169 *v* ) as_opts=-v ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
170 *x* ) as_opts=-x ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
171 * ) as_opts= ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
172 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
173 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
174 # Admittedly, this is quite paranoid, since all the known shells bail |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
175 # out after a failed `exec'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
176 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
177 as_fn_exit 255 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
178 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
179 # We don't want this to propagate to other subprocesses. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
180 { _as_can_reexec=; unset _as_can_reexec;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
181 if test "x$CONFIG_SHELL" = x; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
182 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
183 emulate sh |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
184 NULLCMD=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
185 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
186 # is contrary to our usage. Disable this feature. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
187 alias -g '\${1+\"\$@\"}'='\"\$@\"' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
188 setopt NO_GLOB_SUBST |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
189 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
190 case \`(set -o) 2>/dev/null\` in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
191 *posix*) : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
192 set -o posix ;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
193 *) : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
194 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
195 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
196 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
197 " |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
198 as_required="as_fn_return () { (exit \$1); } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
199 as_fn_success () { as_fn_return 0; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
200 as_fn_failure () { as_fn_return 1; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
201 as_fn_ret_success () { return 0; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
202 as_fn_ret_failure () { return 1; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
203 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
204 exitcode=0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
205 as_fn_success || { exitcode=1; echo as_fn_success failed.; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
206 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
207 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
208 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
209 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
210 |
| 996 | 211 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
212 exitcode=1; echo positional parameters were not saved. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
213 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
214 test x\$exitcode = x0 || exit 1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
215 test -x / || exit 1" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
216 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
217 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
218 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
219 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
220 test \$(( 1 + 1 )) = 2 || exit 1" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
221 if (eval "$as_required") 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
222 as_have_required=yes |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
223 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
224 as_have_required=no |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
225 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
226 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
227 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
228 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
230 as_found=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
231 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
232 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
233 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
234 test -z "$as_dir" && as_dir=. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
235 as_found=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
236 case $as_dir in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
237 /*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
238 for as_base in sh bash ksh sh5; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
239 # Try only shells that exist, to save several forks. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
240 as_shell=$as_dir/$as_base |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
241 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
242 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
243 CONFIG_SHELL=$as_shell as_have_required=yes |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
244 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
245 break 2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
246 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
247 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
248 done;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
249 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
250 as_found=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
251 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
252 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
253 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
254 CONFIG_SHELL=$SHELL as_have_required=yes |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
255 fi; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
256 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
257 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
258 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
259 if test "x$CONFIG_SHELL" != x; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
260 export CONFIG_SHELL |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
261 # We cannot yet assume a decent shell, so we have to provide a |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
262 # neutralization value for shells without unset; and this also |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
263 # works around shells that cannot unset nonexistent variables. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
264 # Preserve -v and -x to the replacement shell. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
265 BASH_ENV=/dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
266 ENV=/dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
267 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
268 case $- in # (((( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
269 *v*x* | *x*v* ) as_opts=-vx ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
270 *v* ) as_opts=-v ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
271 *x* ) as_opts=-x ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
272 * ) as_opts= ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
273 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
274 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
275 # Admittedly, this is quite paranoid, since all the known shells bail |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
276 # out after a failed `exec'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
277 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
278 exit 255 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
279 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
280 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
281 if test x$as_have_required = xno; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
282 $as_echo "$0: This script requires a shell more modern than all" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
283 $as_echo "$0: the shells that I found on your system." |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
284 if test x${ZSH_VERSION+set} = xset ; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
285 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
286 $as_echo "$0: be upgraded to zsh 4.3.4 or later." |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
287 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
288 $as_echo "$0: Please tell bug-autoconf@gnu.org and |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
289 $0: xemacs-beta@xemacs.org about your system, including any |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
290 $0: error possibly output before this message. Then install |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
291 $0: a modern shell, or manually run the script under such a |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
292 $0: shell if you do have one." |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
293 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
294 exit 1 |
| 996 | 295 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
296 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
297 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
298 SHELL=${CONFIG_SHELL-/bin/sh} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
299 export SHELL |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
300 # Unset more variables known to interfere with behavior of common tools. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
301 CLICOLOR_FORCE= GREP_OPTIONS= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
302 unset CLICOLOR_FORCE GREP_OPTIONS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
303 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
304 ## --------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
305 ## M4sh Shell Functions. ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
306 ## --------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
307 # as_fn_unset VAR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
308 # --------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
309 # Portably unset VAR. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
310 as_fn_unset () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
311 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
312 { eval $1=; unset $1;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
313 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
314 as_unset=as_fn_unset |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
315 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
316 # as_fn_set_status STATUS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
317 # ----------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
318 # Set $? to STATUS, without forking. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
319 as_fn_set_status () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
320 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
321 return $1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
322 } # as_fn_set_status |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
323 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
324 # as_fn_exit STATUS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
325 # ----------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
326 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
327 as_fn_exit () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
328 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
329 set +e |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
330 as_fn_set_status $1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
331 exit $1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
332 } # as_fn_exit |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
333 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
334 # as_fn_mkdir_p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
335 # ------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
336 # Create "$as_dir" as a directory, including parents if necessary. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
337 as_fn_mkdir_p () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
338 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
339 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
340 case $as_dir in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
341 -*) as_dir=./$as_dir;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
342 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
343 test -d "$as_dir" || eval $as_mkdir_p || { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
344 as_dirs= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
345 while :; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
346 case $as_dir in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
347 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
348 *) as_qdir=$as_dir;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
349 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
350 as_dirs="'$as_qdir' $as_dirs" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
351 as_dir=`$as_dirname -- "$as_dir" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
352 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
353 X"$as_dir" : 'X\(//\)[^/]' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
354 X"$as_dir" : 'X\(//\)$' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
355 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
356 $as_echo X"$as_dir" | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
357 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
358 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
359 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
360 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
361 /^X\(\/\/\)[^/].*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
362 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
363 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
364 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
365 /^X\(\/\/\)$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
366 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
367 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
368 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
369 /^X\(\/\).*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
370 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
371 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
372 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
373 s/.*/./; q'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
374 test -d "$as_dir" && break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
375 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
376 test -z "$as_dirs" || eval "mkdir $as_dirs" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
377 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
378 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
379 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
380 } # as_fn_mkdir_p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
381 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
382 # as_fn_executable_p FILE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
383 # ----------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
384 # Test if FILE is an executable regular file. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
385 as_fn_executable_p () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
386 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
387 test -f "$1" && test -x "$1" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
388 } # as_fn_executable_p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
389 # as_fn_append VAR VALUE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
390 # ---------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
391 # Append the text in VALUE to the end of the definition contained in VAR. Take |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
392 # advantage of any shell optimizations that allow amortized linear growth over |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
393 # repeated appends, instead of the typical quadratic growth present in naive |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
394 # implementations. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
395 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
396 eval 'as_fn_append () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
397 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
398 eval $1+=\$2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
399 }' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
400 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
401 as_fn_append () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
402 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
403 eval $1=\$$1\$2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
404 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
405 fi # as_fn_append |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
406 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
407 # as_fn_arith ARG... |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
408 # ------------------ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
409 # Perform arithmetic evaluation on the ARGs, and store the result in the |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
410 # global $as_val. Take advantage of shells that can avoid forks. The arguments |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
411 # must be portable across $(()) and expr. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
412 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
413 eval 'as_fn_arith () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
414 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
415 as_val=$(( $* )) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
416 }' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
417 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
418 as_fn_arith () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
419 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
420 as_val=`expr "$@" || test $? -eq 1` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
421 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
422 fi # as_fn_arith |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
423 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
424 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
425 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
426 # ---------------------------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
427 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
428 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
429 # script with STATUS, using 1 if that was 0. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
430 as_fn_error () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
431 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
432 as_status=$1; test $as_status -eq 0 && as_status=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
433 if test "$4"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
434 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
435 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
436 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
437 $as_echo "$as_me: error: $2" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
438 as_fn_exit $as_status |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
439 } # as_fn_error |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
440 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
441 if expr a : '\(a\)' >/dev/null 2>&1 && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
442 test "X`expr 00001 : '.*\(...\)'`" = X001; then |
| 996 | 443 as_expr=expr |
| 444 else | |
| 445 as_expr=false | |
| 446 fi | |
| 447 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
448 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
| 996 | 449 as_basename=basename |
| 450 else | |
| 451 as_basename=false | |
| 452 fi | |
| 453 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
454 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
455 as_dirname=dirname |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
456 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
457 as_dirname=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
458 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
459 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
460 as_me=`$as_basename -- "$0" || |
| 996 | 461 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 462 X"$0" : 'X\(//\)$' \| \ | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
463 X"$0" : 'X\(/\)' \| . 2>/dev/null || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
464 $as_echo X/"$0" | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
465 sed '/^.*\/\([^/][^/]*\)\/*$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
466 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
467 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
468 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
469 /^X\/\(\/\/\)$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
470 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
471 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
472 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
473 /^X\/\(\/\).*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
474 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
475 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
476 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
477 s/.*/./; q'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
478 |
| 996 | 479 # Avoid depending upon Character Ranges. |
| 480 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
| 481 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
| 482 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
| 483 as_cr_digits='0123456789' | |
| 484 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
| 485 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
486 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
487 as_lineno_1=$LINENO as_lineno_1a=$LINENO |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
488 as_lineno_2=$LINENO as_lineno_2a=$LINENO |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
489 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
490 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
491 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
492 sed -n ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
493 p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
494 /[$]LINENO/= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
495 ' <$as_myself | |
| 996 | 496 sed ' |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
497 s/[$]LINENO.*/&-/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
498 t lineno |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
499 b |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
500 :lineno |
| 996 | 501 N |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
502 :loop |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
503 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
| 996 | 504 t loop |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
505 s/-\n.*// |
| 996 | 506 ' >$as_me.lineno && |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
507 chmod +x "$as_me.lineno" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
508 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
509 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
510 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
511 # already done that, so ensure we don't try to do so again and fall |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
512 # in an infinite loop. This has already happened in practice. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
513 _as_can_reexec=no; export _as_can_reexec |
| 996 | 514 # Don't try to exec as it changes $[0], causing all sort of problems |
| 515 # (the dirname of $[0] is not the place where we might find the | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
516 # original and so on. Autoconf is especially sensitive to this). |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
517 . "./$as_me.lineno" |
| 996 | 518 # Exit status is that of the last command. |
| 519 exit | |
| 520 } | |
| 521 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
522 ECHO_C= ECHO_N= ECHO_T= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
523 case `echo -n x` in #((((( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
524 -n*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
525 case `echo 'xy\c'` in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
526 *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
527 xy) ECHO_C='\c';; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
528 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
529 ECHO_T=' ';; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
530 esac;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
531 *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
532 ECHO_N='-n';; |
| 996 | 533 esac |
| 534 | |
| 535 rm -f conf$$ conf$$.exe conf$$.file | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
536 if test -d conf$$.dir; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
537 rm -f conf$$.dir/conf$$.file |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
538 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
539 rm -f conf$$.dir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
540 mkdir conf$$.dir 2>/dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
541 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
542 if (echo >conf$$.file) 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
543 if ln -s conf$$.file conf$$ 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
544 as_ln_s='ln -s' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
545 # ... but there are two gotchas: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
546 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
547 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
548 # In both cases, we have to default to `cp -pR'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
549 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
550 as_ln_s='cp -pR' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
551 elif ln conf$$.file conf$$ 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
552 as_ln_s=ln |
| 996 | 553 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
554 as_ln_s='cp -pR' |
| 996 | 555 fi |
| 556 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
557 as_ln_s='cp -pR' |
| 996 | 558 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
559 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
560 rmdir conf$$.dir 2>/dev/null |
| 996 | 561 |
| 562 if mkdir -p . 2>/dev/null; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
563 as_mkdir_p='mkdir -p "$as_dir"' |
| 996 | 564 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
565 test -d ./-p && rmdir ./-p |
| 996 | 566 as_mkdir_p=false |
| 567 fi | |
| 568 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
569 as_test_x='test -x' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
570 as_executable_p=as_fn_executable_p |
| 996 | 571 |
| 572 # Sed expression to map a string onto a valid CPP name. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
573 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 996 | 574 |
| 575 # Sed expression to map a string onto a valid variable name. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
576 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
577 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
578 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
579 test -n "$DJDIR" || exec 7<&0 </dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
580 exec 6>&1 |
| 996 | 581 |
| 582 # Name of the host. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
583 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
| 996 | 584 # so uname gets run too. |
| 585 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
| 586 | |
| 587 # | |
| 588 # Initializations. | |
| 589 # | |
| 590 ac_default_prefix=/usr/local | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
591 ac_clean_files= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
592 ac_config_libobj_dir=. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
593 LIBOBJS= |
| 996 | 594 cross_compiling=no |
| 595 subdirs= | |
| 596 MFLAGS= | |
| 597 MAKEFLAGS= | |
| 598 | |
| 599 # Identity of this package. | |
| 600 PACKAGE_NAME='PostgreSQL module' | |
| 601 PACKAGE_TARNAME='postgresql-module' | |
| 602 PACKAGE_VERSION='1.0' | |
| 603 PACKAGE_STRING='PostgreSQL module 1.0' | |
| 604 PACKAGE_BUGREPORT='xemacs-beta@xemacs.org' | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
605 PACKAGE_URL='' |
| 996 | 606 |
| 607 ac_unique_file="postgresql.c" | |
| 608 # Factoring default headers for most tests. | |
| 609 ac_includes_default="\ | |
| 610 #include <stdio.h> | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
611 #ifdef HAVE_SYS_TYPES_H |
| 996 | 612 # include <sys/types.h> |
| 613 #endif | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
614 #ifdef HAVE_SYS_STAT_H |
| 996 | 615 # include <sys/stat.h> |
| 616 #endif | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
617 #ifdef STDC_HEADERS |
| 996 | 618 # include <stdlib.h> |
| 619 # include <stddef.h> | |
| 620 #else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
621 # ifdef HAVE_STDLIB_H |
| 996 | 622 # include <stdlib.h> |
| 623 # endif | |
| 624 #endif | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
625 #ifdef HAVE_STRING_H |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
626 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
| 996 | 627 # include <memory.h> |
| 628 # endif | |
| 629 # include <string.h> | |
| 630 #endif | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
631 #ifdef HAVE_STRINGS_H |
| 996 | 632 # include <strings.h> |
| 633 #endif | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
634 #ifdef HAVE_INTTYPES_H |
| 996 | 635 # include <inttypes.h> |
| 636 #endif | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
637 #ifdef HAVE_STDINT_H |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
638 # include <stdint.h> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
639 #endif |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
640 #ifdef HAVE_UNISTD_H |
| 996 | 641 # include <unistd.h> |
| 642 #endif" | |
| 643 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
644 ac_subst_vars='LTLIBOBJS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
645 LIBOBJS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
646 OBJECT_TO_BUILD |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
647 MOD_INSTALL_PROGRAM |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
648 INSTALLPATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
649 MODCFLAGS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
650 MAKE_DOCFILE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
651 MODARCHDIR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
652 MOD_CC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
653 PROGNAME |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
654 postgresql_libs |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
655 EGREP |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
656 GREP |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
657 CPP |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
658 ELLCC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
659 INSTALL_DATA |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
660 INSTALL_SCRIPT |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
661 INSTALL_PROGRAM |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
662 OBJEXT |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
663 EXEEXT |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
664 ac_ct_CC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
665 CPPFLAGS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
666 LDFLAGS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
667 CFLAGS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
668 CC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
669 target_alias |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
670 host_alias |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
671 build_alias |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
672 LIBS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
673 ECHO_T |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
674 ECHO_N |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
675 ECHO_C |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
676 DEFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
677 mandir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
678 localedir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
679 libdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
680 psdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
681 pdfdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
682 dvidir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
683 htmldir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
684 infodir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
685 docdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
686 oldincludedir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
687 includedir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
688 localstatedir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
689 sharedstatedir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
690 sysconfdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
691 datadir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
692 datarootdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
693 libexecdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
694 sbindir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
695 bindir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
696 program_transform_name |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
697 prefix |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
698 exec_prefix |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
699 PACKAGE_URL |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
700 PACKAGE_BUGREPORT |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
701 PACKAGE_STRING |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
702 PACKAGE_VERSION |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
703 PACKAGE_TARNAME |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
704 PACKAGE_NAME |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
705 PATH_SEPARATOR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
706 SHELL' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
707 ac_subst_files='' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
708 ac_user_opts=' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
709 enable_option_checking |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
710 ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
711 ac_precious_vars='build_alias |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
712 host_alias |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
713 target_alias |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
714 CC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
715 CFLAGS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
716 LDFLAGS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
717 LIBS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
718 CPPFLAGS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
719 ELLCC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
720 CPP' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
721 |
| 996 | 722 |
| 723 # Initialize some variables set by options. | |
| 724 ac_init_help= | |
| 725 ac_init_version=false | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
726 ac_unrecognized_opts= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
727 ac_unrecognized_sep= |
| 996 | 728 # The variables have the same names as the options, with |
| 729 # dashes changed to underlines. | |
| 730 cache_file=/dev/null | |
| 731 exec_prefix=NONE | |
| 732 no_create= | |
| 733 no_recursion= | |
| 734 prefix=NONE | |
| 735 program_prefix=NONE | |
| 736 program_suffix=NONE | |
| 737 program_transform_name=s,x,x, | |
| 738 silent= | |
| 739 site= | |
| 740 srcdir= | |
| 741 verbose= | |
| 742 x_includes=NONE | |
| 743 x_libraries=NONE | |
| 744 | |
| 745 # Installation directory options. | |
| 746 # These are left unexpanded so users can "make install exec_prefix=/foo" | |
| 747 # and all the variables that are supposed to be based on exec_prefix | |
| 748 # by default will actually change. | |
| 749 # Use braces instead of parens because sh, perl, etc. also accept them. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
750 # (The list follows the same order as the GNU Coding Standards.) |
| 996 | 751 bindir='${exec_prefix}/bin' |
| 752 sbindir='${exec_prefix}/sbin' | |
| 753 libexecdir='${exec_prefix}/libexec' | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
754 datarootdir='${prefix}/share' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
755 datadir='${datarootdir}' |
| 996 | 756 sysconfdir='${prefix}/etc' |
| 757 sharedstatedir='${prefix}/com' | |
| 758 localstatedir='${prefix}/var' | |
| 759 includedir='${prefix}/include' | |
| 760 oldincludedir='/usr/include' | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
761 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
762 infodir='${datarootdir}/info' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
763 htmldir='${docdir}' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
764 dvidir='${docdir}' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
765 pdfdir='${docdir}' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
766 psdir='${docdir}' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
767 libdir='${exec_prefix}/lib' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
768 localedir='${datarootdir}/locale' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
769 mandir='${datarootdir}/man' |
| 996 | 770 |
| 771 ac_prev= | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
772 ac_dashdash= |
| 996 | 773 for ac_option |
| 774 do | |
| 775 # If the previous option needs an argument, assign it. | |
| 776 if test -n "$ac_prev"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
777 eval $ac_prev=\$ac_option |
| 996 | 778 ac_prev= |
| 779 continue | |
| 780 fi | |
| 781 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
782 case $ac_option in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
783 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
784 *=) ac_optarg= ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
785 *) ac_optarg=yes ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
786 esac |
| 996 | 787 |
| 788 # Accept the important Cygnus configure options, so we can diagnose typos. | |
| 789 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
790 case $ac_dashdash$ac_option in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
791 --) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
792 ac_dashdash=yes ;; |
| 996 | 793 |
| 794 -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
| 795 ac_prev=bindir ;; | |
| 796 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
| 797 bindir=$ac_optarg ;; | |
| 798 | |
| 799 -build | --build | --buil | --bui | --bu) | |
| 800 ac_prev=build_alias ;; | |
| 801 -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
| 802 build_alias=$ac_optarg ;; | |
| 803 | |
| 804 -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
| 805 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
| 806 ac_prev=cache_file ;; | |
| 807 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
| 808 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
| 809 cache_file=$ac_optarg ;; | |
| 810 | |
| 811 --config-cache | -C) | |
| 812 cache_file=config.cache ;; | |
| 813 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
814 -datadir | --datadir | --datadi | --datad) |
| 996 | 815 ac_prev=datadir ;; |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
816 -datadir=* | --datadir=* | --datadi=* | --datad=*) |
| 996 | 817 datadir=$ac_optarg ;; |
| 818 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
819 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
820 | --dataroo | --dataro | --datar) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
821 ac_prev=datarootdir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
822 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
823 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
824 datarootdir=$ac_optarg ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
825 |
| 996 | 826 -disable-* | --disable-*) |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
827 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
| 996 | 828 # Reject names that are not valid shell variable names. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
829 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
830 as_fn_error $? "invalid feature name: $ac_useropt" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
831 ac_useropt_orig=$ac_useropt |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
832 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
833 case $ac_user_opts in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
834 *" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
835 "enable_$ac_useropt" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
836 "*) ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
837 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
838 ac_unrecognized_sep=', ';; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
839 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
840 eval enable_$ac_useropt=no ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
841 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
842 -docdir | --docdir | --docdi | --doc | --do) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
843 ac_prev=docdir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
844 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
845 docdir=$ac_optarg ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
846 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
847 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
848 ac_prev=dvidir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
849 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
850 dvidir=$ac_optarg ;; |
| 996 | 851 |
| 852 -enable-* | --enable-*) | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
853 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
| 996 | 854 # Reject names that are not valid shell variable names. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
855 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
856 as_fn_error $? "invalid feature name: $ac_useropt" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
857 ac_useropt_orig=$ac_useropt |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
858 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
859 case $ac_user_opts in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
860 *" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
861 "enable_$ac_useropt" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
862 "*) ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
863 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
864 ac_unrecognized_sep=', ';; |
| 996 | 865 esac |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
866 eval enable_$ac_useropt=\$ac_optarg ;; |
| 996 | 867 |
| 868 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
| 869 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
| 870 | --exec | --exe | --ex) | |
| 871 ac_prev=exec_prefix ;; | |
| 872 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
| 873 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
| 874 | --exec=* | --exe=* | --ex=*) | |
| 875 exec_prefix=$ac_optarg ;; | |
| 876 | |
| 877 -gas | --gas | --ga | --g) | |
| 878 # Obsolete; use --with-gas. | |
| 879 with_gas=yes ;; | |
| 880 | |
| 881 -help | --help | --hel | --he | -h) | |
| 882 ac_init_help=long ;; | |
| 883 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
| 884 ac_init_help=recursive ;; | |
| 885 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
| 886 ac_init_help=short ;; | |
| 887 | |
| 888 -host | --host | --hos | --ho) | |
| 889 ac_prev=host_alias ;; | |
| 890 -host=* | --host=* | --hos=* | --ho=*) | |
| 891 host_alias=$ac_optarg ;; | |
| 892 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
893 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
894 ac_prev=htmldir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
895 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
896 | --ht=*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
897 htmldir=$ac_optarg ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
898 |
| 996 | 899 -includedir | --includedir | --includedi | --included | --include \ |
| 900 | --includ | --inclu | --incl | --inc) | |
| 901 ac_prev=includedir ;; | |
| 902 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
| 903 | --includ=* | --inclu=* | --incl=* | --inc=*) | |
| 904 includedir=$ac_optarg ;; | |
| 905 | |
| 906 -infodir | --infodir | --infodi | --infod | --info | --inf) | |
| 907 ac_prev=infodir ;; | |
| 908 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
| 909 infodir=$ac_optarg ;; | |
| 910 | |
| 911 -libdir | --libdir | --libdi | --libd) | |
| 912 ac_prev=libdir ;; | |
| 913 -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
| 914 libdir=$ac_optarg ;; | |
| 915 | |
| 916 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
| 917 | --libexe | --libex | --libe) | |
| 918 ac_prev=libexecdir ;; | |
| 919 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
| 920 | --libexe=* | --libex=* | --libe=*) | |
| 921 libexecdir=$ac_optarg ;; | |
| 922 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
923 -localedir | --localedir | --localedi | --localed | --locale) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
924 ac_prev=localedir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
925 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
926 localedir=$ac_optarg ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
927 |
| 996 | 928 -localstatedir | --localstatedir | --localstatedi | --localstated \ |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
929 | --localstate | --localstat | --localsta | --localst | --locals) |
| 996 | 930 ac_prev=localstatedir ;; |
| 931 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
932 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
| 996 | 933 localstatedir=$ac_optarg ;; |
| 934 | |
| 935 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
| 936 ac_prev=mandir ;; | |
| 937 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
| 938 mandir=$ac_optarg ;; | |
| 939 | |
| 940 -nfp | --nfp | --nf) | |
| 941 # Obsolete; use --without-fp. | |
| 942 with_fp=no ;; | |
| 943 | |
| 944 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
| 945 | --no-cr | --no-c | -n) | |
| 946 no_create=yes ;; | |
| 947 | |
| 948 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
| 949 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
| 950 no_recursion=yes ;; | |
| 951 | |
| 952 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
| 953 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
| 954 | --oldin | --oldi | --old | --ol | --o) | |
| 955 ac_prev=oldincludedir ;; | |
| 956 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
| 957 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
| 958 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
| 959 oldincludedir=$ac_optarg ;; | |
| 960 | |
| 961 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
| 962 ac_prev=prefix ;; | |
| 963 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
| 964 prefix=$ac_optarg ;; | |
| 965 | |
| 966 -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
| 967 | --program-pre | --program-pr | --program-p) | |
| 968 ac_prev=program_prefix ;; | |
| 969 -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
| 970 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
| 971 program_prefix=$ac_optarg ;; | |
| 972 | |
| 973 -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
| 974 | --program-suf | --program-su | --program-s) | |
| 975 ac_prev=program_suffix ;; | |
| 976 -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
| 977 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
| 978 program_suffix=$ac_optarg ;; | |
| 979 | |
| 980 -program-transform-name | --program-transform-name \ | |
| 981 | --program-transform-nam | --program-transform-na \ | |
| 982 | --program-transform-n | --program-transform- \ | |
| 983 | --program-transform | --program-transfor \ | |
| 984 | --program-transfo | --program-transf \ | |
| 985 | --program-trans | --program-tran \ | |
| 986 | --progr-tra | --program-tr | --program-t) | |
| 987 ac_prev=program_transform_name ;; | |
| 988 -program-transform-name=* | --program-transform-name=* \ | |
| 989 | --program-transform-nam=* | --program-transform-na=* \ | |
| 990 | --program-transform-n=* | --program-transform-=* \ | |
| 991 | --program-transform=* | --program-transfor=* \ | |
| 992 | --program-transfo=* | --program-transf=* \ | |
| 993 | --program-trans=* | --program-tran=* \ | |
| 994 | --progr-tra=* | --program-tr=* | --program-t=*) | |
| 995 program_transform_name=$ac_optarg ;; | |
| 996 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
997 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
998 ac_prev=pdfdir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
999 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1000 pdfdir=$ac_optarg ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1001 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1002 -psdir | --psdir | --psdi | --psd | --ps) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1003 ac_prev=psdir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1004 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1005 psdir=$ac_optarg ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1006 |
| 996 | 1007 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 1008 | -silent | --silent | --silen | --sile | --sil) | |
| 1009 silent=yes ;; | |
| 1010 | |
| 1011 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
| 1012 ac_prev=sbindir ;; | |
| 1013 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
| 1014 | --sbi=* | --sb=*) | |
| 1015 sbindir=$ac_optarg ;; | |
| 1016 | |
| 1017 -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
| 1018 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
| 1019 | --sharedst | --shareds | --shared | --share | --shar \ | |
| 1020 | --sha | --sh) | |
| 1021 ac_prev=sharedstatedir ;; | |
| 1022 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
| 1023 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
| 1024 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
| 1025 | --sha=* | --sh=*) | |
| 1026 sharedstatedir=$ac_optarg ;; | |
| 1027 | |
| 1028 -site | --site | --sit) | |
| 1029 ac_prev=site ;; | |
| 1030 -site=* | --site=* | --sit=*) | |
| 1031 site=$ac_optarg ;; | |
| 1032 | |
| 1033 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
| 1034 ac_prev=srcdir ;; | |
| 1035 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
| 1036 srcdir=$ac_optarg ;; | |
| 1037 | |
| 1038 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
| 1039 | --syscon | --sysco | --sysc | --sys | --sy) | |
| 1040 ac_prev=sysconfdir ;; | |
| 1041 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
| 1042 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
| 1043 sysconfdir=$ac_optarg ;; | |
| 1044 | |
| 1045 -target | --target | --targe | --targ | --tar | --ta | --t) | |
| 1046 ac_prev=target_alias ;; | |
| 1047 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
| 1048 target_alias=$ac_optarg ;; | |
| 1049 | |
| 1050 -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
| 1051 verbose=yes ;; | |
| 1052 | |
| 1053 -version | --version | --versio | --versi | --vers | -V) | |
| 1054 ac_init_version=: ;; | |
| 1055 | |
| 1056 -with-* | --with-*) | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1057 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
| 996 | 1058 # Reject names that are not valid shell variable names. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1059 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1060 as_fn_error $? "invalid package name: $ac_useropt" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1061 ac_useropt_orig=$ac_useropt |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1062 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1063 case $ac_user_opts in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1064 *" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1065 "with_$ac_useropt" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1066 "*) ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1067 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1068 ac_unrecognized_sep=', ';; |
| 996 | 1069 esac |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1070 eval with_$ac_useropt=\$ac_optarg ;; |
| 996 | 1071 |
| 1072 -without-* | --without-*) | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1073 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
| 996 | 1074 # Reject names that are not valid shell variable names. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1075 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1076 as_fn_error $? "invalid package name: $ac_useropt" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1077 ac_useropt_orig=$ac_useropt |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1078 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1079 case $ac_user_opts in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1080 *" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1081 "with_$ac_useropt" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1082 "*) ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1083 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1084 ac_unrecognized_sep=', ';; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1085 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1086 eval with_$ac_useropt=no ;; |
| 996 | 1087 |
| 1088 --x) | |
| 1089 # Obsolete; use --with-x. | |
| 1090 with_x=yes ;; | |
| 1091 | |
| 1092 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
| 1093 | --x-incl | --x-inc | --x-in | --x-i) | |
| 1094 ac_prev=x_includes ;; | |
| 1095 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
| 1096 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
| 1097 x_includes=$ac_optarg ;; | |
| 1098 | |
| 1099 -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
| 1100 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
| 1101 ac_prev=x_libraries ;; | |
| 1102 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
| 1103 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
| 1104 x_libraries=$ac_optarg ;; | |
| 1105 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1106 -*) as_fn_error $? "unrecognized option: \`$ac_option' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1107 Try \`$0 --help' for more information" |
| 996 | 1108 ;; |
| 1109 | |
| 1110 *=*) | |
| 1111 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
| 1112 # Reject names that are not valid shell variable names. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1113 case $ac_envvar in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1114 '' | [0-9]* | *[!_$as_cr_alnum]* ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1115 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1116 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1117 eval $ac_envvar=\$ac_optarg |
| 996 | 1118 export $ac_envvar ;; |
| 1119 | |
| 1120 *) | |
| 1121 # FIXME: should be removed in autoconf 3.0. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1122 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 996 | 1123 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1124 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1125 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
| 996 | 1126 ;; |
| 1127 | |
| 1128 esac | |
| 1129 done | |
| 1130 | |
| 1131 if test -n "$ac_prev"; then | |
| 1132 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1133 as_fn_error $? "missing argument to $ac_option" |
| 996 | 1134 fi |
| 1135 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1136 if test -n "$ac_unrecognized_opts"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1137 case $enable_option_checking in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1138 no) ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1139 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1140 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
| 996 | 1141 esac |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1142 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1143 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1144 # Check all directory arguments for consistency. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1145 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1146 datadir sysconfdir sharedstatedir localstatedir includedir \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1147 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1148 libdir localedir mandir |
| 996 | 1149 do |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1150 eval ac_val=\$$ac_var |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1151 # Remove trailing slashes. |
| 996 | 1152 case $ac_val in |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1153 */ ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1154 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1155 eval $ac_var=\$ac_val;; |
| 996 | 1156 esac |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1157 # Be sure to have absolute directory names. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1158 case $ac_val in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1159 [\\/$]* | ?:[\\/]* ) continue;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1160 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1161 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1162 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
| 996 | 1163 done |
| 1164 | |
| 1165 # There might be people who depend on the old broken behavior: `$host' | |
| 1166 # used to hold the argument of --host etc. | |
| 1167 # FIXME: To remove some day. | |
| 1168 build=$build_alias | |
| 1169 host=$host_alias | |
| 1170 target=$target_alias | |
| 1171 | |
| 1172 # FIXME: To remove some day. | |
| 1173 if test "x$host_alias" != x; then | |
| 1174 if test "x$build_alias" = x; then | |
| 1175 cross_compiling=maybe | |
| 1176 elif test "x$build_alias" != "x$host_alias"; then | |
| 1177 cross_compiling=yes | |
| 1178 fi | |
| 1179 fi | |
| 1180 | |
| 1181 ac_tool_prefix= | |
| 1182 test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
| 1183 | |
| 1184 test "$silent" = yes && exec 6>/dev/null | |
| 1185 | |
| 1186 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1187 ac_pwd=`pwd` && test -n "$ac_pwd" && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1188 ac_ls_di=`ls -di .` && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1189 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1190 as_fn_error $? "working directory cannot be determined" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1191 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1192 as_fn_error $? "pwd does not report name of working directory" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1193 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1194 |
| 996 | 1195 # Find the source files, if location was not specified. |
| 1196 if test -z "$srcdir"; then | |
| 1197 ac_srcdir_defaulted=yes | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1198 # Try the directory containing this script, then the parent directory. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1199 ac_confdir=`$as_dirname -- "$as_myself" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1200 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1201 X"$as_myself" : 'X\(//\)[^/]' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1202 X"$as_myself" : 'X\(//\)$' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1203 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1204 $as_echo X"$as_myself" | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1205 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1206 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1207 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1208 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1209 /^X\(\/\/\)[^/].*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1210 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1211 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1212 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1213 /^X\(\/\/\)$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1214 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1215 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1216 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1217 /^X\(\/\).*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1218 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1219 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1220 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1221 s/.*/./; q'` |
| 996 | 1222 srcdir=$ac_confdir |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1223 if test ! -r "$srcdir/$ac_unique_file"; then |
| 996 | 1224 srcdir=.. |
| 1225 fi | |
| 1226 else | |
| 1227 ac_srcdir_defaulted=no | |
| 1228 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1229 if test ! -r "$srcdir/$ac_unique_file"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1230 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1231 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1232 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1233 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1234 ac_abs_confdir=`( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1235 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1236 pwd)` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1237 # When building in place, set srcdir=. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1238 if test "$ac_abs_confdir" = "$ac_pwd"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1239 srcdir=. |
| 996 | 1240 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1241 # Remove unnecessary trailing slashes from srcdir. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1242 # Double slashes in file names in object file debugging info |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1243 # mess up M-x gdb in Emacs. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1244 case $srcdir in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1245 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1246 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1247 for ac_var in $ac_precious_vars; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1248 eval ac_env_${ac_var}_set=\${${ac_var}+set} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1249 eval ac_env_${ac_var}_value=\$${ac_var} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1250 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1251 eval ac_cv_env_${ac_var}_value=\$${ac_var} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1252 done |
| 996 | 1253 |
| 1254 # | |
| 1255 # Report the --help message. | |
| 1256 # | |
| 1257 if test "$ac_init_help" = "long"; then | |
| 1258 # Omit some internal or obsolete options to make the list less imposing. | |
| 1259 # This message is too long to be a string in the A/UX 3.1 sh. | |
| 1260 cat <<_ACEOF | |
| 1261 \`configure' configures PostgreSQL module 1.0 to adapt to many kinds of systems. | |
| 1262 | |
| 1263 Usage: $0 [OPTION]... [VAR=VALUE]... | |
| 1264 | |
| 1265 To assign environment variables (e.g., CC, CFLAGS...), specify them as | |
| 1266 VAR=VALUE. See below for descriptions of some of the useful variables. | |
| 1267 | |
| 1268 Defaults for the options are specified in brackets. | |
| 1269 | |
| 1270 Configuration: | |
| 1271 -h, --help display this help and exit | |
| 1272 --help=short display options specific to this package | |
| 1273 --help=recursive display the short help of all the included packages | |
| 1274 -V, --version display version information and exit | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1275 -q, --quiet, --silent do not print \`checking ...' messages |
| 996 | 1276 --cache-file=FILE cache test results in FILE [disabled] |
| 1277 -C, --config-cache alias for \`--cache-file=config.cache' | |
| 1278 -n, --no-create do not create output files | |
| 1279 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
| 1280 | |
| 1281 Installation directories: | |
| 1282 --prefix=PREFIX install architecture-independent files in PREFIX | |
| 1283 [$ac_default_prefix] | |
| 1284 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
| 1285 [PREFIX] | |
| 1286 | |
| 1287 By default, \`make install' will install all the files in | |
| 1288 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
| 1289 an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
| 1290 for instance \`--prefix=\$HOME'. | |
| 1291 | |
| 1292 For better control, use the options below. | |
| 1293 | |
| 1294 Fine tuning of the installation directories: | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1295 --bindir=DIR user executables [EPREFIX/bin] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1296 --sbindir=DIR system admin executables [EPREFIX/sbin] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1297 --libexecdir=DIR program executables [EPREFIX/libexec] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1298 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1299 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1300 --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1301 --libdir=DIR object code libraries [EPREFIX/lib] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1302 --includedir=DIR C header files [PREFIX/include] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1303 --oldincludedir=DIR C header files for non-gcc [/usr/include] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1304 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1305 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1306 --infodir=DIR info documentation [DATAROOTDIR/info] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1307 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1308 --mandir=DIR man documentation [DATAROOTDIR/man] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1309 --docdir=DIR documentation root |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1310 [DATAROOTDIR/doc/postgresql-module] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1311 --htmldir=DIR html documentation [DOCDIR] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1312 --dvidir=DIR dvi documentation [DOCDIR] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1313 --pdfdir=DIR pdf documentation [DOCDIR] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1314 --psdir=DIR ps documentation [DOCDIR] |
| 996 | 1315 _ACEOF |
| 1316 | |
| 1317 cat <<\_ACEOF | |
| 1318 _ACEOF | |
| 1319 fi | |
| 1320 | |
| 1321 if test -n "$ac_init_help"; then | |
| 1322 case $ac_init_help in | |
| 1323 short | recursive ) echo "Configuration of PostgreSQL module 1.0:";; | |
| 1324 esac | |
| 1325 cat <<\_ACEOF | |
| 1326 | |
| 1327 Some influential environment variables: | |
| 1328 CC C compiler command | |
| 1329 CFLAGS C compiler flags | |
| 1330 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
| 1331 nonstandard directory <lib dir> | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1332 LIBS libraries to pass to the linker, e.g. -l<library> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1333 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1334 you have headers in a nonstandard directory <include dir> |
| 996 | 1335 ELLCC The path to the ellcc module compiler |
| 1336 CPP C preprocessor | |
| 1337 | |
| 1338 Use these variables to override the choices made by `configure' or to help | |
| 1339 it to find libraries and programs with nonstandard names/locations. | |
| 1340 | |
| 1341 Report bugs to <xemacs-beta@xemacs.org>. | |
| 1342 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1343 ac_status=$? |
| 996 | 1344 fi |
| 1345 | |
| 1346 if test "$ac_init_help" = "recursive"; then | |
| 1347 # If there are subdirs, report their specific --help. | |
| 1348 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1349 test -d "$ac_dir" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1350 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1351 continue |
| 996 | 1352 ac_builddir=. |
| 1353 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1354 case "$ac_dir" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1355 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1356 *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1357 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1358 # A ".." for each directory in $ac_dir_suffix. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1359 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1360 case $ac_top_builddir_sub in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1361 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1362 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1363 esac ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1364 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1365 ac_abs_top_builddir=$ac_pwd |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1366 ac_abs_builddir=$ac_pwd$ac_dir_suffix |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1367 # for backward compatibility: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1368 ac_top_builddir=$ac_top_build_prefix |
| 996 | 1369 |
| 1370 case $srcdir in | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1371 .) # We are building in place. |
| 996 | 1372 ac_srcdir=. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1373 ac_top_srcdir=$ac_top_builddir_sub |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1374 ac_abs_top_srcdir=$ac_pwd ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1375 [\\/]* | ?:[\\/]* ) # Absolute name. |
| 996 | 1376 ac_srcdir=$srcdir$ac_dir_suffix; |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1377 ac_top_srcdir=$srcdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1378 ac_abs_top_srcdir=$srcdir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1379 *) # Relative name. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1380 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1381 ac_top_srcdir=$ac_top_build_prefix$srcdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1382 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
| 996 | 1383 esac |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1384 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1385 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1386 cd "$ac_dir" || { ac_status=$?; continue; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1387 # Check for guested configure. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1388 if test -f "$ac_srcdir/configure.gnu"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1389 echo && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1390 $SHELL "$ac_srcdir/configure.gnu" --help=recursive |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1391 elif test -f "$ac_srcdir/configure"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1392 echo && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1393 $SHELL "$ac_srcdir/configure" --help=recursive |
| 996 | 1394 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1395 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1396 fi || ac_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1397 cd "$ac_pwd" || { ac_status=$?; break; } |
| 996 | 1398 done |
| 1399 fi | |
| 1400 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1401 test -n "$ac_init_help" && exit $ac_status |
| 996 | 1402 if $ac_init_version; then |
| 1403 cat <<\_ACEOF | |
| 1404 PostgreSQL module configure 1.0 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1405 generated by GNU Autoconf 2.69 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1406 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1407 Copyright (C) 2012 Free Software Foundation, Inc. |
| 996 | 1408 This configure script is free software; the Free Software Foundation |
| 1409 gives unlimited permission to copy, distribute and modify it. | |
| 1410 | |
| 1411 Configuration script for the PostgreSQL module. | |
| 1412 Copyright (C) 2002 Jerry James. | |
| 1413 | |
| 1414 This file is part of XEmacs. | |
| 1415 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1416 XEmacs is free software: you can redistribute it and/or modify it |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1417 under the terms of the GNU General Public License as published by the |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1418 Free Software Foundation, either version 3 of the License, or (at your |
| 996 | 1419 option) any later version. |
| 1420 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1421 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1422 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1423 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1424 for more details. |
| 996 | 1425 |
| 1426 You should have received a copy of the GNU General Public License | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1427 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1428 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1429 exit |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1430 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1431 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1432 ## ------------------------ ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1433 ## Autoconf initialization. ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1434 ## ------------------------ ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1435 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1436 # ac_fn_c_try_compile LINENO |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1437 # -------------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1438 # Try to compile conftest.$ac_ext, and return whether this succeeded. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1439 ac_fn_c_try_compile () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1440 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1441 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1442 rm -f conftest.$ac_objext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1443 if { { ac_try="$ac_compile" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1444 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1446 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1447 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1448 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1449 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1450 (eval "$ac_compile") 2>conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1451 ac_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1452 if test -s conftest.err; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1453 grep -v '^ *+' conftest.err >conftest.er1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1454 cat conftest.er1 >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1455 mv -f conftest.er1 conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1456 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1458 test $ac_status = 0; } && { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1459 test -z "$ac_c_werror_flag" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1460 test ! -s conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1461 } && test -s conftest.$ac_objext; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1462 ac_retval=0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1463 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1464 $as_echo "$as_me: failed program was:" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1465 sed 's/^/| /' conftest.$ac_ext >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1466 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1467 ac_retval=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1468 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1469 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1470 as_fn_set_status $ac_retval |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1471 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1472 } # ac_fn_c_try_compile |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1473 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1474 # ac_fn_c_try_cpp LINENO |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1475 # ---------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1476 # Try to preprocess conftest.$ac_ext, and return whether this succeeded. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1477 ac_fn_c_try_cpp () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1478 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1479 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1480 if { { ac_try="$ac_cpp conftest.$ac_ext" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1481 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1483 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1484 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1485 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1486 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1487 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1488 ac_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1489 if test -s conftest.err; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1490 grep -v '^ *+' conftest.err >conftest.er1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1491 cat conftest.er1 >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1492 mv -f conftest.er1 conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1493 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1495 test $ac_status = 0; } > conftest.i && { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1496 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1497 test ! -s conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1498 }; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1499 ac_retval=0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1500 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1501 $as_echo "$as_me: failed program was:" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1502 sed 's/^/| /' conftest.$ac_ext >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1503 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1504 ac_retval=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1505 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1506 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1507 as_fn_set_status $ac_retval |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1508 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1509 } # ac_fn_c_try_cpp |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1510 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1511 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1512 # ------------------------------------------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1513 # Tests whether HEADER exists, giving a warning if it cannot be compiled using |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1514 # the include files in INCLUDES and setting the cache variable VAR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1515 # accordingly. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1516 ac_fn_c_check_header_mongrel () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1517 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1518 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1519 if eval \${$3+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1521 $as_echo_n "checking for $2... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1522 if eval \${$3+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1523 $as_echo_n "(cached) " >&6 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1524 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1525 eval ac_res=\$$3 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1527 $as_echo "$ac_res" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1528 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1529 # Is the header compilable? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1531 $as_echo_n "checking $2 usability... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1533 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1534 $4 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1535 #include <$2> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1536 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1537 if ac_fn_c_try_compile "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1538 ac_header_compiler=yes |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1539 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1540 ac_header_compiler=no |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1541 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1544 $as_echo "$ac_header_compiler" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1545 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1546 # Is the header present? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1548 $as_echo_n "checking $2 presence... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1550 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1551 #include <$2> |
| 996 | 1552 _ACEOF |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1553 if ac_fn_c_try_cpp "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1554 ac_header_preproc=yes |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1555 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1556 ac_header_preproc=no |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1557 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1558 rm -f conftest.err conftest.i conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1560 $as_echo "$ac_header_preproc" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1561 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1562 # So? What about this header? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1563 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1564 yes:no: ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1565 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1566 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1568 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1569 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1570 no:yes:* ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1572 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1574 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1576 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1578 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1580 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1581 ( $as_echo "## ------------------------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1582 ## Report this to xemacs-beta@xemacs.org ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1583 ## ------------------------------------- ##" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1584 ) | sed "s/^/$as_me: WARNING: /" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1585 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1586 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1588 $as_echo_n "checking for $2... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1589 if eval \${$3+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1590 $as_echo_n "(cached) " >&6 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1591 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1592 eval "$3=\$ac_header_compiler" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1593 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1594 eval ac_res=\$$3 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1596 $as_echo "$ac_res" >&6; } |
| 996 | 1597 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1598 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1599 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1600 } # ac_fn_c_check_header_mongrel |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1601 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1602 # ac_fn_c_try_run LINENO |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1603 # ---------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1604 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1605 # that executables *can* be run. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1606 ac_fn_c_try_run () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1607 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1609 if { { ac_try="$ac_link" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1610 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1612 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1613 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1615 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1616 (eval "$ac_link") 2>&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1617 ac_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1619 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1620 { { case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1622 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1623 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1624 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1625 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1626 (eval "$ac_try") 2>&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1627 ac_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1629 test $ac_status = 0; }; }; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1630 ac_retval=0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1631 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1632 $as_echo "$as_me: program exited with status $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1633 $as_echo "$as_me: failed program was:" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1634 sed 's/^/| /' conftest.$ac_ext >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1635 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1636 ac_retval=$ac_status |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1637 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1638 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1639 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1640 as_fn_set_status $ac_retval |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1641 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1642 } # ac_fn_c_try_run |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1643 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1644 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1645 # ------------------------------------------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1646 # Tests whether HEADER exists and can be compiled using the include files in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1647 # INCLUDES, setting the cache variable VAR accordingly. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1648 ac_fn_c_check_header_compile () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1649 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1650 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1652 $as_echo_n "checking for $2... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1653 if eval \${$3+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1654 $as_echo_n "(cached) " >&6 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1655 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1657 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1658 $4 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1659 #include <$2> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1660 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1661 if ac_fn_c_try_compile "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1662 eval "$3=yes" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1663 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1664 eval "$3=no" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1665 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1667 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1668 eval ac_res=\$$3 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1670 $as_echo "$ac_res" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1671 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1672 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1673 } # ac_fn_c_check_header_compile |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1674 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1675 # ac_fn_c_try_link LINENO |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1676 # ----------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1677 # Try to link conftest.$ac_ext, and return whether this succeeded. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1678 ac_fn_c_try_link () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1679 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1680 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1681 rm -f conftest.$ac_objext conftest$ac_exeext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1682 if { { ac_try="$ac_link" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1683 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1685 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1686 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1687 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1688 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1689 (eval "$ac_link") 2>conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1690 ac_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1691 if test -s conftest.err; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1692 grep -v '^ *+' conftest.err >conftest.er1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1693 cat conftest.er1 >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1694 mv -f conftest.er1 conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1695 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1697 test $ac_status = 0; } && { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1698 test -z "$ac_c_werror_flag" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1699 test ! -s conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1700 } && test -s conftest$ac_exeext && { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1701 test "$cross_compiling" = yes || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1702 test -x conftest$ac_exeext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1703 }; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1704 ac_retval=0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1705 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1706 $as_echo "$as_me: failed program was:" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1707 sed 's/^/| /' conftest.$ac_ext >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1708 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1709 ac_retval=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1710 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1711 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1712 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1713 # interfere with the next link command; also delete a directory that is |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1714 # left behind by Apple's compiler. We do this before executing the actions. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1715 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1716 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1717 as_fn_set_status $ac_retval |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1718 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1719 } # ac_fn_c_try_link |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1720 cat >config.log <<_ACEOF |
| 996 | 1721 This file contains any messages produced by compilers while |
| 1722 running configure, to aid debugging if configure makes a mistake. | |
| 1723 | |
| 1724 It was created by PostgreSQL module $as_me 1.0, which was | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1725 generated by GNU Autoconf 2.69. Invocation command line was |
| 996 | 1726 |
| 1727 $ $0 $@ | |
| 1728 | |
| 1729 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1730 exec 5>>config.log |
| 996 | 1731 { |
| 1732 cat <<_ASUNAME | |
| 1733 ## --------- ## | |
| 1734 ## Platform. ## | |
| 1735 ## --------- ## | |
| 1736 | |
| 1737 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
| 1738 uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
| 1739 uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
| 1740 uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
| 1741 uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
| 1742 | |
| 1743 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
| 1744 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
| 1745 | |
| 1746 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
| 1747 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
| 1748 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1749 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
| 996 | 1750 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
| 1751 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
| 1752 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
| 1753 | |
| 1754 _ASUNAME | |
| 1755 | |
| 1756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 1757 for as_dir in $PATH | |
| 1758 do | |
| 1759 IFS=$as_save_IFS | |
| 1760 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1761 $as_echo "PATH: $as_dir" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1762 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1763 IFS=$as_save_IFS |
| 996 | 1764 |
| 1765 } >&5 | |
| 1766 | |
| 1767 cat >&5 <<_ACEOF | |
| 1768 | |
| 1769 | |
| 1770 ## ----------- ## | |
| 1771 ## Core tests. ## | |
| 1772 ## ----------- ## | |
| 1773 | |
| 1774 _ACEOF | |
| 1775 | |
| 1776 | |
| 1777 # Keep a trace of the command line. | |
| 1778 # Strip out --no-create and --no-recursion so they do not pile up. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1779 # Strip out --silent because we don't want to record it for future runs. |
| 996 | 1780 # Also quote any args containing shell meta-characters. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1781 # Make two passes to allow for proper duplicate-argument suppression. |
| 996 | 1782 ac_configure_args= |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1783 ac_configure_args0= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1784 ac_configure_args1= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1785 ac_must_keep_next=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1786 for ac_pass in 1 2 |
| 996 | 1787 do |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1788 for ac_arg |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1789 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1790 case $ac_arg in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1791 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1792 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1793 | -silent | --silent | --silen | --sile | --sil) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1794 continue ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1795 *\'*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1796 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1797 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1798 case $ac_pass in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1799 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1800 2) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1801 as_fn_append ac_configure_args1 " '$ac_arg'" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1802 if test $ac_must_keep_next = true; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1803 ac_must_keep_next=false # Got value, back to normal. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1804 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1805 case $ac_arg in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1806 *=* | --config-cache | -C | -disable-* | --disable-* \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1807 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1808 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1809 | -with-* | --with-* | -without-* | --without-* | --x) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1810 case "$ac_configure_args0 " in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1811 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1812 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1813 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1814 -* ) ac_must_keep_next=true ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1815 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1816 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1817 as_fn_append ac_configure_args " '$ac_arg'" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1818 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1819 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1820 done |
| 996 | 1821 done |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1822 { ac_configure_args0=; unset ac_configure_args0;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1823 { ac_configure_args1=; unset ac_configure_args1;} |
| 996 | 1824 |
| 1825 # When interrupted or exit'd, cleanup temporary files, and complete | |
| 1826 # config.log. We remove comments because anyway the quotes in there | |
| 1827 # would cause problems or look ugly. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1828 # WARNING: Use '\'' to represent an apostrophe within the trap. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1829 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. |
| 996 | 1830 trap 'exit_status=$? |
| 1831 # Save into config.log some information that might help in debugging. | |
| 1832 { | |
| 1833 echo | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1834 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1835 $as_echo "## ---------------- ## |
| 996 | 1836 ## Cache variables. ## |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1837 ## ---------------- ##" |
| 996 | 1838 echo |
| 1839 # The following way of writing the cache mishandles newlines in values, | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1840 ( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1841 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1842 eval ac_val=\$$ac_var |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1843 case $ac_val in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1844 *${as_nl}*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1845 case $ac_var in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1846 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1847 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1848 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1849 case $ac_var in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1850 _ | IFS | as_nl) ;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1851 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1852 *) { eval $ac_var=; unset $ac_var;} ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1853 esac ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1854 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1855 done |
| 996 | 1856 (set) 2>&1 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1857 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1858 *${as_nl}ac_space=\ *) |
| 996 | 1859 sed -n \ |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1860 "s/'\''/'\''\\\\'\'''\''/g; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1861 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1862 ;; #( |
| 996 | 1863 *) |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1864 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
| 996 | 1865 ;; |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1866 esac | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1867 sort |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1868 ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1869 echo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1870 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1871 $as_echo "## ----------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1872 ## Output variables. ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1873 ## ----------------- ##" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1874 echo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1875 for ac_var in $ac_subst_vars |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1876 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1877 eval ac_val=\$$ac_var |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1878 case $ac_val in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1879 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1880 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1881 $as_echo "$ac_var='\''$ac_val'\''" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1882 done | sort |
| 996 | 1883 echo |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1884 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1885 if test -n "$ac_subst_files"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1886 $as_echo "## ------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1887 ## File substitutions. ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1888 ## ------------------- ##" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1889 echo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1890 for ac_var in $ac_subst_files |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1891 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1892 eval ac_val=\$$ac_var |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1893 case $ac_val in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1894 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1895 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1896 $as_echo "$ac_var='\''$ac_val'\''" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1897 done | sort |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1898 echo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1899 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1900 |
| 996 | 1901 if test -s confdefs.h; then |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1902 $as_echo "## ----------- ## |
| 996 | 1903 ## confdefs.h. ## |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1904 ## ----------- ##" |
| 996 | 1905 echo |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1906 cat confdefs.h |
| 996 | 1907 echo |
| 1908 fi | |
| 1909 test "$ac_signal" != 0 && | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1910 $as_echo "$as_me: caught signal $ac_signal" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1911 $as_echo "$as_me: exit $exit_status" |
| 996 | 1912 } >&5 |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1913 rm -f core *.core core.conftest.* && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1914 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
| 996 | 1915 exit $exit_status |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1916 ' 0 |
| 996 | 1917 for ac_signal in 1 2 13 15; do |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1918 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal |
| 996 | 1919 done |
| 1920 ac_signal=0 | |
| 1921 | |
| 1922 # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1923 rm -f -r conftest* confdefs.h |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1924 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1925 $as_echo "/* confdefs.h */" > confdefs.h |
| 996 | 1926 |
| 1927 # Predefined preprocessor variables. | |
| 1928 | |
| 1929 cat >>confdefs.h <<_ACEOF | |
| 1930 #define PACKAGE_NAME "$PACKAGE_NAME" | |
| 1931 _ACEOF | |
| 1932 | |
| 1933 cat >>confdefs.h <<_ACEOF | |
| 1934 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
| 1935 _ACEOF | |
| 1936 | |
| 1937 cat >>confdefs.h <<_ACEOF | |
| 1938 #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
| 1939 _ACEOF | |
| 1940 | |
| 1941 cat >>confdefs.h <<_ACEOF | |
| 1942 #define PACKAGE_STRING "$PACKAGE_STRING" | |
| 1943 _ACEOF | |
| 1944 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1945 cat >>confdefs.h <<_ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1946 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1947 _ACEOF |
| 996 | 1948 |
| 1949 cat >>confdefs.h <<_ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1950 #define PACKAGE_URL "$PACKAGE_URL" |
| 996 | 1951 _ACEOF |
| 1952 | |
| 1953 | |
| 1954 # Let the site file select an alternate cache file if it wants to. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1955 # Prefer an explicitly selected file to automatically selected ones. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1956 ac_site_file1=NONE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1957 ac_site_file2=NONE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1958 if test -n "$CONFIG_SITE"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1959 # We do not want a PATH search for config.site. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1960 case $CONFIG_SITE in #(( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1961 -*) ac_site_file1=./$CONFIG_SITE;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1962 */*) ac_site_file1=$CONFIG_SITE;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1963 *) ac_site_file1=./$CONFIG_SITE;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1964 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1965 elif test "x$prefix" != xNONE; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1966 ac_site_file1=$prefix/share/config.site |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1967 ac_site_file2=$prefix/etc/config.site |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1968 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1969 ac_site_file1=$ac_default_prefix/share/config.site |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1970 ac_site_file2=$ac_default_prefix/etc/config.site |
| 996 | 1971 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1972 for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1973 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1974 test "x$ac_site_file" = xNONE && continue |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1975 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1976 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1977 $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 996 | 1978 sed 's/^/| /' "$ac_site_file" >&5 |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1979 . "$ac_site_file" \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1980 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1981 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1982 as_fn_error $? "failed to load site script $ac_site_file |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1983 See \`config.log' for more details" "$LINENO" 5; } |
| 996 | 1984 fi |
| 1985 done | |
| 1986 | |
| 1987 if test -r "$cache_file"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1988 # Some versions of bash will fail to source /dev/null (special files |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1989 # actually), so we avoid doing that. DJGPP emulates it as a regular file. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1990 if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1991 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1992 $as_echo "$as_me: loading cache $cache_file" >&6;} |
| 996 | 1993 case $cache_file in |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1994 [\\/]* | ?:[\\/]* ) . "$cache_file";; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1995 *) . "./$cache_file";; |
| 996 | 1996 esac |
| 1997 fi | |
| 1998 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
1999 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2000 $as_echo "$as_me: creating cache $cache_file" >&6;} |
| 996 | 2001 >$cache_file |
| 2002 fi | |
| 2003 | |
| 2004 # Check that the precious variables saved in the cache have kept the same | |
| 2005 # value. | |
| 2006 ac_cache_corrupted=false | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2007 for ac_var in $ac_precious_vars; do |
| 996 | 2008 eval ac_old_set=\$ac_cv_env_${ac_var}_set |
| 2009 eval ac_new_set=\$ac_env_${ac_var}_set | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2010 eval ac_old_val=\$ac_cv_env_${ac_var}_value |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2011 eval ac_new_val=\$ac_env_${ac_var}_value |
| 996 | 2012 case $ac_old_set,$ac_new_set in |
| 2013 set,) | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2014 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2015 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
| 996 | 2016 ac_cache_corrupted=: ;; |
| 2017 ,set) | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2018 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2019 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
| 996 | 2020 ac_cache_corrupted=: ;; |
| 2021 ,);; | |
| 2022 *) | |
| 2023 if test "x$ac_old_val" != "x$ac_new_val"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2024 # differences in whitespace do not lead to failure. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2025 ac_old_val_w=`echo x $ac_old_val` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2026 ac_new_val_w=`echo x $ac_new_val` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2027 if test "$ac_old_val_w" != "$ac_new_val_w"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2028 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2029 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2030 ac_cache_corrupted=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2031 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2032 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2033 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2034 eval $ac_var=\$ac_old_val |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2035 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2037 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2038 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2039 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} |
| 996 | 2040 fi;; |
| 2041 esac | |
| 2042 # Pass precious variables to config.status. | |
| 2043 if test "$ac_new_set" = set; then | |
| 2044 case $ac_new_val in | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2045 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 996 | 2046 *) ac_arg=$ac_var=$ac_new_val ;; |
| 2047 esac | |
| 2048 case " $ac_configure_args " in | |
| 2049 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2050 *) as_fn_append ac_configure_args " '$ac_arg'" ;; |
| 996 | 2051 esac |
| 2052 fi | |
| 2053 done | |
| 2054 if $ac_cache_corrupted; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2055 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2056 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2058 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2059 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
| 996 | 2060 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2061 ## -------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2062 ## Main body of script. ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2063 ## -------------------- ## |
| 996 | 2064 |
| 2065 ac_ext=c | |
| 2066 ac_cpp='$CPP $CPPFLAGS' | |
| 2067 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 2068 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 2069 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
| 2070 | |
| 2071 | |
| 2072 | |
| 2073 | |
| 2074 | |
| 2075 | |
| 2076 | |
| 2077 | |
| 2078 | |
| 2079 | |
| 2080 | |
| 2081 | |
| 2082 | |
| 2083 ac_ext=c | |
| 2084 ac_cpp='$CPP $CPPFLAGS' | |
| 2085 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 2086 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 2087 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
| 2088 if test -n "$ac_tool_prefix"; then | |
| 2089 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
| 2090 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2092 $as_echo_n "checking for $ac_word... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2093 if ${ac_cv_prog_CC+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2094 $as_echo_n "(cached) " >&6 |
| 996 | 2095 else |
| 2096 if test -n "$CC"; then | |
| 2097 ac_cv_prog_CC="$CC" # Let the user override the test. | |
| 2098 else | |
| 2099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 2100 for as_dir in $PATH | |
| 2101 do | |
| 2102 IFS=$as_save_IFS | |
| 2103 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2104 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 996 | 2106 ac_cv_prog_CC="${ac_tool_prefix}gcc" |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 996 | 2108 break 2 |
| 2109 fi | |
| 2110 done | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2111 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2112 IFS=$as_save_IFS |
| 996 | 2113 |
| 2114 fi | |
| 2115 fi | |
| 2116 CC=$ac_cv_prog_CC | |
| 2117 if test -n "$CC"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2119 $as_echo "$CC" >&6; } |
| 996 | 2120 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2122 $as_echo "no" >&6; } |
| 996 | 2123 fi |
| 2124 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2125 |
| 996 | 2126 fi |
| 2127 if test -z "$ac_cv_prog_CC"; then | |
| 2128 ac_ct_CC=$CC | |
| 2129 # Extract the first word of "gcc", so it can be a program name with args. | |
| 2130 set dummy gcc; ac_word=$2 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2132 $as_echo_n "checking for $ac_word... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2133 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2134 $as_echo_n "(cached) " >&6 |
| 996 | 2135 else |
| 2136 if test -n "$ac_ct_CC"; then | |
| 2137 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
| 2138 else | |
| 2139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 2140 for as_dir in $PATH | |
| 2141 do | |
| 2142 IFS=$as_save_IFS | |
| 2143 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2144 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 996 | 2146 ac_cv_prog_ac_ct_CC="gcc" |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 996 | 2148 break 2 |
| 2149 fi | |
| 2150 done | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2151 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2152 IFS=$as_save_IFS |
| 996 | 2153 |
| 2154 fi | |
| 2155 fi | |
| 2156 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
| 2157 if test -n "$ac_ct_CC"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2159 $as_echo "$ac_ct_CC" >&6; } |
| 996 | 2160 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2162 $as_echo "no" >&6; } |
| 996 | 2163 fi |
| 2164 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2165 if test "x$ac_ct_CC" = x; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2166 CC="" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2167 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2168 case $cross_compiling:$ac_tool_warned in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2169 yes:) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2171 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2172 ac_tool_warned=yes ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2173 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2174 CC=$ac_ct_CC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2175 fi |
| 996 | 2176 else |
| 2177 CC="$ac_cv_prog_CC" | |
| 2178 fi | |
| 2179 | |
| 2180 if test -z "$CC"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2181 if test -n "$ac_tool_prefix"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2182 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
| 996 | 2183 set dummy ${ac_tool_prefix}cc; ac_word=$2 |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2185 $as_echo_n "checking for $ac_word... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2186 if ${ac_cv_prog_CC+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2187 $as_echo_n "(cached) " >&6 |
| 996 | 2188 else |
| 2189 if test -n "$CC"; then | |
| 2190 ac_cv_prog_CC="$CC" # Let the user override the test. | |
| 2191 else | |
| 2192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 2193 for as_dir in $PATH | |
| 2194 do | |
| 2195 IFS=$as_save_IFS | |
| 2196 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2197 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 996 | 2199 ac_cv_prog_CC="${ac_tool_prefix}cc" |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 996 | 2201 break 2 |
| 2202 fi | |
| 2203 done | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2204 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2205 IFS=$as_save_IFS |
| 996 | 2206 |
| 2207 fi | |
| 2208 fi | |
| 2209 CC=$ac_cv_prog_CC | |
| 2210 if test -n "$CC"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2212 $as_echo "$CC" >&6; } |
| 996 | 2213 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2215 $as_echo "no" >&6; } |
| 996 | 2216 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2217 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2218 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2219 fi |
| 996 | 2220 fi |
| 2221 if test -z "$CC"; then | |
| 2222 # Extract the first word of "cc", so it can be a program name with args. | |
| 2223 set dummy cc; ac_word=$2 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2225 $as_echo_n "checking for $ac_word... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2226 if ${ac_cv_prog_CC+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2227 $as_echo_n "(cached) " >&6 |
| 996 | 2228 else |
| 2229 if test -n "$CC"; then | |
| 2230 ac_cv_prog_CC="$CC" # Let the user override the test. | |
| 2231 else | |
| 2232 ac_prog_rejected=no | |
| 2233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 2234 for as_dir in $PATH | |
| 2235 do | |
| 2236 IFS=$as_save_IFS | |
| 2237 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2238 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2239 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 996 | 2240 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 2241 ac_prog_rejected=yes | |
| 2242 continue | |
| 2243 fi | |
| 2244 ac_cv_prog_CC="cc" | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 996 | 2246 break 2 |
| 2247 fi | |
| 2248 done | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2249 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2250 IFS=$as_save_IFS |
| 996 | 2251 |
| 2252 if test $ac_prog_rejected = yes; then | |
| 2253 # We found a bogon in the path, so make sure we never use it. | |
| 2254 set dummy $ac_cv_prog_CC | |
| 2255 shift | |
| 2256 if test $# != 0; then | |
| 2257 # We chose a different compiler from the bogus one. | |
| 2258 # However, it has the same basename, so the bogon will be chosen | |
| 2259 # first if we set CC to just the basename; use the full file name. | |
| 2260 shift | |
| 2261 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
| 2262 fi | |
| 2263 fi | |
| 2264 fi | |
| 2265 fi | |
| 2266 CC=$ac_cv_prog_CC | |
| 2267 if test -n "$CC"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2269 $as_echo "$CC" >&6; } |
| 996 | 2270 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2272 $as_echo "no" >&6; } |
| 996 | 2273 fi |
| 2274 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2275 |
| 996 | 2276 fi |
| 2277 if test -z "$CC"; then | |
| 2278 if test -n "$ac_tool_prefix"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2279 for ac_prog in cl.exe |
| 996 | 2280 do |
| 2281 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
| 2282 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2284 $as_echo_n "checking for $ac_word... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2285 if ${ac_cv_prog_CC+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2286 $as_echo_n "(cached) " >&6 |
| 996 | 2287 else |
| 2288 if test -n "$CC"; then | |
| 2289 ac_cv_prog_CC="$CC" # Let the user override the test. | |
| 2290 else | |
| 2291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 2292 for as_dir in $PATH | |
| 2293 do | |
| 2294 IFS=$as_save_IFS | |
| 2295 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2296 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 996 | 2298 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 996 | 2300 break 2 |
| 2301 fi | |
| 2302 done | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2303 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2304 IFS=$as_save_IFS |
| 996 | 2305 |
| 2306 fi | |
| 2307 fi | |
| 2308 CC=$ac_cv_prog_CC | |
| 2309 if test -n "$CC"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2311 $as_echo "$CC" >&6; } |
| 996 | 2312 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2314 $as_echo "no" >&6; } |
| 996 | 2315 fi |
| 2316 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2317 |
| 996 | 2318 test -n "$CC" && break |
| 2319 done | |
| 2320 fi | |
| 2321 if test -z "$CC"; then | |
| 2322 ac_ct_CC=$CC | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2323 for ac_prog in cl.exe |
| 996 | 2324 do |
| 2325 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
| 2326 set dummy $ac_prog; ac_word=$2 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2328 $as_echo_n "checking for $ac_word... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2329 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2330 $as_echo_n "(cached) " >&6 |
| 996 | 2331 else |
| 2332 if test -n "$ac_ct_CC"; then | |
| 2333 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
| 2334 else | |
| 2335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 2336 for as_dir in $PATH | |
| 2337 do | |
| 2338 IFS=$as_save_IFS | |
| 2339 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2340 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 996 | 2342 ac_cv_prog_ac_ct_CC="$ac_prog" |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 996 | 2344 break 2 |
| 2345 fi | |
| 2346 done | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2347 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2348 IFS=$as_save_IFS |
| 996 | 2349 |
| 2350 fi | |
| 2351 fi | |
| 2352 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
| 2353 if test -n "$ac_ct_CC"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2355 $as_echo "$ac_ct_CC" >&6; } |
| 996 | 2356 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2358 $as_echo "no" >&6; } |
| 996 | 2359 fi |
| 2360 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2361 |
| 996 | 2362 test -n "$ac_ct_CC" && break |
| 2363 done | |
| 2364 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2365 if test "x$ac_ct_CC" = x; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2366 CC="" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2367 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2368 case $cross_compiling:$ac_tool_warned in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2369 yes:) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2372 ac_tool_warned=yes ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2373 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2374 CC=$ac_ct_CC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2375 fi |
| 996 | 2376 fi |
| 2377 | |
| 2378 fi | |
| 2379 | |
| 2380 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2381 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2382 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2383 as_fn_error $? "no acceptable C compiler found in \$PATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2384 See \`config.log' for more details" "$LINENO" 5; } |
| 996 | 2385 |
| 2386 # Provide some information about the compiler. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2387 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2388 set X $ac_compile |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2389 ac_compiler=$2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2390 for ac_option in --version -v -V -qversion; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2391 { { ac_try="$ac_compiler $ac_option >&5" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2392 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2394 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2395 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2396 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2397 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2398 (eval "$ac_compiler $ac_option >&5") 2>conftest.err |
| 996 | 2399 ac_status=$? |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2400 if test -s conftest.err; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2401 sed '10a\ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2402 ... rest of stderr output deleted ... |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2403 10q' conftest.err >conftest.er1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2404 cat conftest.er1 >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2405 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2406 rm -f conftest.er1 conftest.err |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2408 test $ac_status = 0; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2409 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2410 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2412 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2413 |
| 996 | 2414 int |
| 2415 main () | |
| 2416 { | |
| 2417 | |
| 2418 ; | |
| 2419 return 0; | |
| 2420 } | |
| 2421 _ACEOF | |
| 2422 ac_clean_files_save=$ac_clean_files | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2423 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
| 996 | 2424 # Try to create an executable without -o first, disregard a.out. |
| 2425 # It will help us diagnose broken compilers, and finding out an intuition | |
| 2426 # of exeext. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2428 $as_echo_n "checking whether the C compiler works... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2429 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2430 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2431 # The possible output files: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2432 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2433 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2434 ac_rmfiles= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2435 for ac_file in $ac_files |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2436 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2437 case $ac_file in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2438 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2439 * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2440 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2441 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2442 rm -f $ac_rmfiles |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2443 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2444 if { { ac_try="$ac_link_default" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2445 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2447 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2448 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2449 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2450 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2451 (eval "$ac_link_default") 2>&5 |
| 996 | 2452 ac_status=$? |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2454 test $ac_status = 0; }; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2455 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2456 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2457 # in a Makefile. We should not override ac_cv_exeext if it was cached, |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2458 # so that the user can short-circuit this test for compilers unknown to |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2459 # Autoconf. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2460 for ac_file in $ac_files '' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2461 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2462 test -f "$ac_file" || continue |
| 996 | 2463 case $ac_file in |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2464 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2465 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2466 [ab].out ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2467 # We found the default executable, but exeext='' is most |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2468 # certainly right. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2469 break;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2470 *.* ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2471 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2472 then :; else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2473 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2474 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2475 # We set ac_cv_exeext here because the later test for it is not |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2476 # safe: cross compilers may not add the suffix if given an `-o' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2477 # argument, so we may need to know it at that point already. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2478 # Even if this section looks crufty: it has the advantage of |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2479 # actually working. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2480 break;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2481 * ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2482 break;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2483 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2484 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2485 test "$ac_cv_exeext" = no && ac_cv_exeext= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2486 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2487 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2488 ac_file='' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2489 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2490 if test -z "$ac_file"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2492 $as_echo "no" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2493 $as_echo "$as_me: failed program was:" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2494 sed 's/^/| /' conftest.$ac_ext >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2495 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2498 as_fn_error 77 "C compiler cannot create executables |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2499 See \`config.log' for more details" "$LINENO" 5; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2500 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2502 $as_echo "yes" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2503 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2505 $as_echo_n "checking for C compiler default output file name... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2507 $as_echo "$ac_file" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2508 ac_exeext=$ac_cv_exeext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2509 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2510 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2511 ac_clean_files=$ac_clean_files_save |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2513 $as_echo_n "checking for suffix of executables... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2514 if { { ac_try="$ac_link" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2515 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2517 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2518 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2519 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2520 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2521 (eval "$ac_link") 2>&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2522 ac_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2524 test $ac_status = 0; }; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2525 # If both `conftest.exe' and `conftest' are `present' (well, observable) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2526 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2527 # work properly (i.e., refer to `conftest.exe'), while it won't with |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2528 # `rm'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2529 for ac_file in conftest.exe conftest conftest.*; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2530 test -f "$ac_file" || continue |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2531 case $ac_file in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2532 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
| 996 | 2533 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2534 break;; |
| 996 | 2535 * ) break;; |
| 2536 esac | |
| 2537 done | |
| 2538 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2539 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2541 as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2542 See \`config.log' for more details" "$LINENO" 5; } |
| 996 | 2543 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2544 rm -f conftest conftest$ac_cv_exeext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2546 $as_echo "$ac_cv_exeext" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2547 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2548 rm -f conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2549 EXEEXT=$ac_cv_exeext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2550 ac_exeext=$EXEEXT |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2552 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2553 #include <stdio.h> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2554 int |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2555 main () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2556 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2557 FILE *f = fopen ("conftest.out", "w"); |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2558 return ferror (f) || fclose (f) != 0; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2559 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2560 ; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2561 return 0; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2562 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2563 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2564 ac_clean_files="$ac_clean_files conftest.out" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2565 # Check that the compiler produces executables we can run. If not, either |
| 996 | 2566 # the compiler is broken, or we cross compile. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2568 $as_echo_n "checking whether we are cross compiling... " >&6; } |
| 996 | 2569 if test "$cross_compiling" != yes; then |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2570 { { ac_try="$ac_link" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2571 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2573 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2574 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2575 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2576 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2577 (eval "$ac_link") 2>&5 |
| 996 | 2578 ac_status=$? |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2580 test $ac_status = 0; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2581 if { ac_try='./conftest$ac_cv_exeext' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2582 { { case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2584 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2585 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2586 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2587 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2588 (eval "$ac_try") 2>&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2589 ac_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2591 test $ac_status = 0; }; }; then |
| 996 | 2592 cross_compiling=no |
| 2593 else | |
| 2594 if test "$cross_compiling" = maybe; then | |
| 2595 cross_compiling=yes | |
| 2596 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2597 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2598 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2599 as_fn_error $? "cannot run C compiled programs. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2600 If you meant to cross compile, use \`--host'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2601 See \`config.log' for more details" "$LINENO" 5; } |
| 996 | 2602 fi |
| 2603 fi | |
| 2604 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2606 $as_echo "$cross_compiling" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2607 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2608 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
| 996 | 2609 ac_clean_files=$ac_clean_files_save |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2611 $as_echo_n "checking for suffix of object files... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2612 if ${ac_cv_objext+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2613 $as_echo_n "(cached) " >&6 |
| 996 | 2614 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2616 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2617 |
| 996 | 2618 int |
| 2619 main () | |
| 2620 { | |
| 2621 | |
| 2622 ; | |
| 2623 return 0; | |
| 2624 } | |
| 2625 _ACEOF | |
| 2626 rm -f conftest.o conftest.obj | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2627 if { { ac_try="$ac_compile" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2628 case "(($ac_try" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2630 *) ac_try_echo=$ac_try;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2631 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2632 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2633 $as_echo "$ac_try_echo"; } >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2634 (eval "$ac_compile") 2>&5 |
| 996 | 2635 ac_status=$? |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2637 test $ac_status = 0; }; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2638 for ac_file in conftest.o conftest.obj conftest.*; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2639 test -f "$ac_file" || continue; |
| 996 | 2640 case $ac_file in |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2641 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
| 996 | 2642 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
| 2643 break;; | |
| 2644 esac | |
| 2645 done | |
| 2646 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2647 $as_echo "$as_me: failed program was:" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2648 sed 's/^/| /' conftest.$ac_ext >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2649 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2650 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2651 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2652 as_fn_error $? "cannot compute suffix of object files: cannot compile |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2653 See \`config.log' for more details" "$LINENO" 5; } |
| 996 | 2654 fi |
| 2655 rm -f conftest.$ac_cv_objext conftest.$ac_ext | |
| 2656 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2658 $as_echo "$ac_cv_objext" >&6; } |
| 996 | 2659 OBJEXT=$ac_cv_objext |
| 2660 ac_objext=$OBJEXT | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2662 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2663 if ${ac_cv_c_compiler_gnu+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2664 $as_echo_n "(cached) " >&6 |
| 996 | 2665 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2667 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2668 |
| 996 | 2669 int |
| 2670 main () | |
| 2671 { | |
| 2672 #ifndef __GNUC__ | |
| 2673 choke me | |
| 2674 #endif | |
| 2675 | |
| 2676 ; | |
| 2677 return 0; | |
| 2678 } | |
| 2679 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2680 if ac_fn_c_try_compile "$LINENO"; then : |
| 996 | 2681 ac_compiler_gnu=yes |
| 2682 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2683 ac_compiler_gnu=no |
| 996 | 2684 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 996 | 2686 ac_cv_c_compiler_gnu=$ac_compiler_gnu |
| 2687 | |
| 2688 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2690 $as_echo "$ac_cv_c_compiler_gnu" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2691 if test $ac_compiler_gnu = yes; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2692 GCC=yes |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2693 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2694 GCC= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2695 fi |
| 996 | 2696 ac_test_CFLAGS=${CFLAGS+set} |
| 2697 ac_save_CFLAGS=$CFLAGS | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2699 $as_echo_n "checking whether $CC accepts -g... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2700 if ${ac_cv_prog_cc_g+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2701 $as_echo_n "(cached) " >&6 |
| 996 | 2702 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2703 ac_save_c_werror_flag=$ac_c_werror_flag |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2704 ac_c_werror_flag=yes |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2705 ac_cv_prog_cc_g=no |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2706 CFLAGS="-g" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2708 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2709 |
| 996 | 2710 int |
| 2711 main () | |
| 2712 { | |
| 2713 | |
| 2714 ; | |
| 2715 return 0; | |
| 2716 } | |
| 2717 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2718 if ac_fn_c_try_compile "$LINENO"; then : |
| 996 | 2719 ac_cv_prog_cc_g=yes |
| 2720 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2721 CFLAGS="" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2723 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2724 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2725 int |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2726 main () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2727 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2728 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2729 ; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2730 return 0; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2731 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2732 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2733 if ac_fn_c_try_compile "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2734 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2735 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2736 ac_c_werror_flag=$ac_save_c_werror_flag |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2737 CFLAGS="-g" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2739 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2740 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2741 int |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2742 main () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2743 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2744 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2745 ; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2746 return 0; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2747 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2748 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2749 if ac_fn_c_try_compile "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2750 ac_cv_prog_cc_g=yes |
| 996 | 2751 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2753 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 996 | 2755 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2757 ac_c_werror_flag=$ac_save_c_werror_flag |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2758 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2760 $as_echo "$ac_cv_prog_cc_g" >&6; } |
| 996 | 2761 if test "$ac_test_CFLAGS" = set; then |
| 2762 CFLAGS=$ac_save_CFLAGS | |
| 2763 elif test $ac_cv_prog_cc_g = yes; then | |
| 2764 if test "$GCC" = yes; then | |
| 2765 CFLAGS="-g -O2" | |
| 2766 else | |
| 2767 CFLAGS="-g" | |
| 2768 fi | |
| 2769 else | |
| 2770 if test "$GCC" = yes; then | |
| 2771 CFLAGS="-O2" | |
| 2772 else | |
| 2773 CFLAGS= | |
| 2774 fi | |
| 2775 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2777 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2778 if ${ac_cv_prog_cc_c89+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2779 $as_echo_n "(cached) " >&6 |
| 996 | 2780 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2781 ac_cv_prog_cc_c89=no |
| 996 | 2782 ac_save_CC=$CC |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2784 /* end confdefs.h. */ |
| 996 | 2785 #include <stdarg.h> |
| 2786 #include <stdio.h> | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2787 struct stat; |
| 996 | 2788 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 2789 struct buf { int x; }; | |
| 2790 FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
| 2791 static char *e (p, i) | |
| 2792 char **p; | |
| 2793 int i; | |
| 2794 { | |
| 2795 return p[i]; | |
| 2796 } | |
| 2797 static char *f (char * (*g) (char **, int), char **p, ...) | |
| 2798 { | |
| 2799 char *s; | |
| 2800 va_list v; | |
| 2801 va_start (v,p); | |
| 2802 s = g (p, va_arg (v,int)); | |
| 2803 va_end (v); | |
| 2804 return s; | |
| 2805 } | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2806 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2807 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2808 function prototypes and stuff, but not '\xHH' hex character constants. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2809 These don't provoke an error unfortunately, instead are silently treated |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2810 as 'x'. The following induces an error, until -std is added to get |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2811 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2812 array size at least. It's necessary to write '\x00'==0 to get something |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2813 that's true only with -std. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2814 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2815 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2816 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2817 inside strings and character constants. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2818 #define FOO(x) 'x' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2819 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2820 |
| 996 | 2821 int test (int i, double x); |
| 2822 struct s1 {int (*f) (int a);}; | |
| 2823 struct s2 {int (*f) (double a);}; | |
| 2824 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
| 2825 int argc; | |
| 2826 char **argv; | |
| 2827 int | |
| 2828 main () | |
| 2829 { | |
| 2830 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
| 2831 ; | |
| 2832 return 0; | |
| 2833 } | |
| 2834 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2835 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2836 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
| 996 | 2837 do |
| 2838 CC="$ac_save_CC $ac_arg" | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2839 if ac_fn_c_try_compile "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2840 ac_cv_prog_cc_c89=$ac_arg |
| 996 | 2841 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2842 rm -f core conftest.err conftest.$ac_objext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2843 test "x$ac_cv_prog_cc_c89" != "xno" && break |
| 996 | 2844 done |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2845 rm -f conftest.$ac_ext |
| 996 | 2846 CC=$ac_save_CC |
| 2847 | |
| 2848 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2849 # AC_CACHE_VAL |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2850 case "x$ac_cv_prog_cc_c89" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2851 x) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2853 $as_echo "none needed" >&6; } ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2854 xno) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2856 $as_echo "unsupported" >&6; } ;; |
| 996 | 2857 *) |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2858 CC="$CC $ac_cv_prog_cc_c89" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2860 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; |
| 996 | 2861 esac |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2862 if test "x$ac_cv_prog_cc_c89" != xno; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2863 |
| 996 | 2864 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2865 |
| 996 | 2866 ac_ext=c |
| 2867 ac_cpp='$CPP $CPPFLAGS' | |
| 2868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 2869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 2870 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
| 2871 | |
| 2872 ac_aux_dir= | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2873 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2874 if test -f "$ac_dir/install-sh"; then |
| 996 | 2875 ac_aux_dir=$ac_dir |
| 2876 ac_install_sh="$ac_aux_dir/install-sh -c" | |
| 2877 break | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2878 elif test -f "$ac_dir/install.sh"; then |
| 996 | 2879 ac_aux_dir=$ac_dir |
| 2880 ac_install_sh="$ac_aux_dir/install.sh -c" | |
| 2881 break | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2882 elif test -f "$ac_dir/shtool"; then |
| 996 | 2883 ac_aux_dir=$ac_dir |
| 2884 ac_install_sh="$ac_aux_dir/shtool install -c" | |
| 2885 break | |
| 2886 fi | |
| 2887 done | |
| 2888 if test -z "$ac_aux_dir"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2889 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
| 996 | 2890 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2891 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2892 # These three variables are undocumented and unsupported, |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2893 # and are intended to be withdrawn in a future Autoconf release. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2894 # They can cause serious problems if a builder's source tree is in a directory |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2895 # whose full name contains unusual characters. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2896 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2897 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2898 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2899 |
| 996 | 2900 |
| 2901 # Find a good install program. We prefer a C program (faster), | |
| 2902 # so one script is as good as another. But avoid the broken or | |
| 2903 # incompatible versions: | |
| 2904 # SysV /etc/install, /usr/sbin/install | |
| 2905 # SunOS /usr/etc/install | |
| 2906 # IRIX /sbin/install | |
| 2907 # AIX /bin/install | |
| 2908 # AmigaOS /C/install, which installs bootblocks on floppy discs | |
| 2909 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
| 2910 # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
| 2911 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2912 # OS/2's system install, which has a completely different semantic |
| 996 | 2913 # ./install, which can be erroneously created by make from ./install.sh. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2914 # Reject install programs that cannot install multiple files. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2916 $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 996 | 2917 if test -z "$INSTALL"; then |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2918 if ${ac_cv_path_install+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2919 $as_echo_n "(cached) " >&6 |
| 996 | 2920 else |
| 2921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 2922 for as_dir in $PATH | |
| 2923 do | |
| 2924 IFS=$as_save_IFS | |
| 2925 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2926 # Account for people who put trailing slashes in PATH elements. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2927 case $as_dir/ in #(( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2928 ./ | .// | /[cC]/* | \ |
| 996 | 2929 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2930 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
| 996 | 2931 /usr/ucb/* ) ;; |
| 2932 *) | |
| 2933 # OSF1 and SCO ODT 3.0 have their own names for install. | |
| 2934 # Don't use installbsd from OSF since it installs stuff as root | |
| 2935 # by default. | |
| 2936 for ac_prog in ginstall scoinst install; do | |
| 2937 for ac_exec_ext in '' $ac_executable_extensions; do | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2938 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2939 if test $ac_prog = install && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2940 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2941 # AIX install. It has an incompatible calling convention. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2942 : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2943 elif test $ac_prog = install && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2944 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2945 # program-specific install script used by HP pwplus--don't use. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2946 : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2947 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2948 rm -rf conftest.one conftest.two conftest.dir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2949 echo one > conftest.one |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2950 echo two > conftest.two |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2951 mkdir conftest.dir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2952 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2953 test -s conftest.one && test -s conftest.two && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2954 test -s conftest.dir/conftest.one && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2955 test -s conftest.dir/conftest.two |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2956 then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2957 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2958 break 3 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2959 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2960 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2961 fi |
| 996 | 2962 done |
| 2963 done | |
| 2964 ;; | |
| 2965 esac | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2966 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2967 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2968 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2969 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2970 rm -rf conftest.one conftest.two conftest.dir |
| 996 | 2971 |
| 2972 fi | |
| 2973 if test "${ac_cv_path_install+set}" = set; then | |
| 2974 INSTALL=$ac_cv_path_install | |
| 2975 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2976 # As a last resort, use the slow shell script. Don't cache a |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2977 # value for INSTALL within a source directory, because that will |
| 996 | 2978 # break other packages using the cache if that directory is |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2979 # removed, or if the value is a relative name. |
| 996 | 2980 INSTALL=$ac_install_sh |
| 2981 fi | |
| 2982 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
2984 $as_echo "$INSTALL" >&6; } |
| 996 | 2985 |
| 2986 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
| 2987 # It thinks the first close brace ends the variable substitution. | |
| 2988 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
| 2989 | |
| 2990 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
| 2991 | |
| 2992 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
| 2993 | |
| 2994 | |
| 2995 | |
| 2996 | |
| 2997 # Find ELLCC | |
| 2998 | |
| 2999 # Extract the first word of "ellcc", so it can be a program name with args. | |
| 3000 set dummy ellcc; ac_word=$2 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3002 $as_echo_n "checking for $ac_word... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3003 if ${ac_cv_path_ELLCC+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3004 $as_echo_n "(cached) " >&6 |
| 996 | 3005 else |
| 3006 case $ELLCC in | |
| 3007 [\\/]* | ?:[\\/]*) | |
| 3008 ac_cv_path_ELLCC="$ELLCC" # Let the user override the test with a path. | |
| 3009 ;; | |
| 3010 *) | |
| 3011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 3012 for as_dir in $PATH | |
| 3013 do | |
| 3014 IFS=$as_save_IFS | |
| 3015 test -z "$as_dir" && as_dir=. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3016 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 996 | 3018 ac_cv_path_ELLCC="$as_dir/$ac_word$ac_exec_ext" |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 996 | 3020 break 2 |
| 3021 fi | |
| 3022 done | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3023 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3024 IFS=$as_save_IFS |
| 996 | 3025 |
| 3026 test -z "$ac_cv_path_ELLCC" && ac_cv_path_ELLCC=""FAIL"" | |
| 3027 ;; | |
| 3028 esac | |
| 3029 fi | |
| 3030 ELLCC=$ac_cv_path_ELLCC | |
| 3031 if test -n "$ELLCC"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ELLCC" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3033 $as_echo "$ELLCC" >&6; } |
| 996 | 3034 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3036 $as_echo "no" >&6; } |
| 996 | 3037 fi |
| 3038 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3039 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3040 if test "$ELLCC" = "FAIL"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3041 as_fn_error $? "Cannot find ellcc" "$LINENO" 5 |
| 996 | 3042 fi |
| 3043 | |
| 3044 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3045 libpq_fe_h_file="" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3046 for header_dir in $pg_header_dir "" "pgsql" "postgresql" "postgresql94" "postgresql-9.4" "postgresql84" "postgresql-8.4"; do |
| 996 | 3047 |
| 3048 ac_ext=c | |
| 3049 ac_cpp='$CPP $CPPFLAGS' | |
| 3050 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 3051 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 3052 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3054 $as_echo_n "checking how to run the C preprocessor... " >&6; } |
| 996 | 3055 # On Suns, sometimes $CPP names a directory. |
| 3056 if test -n "$CPP" && test -d "$CPP"; then | |
| 3057 CPP= | |
| 3058 fi | |
| 3059 if test -z "$CPP"; then | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3060 if ${ac_cv_prog_CPP+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3061 $as_echo_n "(cached) " >&6 |
| 996 | 3062 else |
| 3063 # Double quotes because CPP needs to be expanded | |
| 3064 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
| 3065 do | |
| 3066 ac_preproc_ok=false | |
| 3067 for ac_c_preproc_warn_flag in '' yes | |
| 3068 do | |
| 3069 # Use a header file that comes with gcc, so configuring glibc | |
| 3070 # with a fresh cross-compiler works. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3071 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3072 # <limits.h> exists even on freestanding compilers. |
| 996 | 3073 # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3074 # not just through cpp. "Syntax error" is here to catch this case. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3076 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3077 #ifdef __STDC__ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3078 # include <limits.h> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3079 #else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3080 # include <assert.h> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3081 #endif |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3082 Syntax error |
| 996 | 3083 _ACEOF |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3084 if ac_fn_c_try_cpp "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3085 |
| 996 | 3086 else |
| 3087 # Broken: fails on valid input. | |
| 3088 continue | |
| 3089 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3090 rm -f conftest.err conftest.i conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3091 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3092 # OK, works on sane cases. Now check whether nonexistent headers |
| 996 | 3093 # can be detected and how. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3095 /* end confdefs.h. */ |
| 996 | 3096 #include <ac_nonexistent.h> |
| 3097 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3098 if ac_fn_c_try_cpp "$LINENO"; then : |
| 996 | 3099 # Broken: success on invalid input. |
| 3100 continue | |
| 3101 else | |
| 3102 # Passes both tests. | |
| 3103 ac_preproc_ok=: | |
| 3104 break | |
| 3105 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3106 rm -f conftest.err conftest.i conftest.$ac_ext |
| 996 | 3107 |
| 3108 done | |
| 3109 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3110 rm -f conftest.i conftest.err conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3111 if $ac_preproc_ok; then : |
| 996 | 3112 break |
| 3113 fi | |
| 3114 | |
| 3115 done | |
| 3116 ac_cv_prog_CPP=$CPP | |
| 3117 | |
| 3118 fi | |
| 3119 CPP=$ac_cv_prog_CPP | |
| 3120 else | |
| 3121 ac_cv_prog_CPP=$CPP | |
| 3122 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3124 $as_echo "$CPP" >&6; } |
| 996 | 3125 ac_preproc_ok=false |
| 3126 for ac_c_preproc_warn_flag in '' yes | |
| 3127 do | |
| 3128 # Use a header file that comes with gcc, so configuring glibc | |
| 3129 # with a fresh cross-compiler works. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3130 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3131 # <limits.h> exists even on freestanding compilers. |
| 996 | 3132 # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3133 # not just through cpp. "Syntax error" is here to catch this case. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3135 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3136 #ifdef __STDC__ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3137 # include <limits.h> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3138 #else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3139 # include <assert.h> |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3140 #endif |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3141 Syntax error |
| 996 | 3142 _ACEOF |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3143 if ac_fn_c_try_cpp "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3144 |
| 996 | 3145 else |
| 3146 # Broken: fails on valid input. | |
| 3147 continue | |
| 3148 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3149 rm -f conftest.err conftest.i conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3150 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3151 # OK, works on sane cases. Now check whether nonexistent headers |
| 996 | 3152 # can be detected and how. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3154 /* end confdefs.h. */ |
| 996 | 3155 #include <ac_nonexistent.h> |
| 3156 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3157 if ac_fn_c_try_cpp "$LINENO"; then : |
| 996 | 3158 # Broken: success on invalid input. |
| 3159 continue | |
| 3160 else | |
| 3161 # Passes both tests. | |
| 3162 ac_preproc_ok=: | |
| 3163 break | |
| 3164 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3165 rm -f conftest.err conftest.i conftest.$ac_ext |
| 996 | 3166 |
| 3167 done | |
| 3168 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3169 rm -f conftest.i conftest.err conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3170 if $ac_preproc_ok; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3171 |
| 996 | 3172 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3173 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3174 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3175 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3176 See \`config.log' for more details" "$LINENO" 5; } |
| 996 | 3177 fi |
| 3178 | |
| 3179 ac_ext=c | |
| 3180 ac_cpp='$CPP $CPPFLAGS' | |
| 3181 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 3182 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 3183 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
| 3184 | |
| 3185 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3187 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3188 if ${ac_cv_path_GREP+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3189 $as_echo_n "(cached) " >&6 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3190 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3191 if test -z "$GREP"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3192 ac_path_GREP_found=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3193 # Loop through the user's path and test for each of PROGNAME-LIST |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3195 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3196 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3197 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3198 test -z "$as_dir" && as_dir=. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3199 for ac_prog in grep ggrep; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3200 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3201 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3202 as_fn_executable_p "$ac_path_GREP" || continue |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3203 # Check for GNU ac_path_GREP and select it if it is found. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3204 # Check for GNU $ac_path_GREP |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3205 case `"$ac_path_GREP" --version 2>&1` in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3206 *GNU*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3207 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3208 *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3209 ac_count=0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3210 $as_echo_n 0123456789 >"conftest.in" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3211 while : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3212 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3213 cat "conftest.in" "conftest.in" >"conftest.tmp" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3214 mv "conftest.tmp" "conftest.in" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3215 cp "conftest.in" "conftest.nl" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3216 $as_echo 'GREP' >> "conftest.nl" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3217 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3218 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3219 as_fn_arith $ac_count + 1 && ac_count=$as_val |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3220 if test $ac_count -gt ${ac_path_GREP_max-0}; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3221 # Best one so far, save it but keep looking for a better one |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3222 ac_cv_path_GREP="$ac_path_GREP" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3223 ac_path_GREP_max=$ac_count |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3224 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3225 # 10*(2^10) chars as input seems more than enough |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3226 test $ac_count -gt 10 && break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3227 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3228 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3229 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3230 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3231 $ac_path_GREP_found && break 3 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3232 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3233 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3234 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3235 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3236 if test -z "$ac_cv_path_GREP"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3237 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3238 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3239 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3240 ac_cv_path_GREP=$GREP |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3241 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3242 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3243 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3245 $as_echo "$ac_cv_path_GREP" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3246 GREP="$ac_cv_path_GREP" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3247 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3248 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3250 $as_echo_n "checking for egrep... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3251 if ${ac_cv_path_EGREP+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3252 $as_echo_n "(cached) " >&6 |
| 996 | 3253 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3254 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3255 then ac_cv_path_EGREP="$GREP -E" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3256 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3257 if test -z "$EGREP"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3258 ac_path_EGREP_found=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3259 # Loop through the user's path and test for each of PROGNAME-LIST |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3261 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3262 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3263 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3264 test -z "$as_dir" && as_dir=. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3265 for ac_prog in egrep; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3266 for ac_exec_ext in '' $ac_executable_extensions; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3267 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3268 as_fn_executable_p "$ac_path_EGREP" || continue |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3269 # Check for GNU ac_path_EGREP and select it if it is found. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3270 # Check for GNU $ac_path_EGREP |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3271 case `"$ac_path_EGREP" --version 2>&1` in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3272 *GNU*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3273 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3274 *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3275 ac_count=0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3276 $as_echo_n 0123456789 >"conftest.in" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3277 while : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3278 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3279 cat "conftest.in" "conftest.in" >"conftest.tmp" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3280 mv "conftest.tmp" "conftest.in" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3281 cp "conftest.in" "conftest.nl" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3282 $as_echo 'EGREP' >> "conftest.nl" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3283 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3284 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3285 as_fn_arith $ac_count + 1 && ac_count=$as_val |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3286 if test $ac_count -gt ${ac_path_EGREP_max-0}; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3287 # Best one so far, save it but keep looking for a better one |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3288 ac_cv_path_EGREP="$ac_path_EGREP" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3289 ac_path_EGREP_max=$ac_count |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3290 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3291 # 10*(2^10) chars as input seems more than enough |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3292 test $ac_count -gt 10 && break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3293 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3294 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3295 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3296 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3297 $ac_path_EGREP_found && break 3 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3298 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3299 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3300 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3301 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3302 if test -z "$ac_cv_path_EGREP"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3303 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3304 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3305 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3306 ac_cv_path_EGREP=$EGREP |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3307 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3308 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3309 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3310 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3312 $as_echo "$ac_cv_path_EGREP" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3313 EGREP="$ac_cv_path_EGREP" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3314 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3315 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3317 $as_echo_n "checking for ANSI C header files... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3318 if ${ac_cv_header_stdc+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3319 $as_echo_n "(cached) " >&6 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3320 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3322 /* end confdefs.h. */ |
| 996 | 3323 #include <stdlib.h> |
| 3324 #include <stdarg.h> | |
| 3325 #include <string.h> | |
| 3326 #include <float.h> | |
| 3327 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3328 int |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3329 main () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3330 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3331 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3332 ; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3333 return 0; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3334 } |
| 996 | 3335 _ACEOF |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3336 if ac_fn_c_try_compile "$LINENO"; then : |
| 996 | 3337 ac_cv_header_stdc=yes |
| 3338 else | |
| 3339 ac_cv_header_stdc=no | |
| 3340 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 996 | 3342 |
| 3343 if test $ac_cv_header_stdc = yes; then | |
| 3344 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3346 /* end confdefs.h. */ |
| 996 | 3347 #include <string.h> |
| 3348 | |
| 3349 _ACEOF | |
| 3350 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3351 $EGREP "memchr" >/dev/null 2>&1; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3352 |
| 996 | 3353 else |
| 3354 ac_cv_header_stdc=no | |
| 3355 fi | |
| 3356 rm -f conftest* | |
| 3357 | |
| 3358 fi | |
| 3359 | |
| 3360 if test $ac_cv_header_stdc = yes; then | |
| 3361 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3363 /* end confdefs.h. */ |
| 996 | 3364 #include <stdlib.h> |
| 3365 | |
| 3366 _ACEOF | |
| 3367 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3368 $EGREP "free" >/dev/null 2>&1; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3369 |
| 996 | 3370 else |
| 3371 ac_cv_header_stdc=no | |
| 3372 fi | |
| 3373 rm -f conftest* | |
| 3374 | |
| 3375 fi | |
| 3376 | |
| 3377 if test $ac_cv_header_stdc = yes; then | |
| 3378 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3379 if test "$cross_compiling" = yes; then : |
| 996 | 3380 : |
| 3381 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3383 /* end confdefs.h. */ |
| 996 | 3384 #include <ctype.h> |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3385 #include <stdlib.h> |
| 996 | 3386 #if ((' ' & 0x0FF) == 0x020) |
| 3387 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
| 3388 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
| 3389 #else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3390 # define ISLOWER(c) \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3391 (('a' <= (c) && (c) <= 'i') \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3392 || ('j' <= (c) && (c) <= 'r') \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3393 || ('s' <= (c) && (c) <= 'z')) |
| 996 | 3394 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
| 3395 #endif | |
| 3396 | |
| 3397 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
| 3398 int | |
| 3399 main () | |
| 3400 { | |
| 3401 int i; | |
| 3402 for (i = 0; i < 256; i++) | |
| 3403 if (XOR (islower (i), ISLOWER (i)) | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3404 || toupper (i) != TOUPPER (i)) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3405 return 2; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3406 return 0; |
| 996 | 3407 } |
| 3408 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3409 if ac_fn_c_try_run "$LINENO"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3410 |
| 996 | 3411 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3412 ac_cv_header_stdc=no |
| 996 | 3413 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3414 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3415 conftest.$ac_objext conftest.beam conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3416 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3417 |
| 996 | 3418 fi |
| 3419 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3421 $as_echo "$ac_cv_header_stdc" >&6; } |
| 996 | 3422 if test $ac_cv_header_stdc = yes; then |
| 3423 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3424 $as_echo "#define STDC_HEADERS 1" >>confdefs.h |
| 996 | 3425 |
| 3426 fi | |
| 3427 | |
| 3428 # On IRIX 5.3, sys/types and inttypes.h are conflicting. | |
| 3429 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3430 inttypes.h stdint.h unistd.h |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3431 do : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3432 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3433 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3434 " |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3435 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 996 | 3436 cat >>confdefs.h <<_ACEOF |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3437 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 996 | 3438 _ACEOF |
| 3439 | |
| 3440 fi | |
| 3441 | |
| 3442 done | |
| 3443 | |
| 3444 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3445 as_ac_Header=`$as_echo "ac_cv_header_${header_dir}/libpq-fe.h" | $as_tr_sh` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3446 ac_fn_c_check_header_mongrel "$LINENO" "${header_dir}/libpq-fe.h" "$as_ac_Header" "$ac_includes_default" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3447 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3448 libpq_fe_h_file=${header_dir}/libpq-fe.h; break |
| 996 | 3449 fi |
| 3450 | |
| 3451 | |
| 3452 done | |
| 3453 | |
| 3454 test -z "$libpq_fe_h_file" && | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3455 as_fn_error $? "Cannot find the PostgresQL header files; try specifying CPPFLAGS." "$LINENO" 5 |
| 996 | 3456 cat >>confdefs.h <<_ACEOF |
| 3457 #define LIBPQ_FE_H_FILE "$libpq_fe_h_file" | |
| 3458 _ACEOF | |
| 3459 | |
| 3460 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQconnectdb in -lpq" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3462 $as_echo_n "checking for PQconnectdb in -lpq... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3463 if ${ac_cv_lib_pq_PQconnectdb+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3464 $as_echo_n "(cached) " >&6 |
| 996 | 3465 else |
| 3466 ac_check_lib_save_LIBS=$LIBS | |
| 3467 LIBS="-lpq $LIBS" | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3469 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3470 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3471 /* Override any GCC internal prototype to avoid an error. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3472 Use char because int might match the return type of a GCC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3473 builtin and then its argument prototype would still apply. */ |
| 996 | 3474 #ifdef __cplusplus |
| 3475 extern "C" | |
| 3476 #endif | |
| 3477 char PQconnectdb (); | |
| 3478 int | |
| 3479 main () | |
| 3480 { | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3481 return PQconnectdb (); |
| 996 | 3482 ; |
| 3483 return 0; | |
| 3484 } | |
| 3485 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3486 if ac_fn_c_try_link "$LINENO"; then : |
| 996 | 3487 ac_cv_lib_pq_PQconnectdb=yes |
| 3488 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3489 ac_cv_lib_pq_PQconnectdb=no |
| 996 | 3490 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3491 rm -f core conftest.err conftest.$ac_objext \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3492 conftest$ac_exeext conftest.$ac_ext |
| 996 | 3493 LIBS=$ac_check_lib_save_LIBS |
| 3494 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pq_PQconnectdb" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3496 $as_echo "$ac_cv_lib_pq_PQconnectdb" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3497 if test "x$ac_cv_lib_pq_PQconnectdb" = xyes; then : |
| 996 | 3498 cat >>confdefs.h <<_ACEOF |
| 3499 #define HAVE_LIBPQ 1 | |
| 3500 _ACEOF | |
| 3501 | |
| 3502 LIBS="-lpq $LIBS" | |
| 3503 | |
| 3504 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3505 as_fn_error $? "Cannot find the PostgresQL library. Try specifying LDFLAGS." "$LINENO" 5 |
| 996 | 3506 fi |
| 3507 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQconnectStart in -lpq" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3509 $as_echo_n "checking for PQconnectStart in -lpq... " >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3510 if ${ac_cv_lib_pq_PQconnectStart+:} false; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3511 $as_echo_n "(cached) " >&6 |
| 996 | 3512 else |
| 3513 ac_check_lib_save_LIBS=$LIBS | |
| 3514 LIBS="-lpq $LIBS" | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3516 /* end confdefs.h. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3517 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3518 /* Override any GCC internal prototype to avoid an error. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3519 Use char because int might match the return type of a GCC |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3520 builtin and then its argument prototype would still apply. */ |
| 996 | 3521 #ifdef __cplusplus |
| 3522 extern "C" | |
| 3523 #endif | |
| 3524 char PQconnectStart (); | |
| 3525 int | |
| 3526 main () | |
| 3527 { | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3528 return PQconnectStart (); |
| 996 | 3529 ; |
| 3530 return 0; | |
| 3531 } | |
| 3532 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3533 if ac_fn_c_try_link "$LINENO"; then : |
| 996 | 3534 ac_cv_lib_pq_PQconnectStart=yes |
| 3535 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3536 ac_cv_lib_pq_PQconnectStart=no |
| 996 | 3537 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3538 rm -f core conftest.err conftest.$ac_objext \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3539 conftest$ac_exeext conftest.$ac_ext |
| 996 | 3540 LIBS=$ac_check_lib_save_LIBS |
| 3541 fi | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pq_PQconnectStart" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3543 $as_echo "$ac_cv_lib_pq_PQconnectStart" >&6; } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3544 if test "x$ac_cv_lib_pq_PQconnectStart" = xyes; then : |
| 996 | 3545 |
| 3546 with_postgresqlv7=yes; | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3547 $as_echo "#define HAVE_POSTGRESQLV7 1" >>confdefs.h |
| 996 | 3548 |
| 3549 fi | |
| 3550 | |
| 3551 postgresql_libs="$LIBS" | |
| 3552 | |
| 3553 | |
| 1111 | 3554 |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3555 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3556 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3557 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3558 |
| 996 | 3559 # This part should appear unchanged in every module configure.ac |
| 3560 PROGNAME="module" | |
| 3561 | |
| 3562 MOD_CC="@ELLCC@" | |
| 3563 | |
| 3564 MODARCHDIR="\$(shell @ELLCC@ --mod-archdir)" | |
| 3565 | |
| 3566 MAKE_DOCFILE="\$(MODARCHDIR)/make-docfile" | |
| 3567 | |
| 3568 MODCFLAGS="\$(CFLAGS) --mode=compile --mod-output=\$@ -I\$(MODARCHDIR)/include" | |
| 3569 | |
| 3570 INSTALLPATH="\$(shell @ELLCC@ --mod-site-location)" | |
| 3571 | |
| 3572 MOD_INSTALL_PROGRAM="@INSTALL_PROGRAM@" | |
| 3573 | |
| 3574 OBJECT_TO_BUILD="\$(MODNAME).ell" | |
| 3575 | |
| 3576 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3577 ac_config_files="$ac_config_files Makefile.in Makefile" |
| 996 | 3578 |
| 3579 cat >confcache <<\_ACEOF | |
| 3580 # This file is a shell script that caches the results of configure | |
| 3581 # tests run on this system so they can be shared between configure | |
| 3582 # scripts and configure runs, see configure's option --config-cache. | |
| 3583 # It is not useful on other systems. If it contains results you don't | |
| 3584 # want to keep, you may remove or edit it. | |
| 3585 # | |
| 3586 # config.status only pays attention to the cache file if you give it | |
| 3587 # the --recheck option to rerun configure. | |
| 3588 # | |
| 3589 # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
| 3590 # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
| 3591 # following values. | |
| 3592 | |
| 3593 _ACEOF | |
| 3594 | |
| 3595 # The following way of writing the cache mishandles newlines in values, | |
| 3596 # but we know of no workaround that is simple, portable, and efficient. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3597 # So, we kill variables containing newlines. |
| 996 | 3598 # Ultrix sh set writes to stderr and can't be redirected directly, |
| 3599 # and sets the high bit in the cache file unless we assign to the vars. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3600 ( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3601 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3602 eval ac_val=\$$ac_var |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3603 case $ac_val in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3604 *${as_nl}*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3605 case $ac_var in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3606 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3607 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3608 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3609 case $ac_var in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3610 _ | IFS | as_nl) ;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3611 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3612 *) { eval $ac_var=; unset $ac_var;} ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3613 esac ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3614 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3615 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3616 |
| 996 | 3617 (set) 2>&1 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3618 case $as_nl`(ac_space=' '; set) 2>&1` in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3619 *${as_nl}ac_space=\ *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3620 # `set' does not quote correctly, so add quotes: double-quote |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3621 # substitution turns \\\\ into \\, and sed turns \\ into \. |
| 996 | 3622 sed -n \ |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3623 "s/'/'\\\\''/g; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3624 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3625 ;; #( |
| 996 | 3626 *) |
| 3627 # `set' quotes correctly as required by POSIX, so do not add quotes. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3628 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
| 996 | 3629 ;; |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3630 esac | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3631 sort |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3632 ) | |
| 996 | 3633 sed ' |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3634 /^ac_cv_env_/b end |
| 996 | 3635 t clear |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3636 :clear |
| 996 | 3637 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
| 3638 t end | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3639 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3640 :end' >>confcache |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3641 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3642 if test -w "$cache_file"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3643 if test "x$cache_file" != "x/dev/null"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3645 $as_echo "$as_me: updating cache $cache_file" >&6;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3646 if test ! -f "$cache_file" || test -h "$cache_file"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3647 cat confcache >"$cache_file" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3648 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3649 case $cache_file in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3650 */* | ?:*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3651 mv -f confcache "$cache_file"$$ && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3652 mv -f "$cache_file"$$ "$cache_file" ;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3653 *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3654 mv -f confcache "$cache_file" ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3655 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3656 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3657 fi |
| 996 | 3658 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3660 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
| 996 | 3661 fi |
| 3662 fi | |
| 3663 rm -f confcache | |
| 3664 | |
| 3665 test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
| 3666 # Let make expand exec_prefix. | |
| 3667 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
| 3668 | |
| 3669 # Transform confdefs.h into DEFS. | |
| 3670 # Protect against shell expansion while executing Makefile rules. | |
| 3671 # Protect against Makefile macro expansion. | |
| 3672 # | |
| 3673 # If the first sed substitution is executed (which looks for macros that | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3674 # take arguments), then branch to the quote section. Otherwise, |
| 996 | 3675 # look for a macro that doesn't take arguments. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3676 ac_script=' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3677 :mline |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3678 /\\$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3679 N |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3680 s,\\\n,, |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3681 b mline |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3682 } |
| 996 | 3683 t clear |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3684 :clear |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3685 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g |
| 996 | 3686 t quote |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3687 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g |
| 996 | 3688 t quote |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3689 b any |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3690 :quote |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3691 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3692 s/\[/\\&/g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3693 s/\]/\\&/g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3694 s/\$/$$/g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3695 H |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3696 :any |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3697 ${ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3698 g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3699 s/^\n// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3700 s/\n/ /g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3701 p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3702 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3703 ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3704 DEFS=`sed -n "$ac_script" confdefs.h` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3705 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3706 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3707 ac_libobjs= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3708 ac_ltlibobjs= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3709 U= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3710 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3711 # 1. Remove the extension, and $U if already installed. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3712 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3713 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3714 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3715 # will be set to the directory where LIBOBJS objects are built. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3716 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3717 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3718 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3719 LIBOBJS=$ac_libobjs |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3720 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3721 LTLIBOBJS=$ac_ltlibobjs |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3722 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3723 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3724 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3725 : "${CONFIG_STATUS=./config.status}" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3726 ac_write_fail=0 |
| 996 | 3727 ac_clean_files_save=$ac_clean_files |
| 3728 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3730 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3731 as_write_fail=0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3732 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 |
| 996 | 3733 #! $SHELL |
| 3734 # Generated by $as_me. | |
| 3735 # Run this file to recreate the current configuration. | |
| 3736 # Compiler output produced by configure, useful for debugging | |
| 3737 # configure, is in config.log if it exists. | |
| 3738 | |
| 3739 debug=false | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3740 ac_cs_recheck=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3741 ac_cs_silent=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3742 |
| 996 | 3743 SHELL=\${CONFIG_SHELL-$SHELL} |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3744 export SHELL |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3745 _ASEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3746 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3747 ## -------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3748 ## M4sh Initialization. ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3749 ## -------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3750 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3751 # Be more Bourne compatible |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3752 DUALCASE=1; export DUALCASE # for MKS sh |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3753 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
| 996 | 3754 emulate sh |
| 3755 NULLCMD=: | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3756 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
| 996 | 3757 # is contrary to our usage. Disable this feature. |
| 3758 alias -g '${1+"$@"}'='"$@"' | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3759 setopt NO_GLOB_SUBST |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3760 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3761 case `(set -o) 2>/dev/null` in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3762 *posix*) : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3763 set -o posix ;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3764 *) : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3765 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3766 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3767 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3768 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3769 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3770 as_nl=' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3771 ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3772 export as_nl |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3773 # Printing a long string crashes Solaris 7 /usr/bin/printf. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3774 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3775 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3776 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3777 # Prefer a ksh shell builtin over an external printf program on Solaris, |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3778 # but without wasting forks for bash or zsh. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3779 if test -z "$BASH_VERSION$ZSH_VERSION" \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3780 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3781 as_echo='print -r --' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3782 as_echo_n='print -rn --' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3783 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3784 as_echo='printf %s\n' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3785 as_echo_n='printf %s' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3786 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3787 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3788 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3789 as_echo_n='/usr/ucb/echo -n' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3790 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3791 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3792 as_echo_n_body='eval |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3793 arg=$1; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3794 case $arg in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3795 *"$as_nl"*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3796 expr "X$arg" : "X\\(.*\\)$as_nl"; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3797 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3798 esac; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3799 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3800 ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3801 export as_echo_n_body |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3802 as_echo_n='sh -c $as_echo_n_body as_echo' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3803 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3804 export as_echo_body |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3805 as_echo='sh -c $as_echo_body as_echo' |
| 996 | 3806 fi |
| 3807 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3808 # The user is always right. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3809 if test "${PATH_SEPARATOR+set}" != set; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3810 PATH_SEPARATOR=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3811 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3812 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3813 PATH_SEPARATOR=';' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3814 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3815 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3816 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3817 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3818 # IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3819 # We need space, tab and new line, in precisely that order. Quoting is |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3820 # there to prevent editors from complaining about space-tab. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3821 # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3822 # splitting by setting IFS to empty value.) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3823 IFS=" "" $as_nl" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3824 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3825 # Find who we are. Look in the path if we contain no directory separator. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3826 as_myself= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3827 case $0 in #(( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3828 *[\\/]* ) as_myself=$0 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3829 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3830 for as_dir in $PATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3831 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3832 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3833 test -z "$as_dir" && as_dir=. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3834 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3835 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3836 IFS=$as_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3837 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3838 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3839 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3840 # We did not find ourselves, most probably we were run as `sh COMMAND' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3841 # in which case we are not to be found in the path. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3842 if test "x$as_myself" = x; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3843 as_myself=$0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3844 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3845 if test ! -f "$as_myself"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3846 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3847 exit 1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3848 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3849 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3850 # Unset variables that we do not need and which cause bugs (e.g. in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3851 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3852 # suppresses any "Segmentation fault" message there. '((' could |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3853 # trigger a bug in pdksh 5.2.14. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3854 for as_var in BASH_ENV ENV MAIL MAILPATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3855 do eval test x\${$as_var+set} = xset \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3856 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3857 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3858 PS1='$ ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3859 PS2='> ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3860 PS4='+ ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3861 |
| 996 | 3862 # NLS nuisances. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3863 LC_ALL=C |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3864 export LC_ALL |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3865 LANGUAGE=C |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3866 export LANGUAGE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3867 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3868 # CDPATH. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3869 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3870 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3871 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3872 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3873 # ---------------------------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3874 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3875 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3876 # script with STATUS, using 1 if that was 0. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3877 as_fn_error () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3878 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3879 as_status=$1; test $as_status -eq 0 && as_status=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3880 if test "$4"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3881 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3882 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3883 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3884 $as_echo "$as_me: error: $2" >&2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3885 as_fn_exit $as_status |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3886 } # as_fn_error |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3887 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3888 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3889 # as_fn_set_status STATUS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3890 # ----------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3891 # Set $? to STATUS, without forking. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3892 as_fn_set_status () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3893 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3894 return $1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3895 } # as_fn_set_status |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3896 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3897 # as_fn_exit STATUS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3898 # ----------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3899 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3900 as_fn_exit () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3901 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3902 set +e |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3903 as_fn_set_status $1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3904 exit $1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3905 } # as_fn_exit |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3906 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3907 # as_fn_unset VAR |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3908 # --------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3909 # Portably unset VAR. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3910 as_fn_unset () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3911 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3912 { eval $1=; unset $1;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3913 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3914 as_unset=as_fn_unset |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3915 # as_fn_append VAR VALUE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3916 # ---------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3917 # Append the text in VALUE to the end of the definition contained in VAR. Take |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3918 # advantage of any shell optimizations that allow amortized linear growth over |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3919 # repeated appends, instead of the typical quadratic growth present in naive |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3920 # implementations. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3921 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3922 eval 'as_fn_append () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3923 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3924 eval $1+=\$2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3925 }' |
| 996 | 3926 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3927 as_fn_append () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3928 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3929 eval $1=\$$1\$2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3930 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3931 fi # as_fn_append |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3932 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3933 # as_fn_arith ARG... |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3934 # ------------------ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3935 # Perform arithmetic evaluation on the ARGs, and store the result in the |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3936 # global $as_val. Take advantage of shells that can avoid forks. The arguments |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3937 # must be portable across $(()) and expr. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3938 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3939 eval 'as_fn_arith () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3940 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3941 as_val=$(( $* )) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3942 }' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3943 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3944 as_fn_arith () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3945 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3946 as_val=`expr "$@" || test $? -eq 1` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3947 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3948 fi # as_fn_arith |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3949 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3950 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3951 if expr a : '\(a\)' >/dev/null 2>&1 && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3952 test "X`expr 00001 : '.*\(...\)'`" = X001; then |
| 996 | 3953 as_expr=expr |
| 3954 else | |
| 3955 as_expr=false | |
| 3956 fi | |
| 3957 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3958 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
| 996 | 3959 as_basename=basename |
| 3960 else | |
| 3961 as_basename=false | |
| 3962 fi | |
| 3963 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3964 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3965 as_dirname=dirname |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3966 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3967 as_dirname=false |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3968 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3969 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3970 as_me=`$as_basename -- "$0" || |
| 996 | 3971 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 3972 X"$0" : 'X\(//\)$' \| \ | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3973 X"$0" : 'X\(/\)' \| . 2>/dev/null || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3974 $as_echo X/"$0" | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3975 sed '/^.*\/\([^/][^/]*\)\/*$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3976 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3977 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3978 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3979 /^X\/\(\/\/\)$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3980 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3981 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3982 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3983 /^X\/\(\/\).*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3984 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3985 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3986 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3987 s/.*/./; q'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3988 |
| 996 | 3989 # Avoid depending upon Character Ranges. |
| 3990 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
| 3991 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
| 3992 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
| 3993 as_cr_digits='0123456789' | |
| 3994 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
| 3995 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3996 ECHO_C= ECHO_N= ECHO_T= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3997 case `echo -n x` in #((((( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3998 -n*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
3999 case `echo 'xy\c'` in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4000 *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4001 xy) ECHO_C='\c';; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4002 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4003 ECHO_T=' ';; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4004 esac;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4005 *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4006 ECHO_N='-n';; |
| 996 | 4007 esac |
| 4008 | |
| 4009 rm -f conf$$ conf$$.exe conf$$.file | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4010 if test -d conf$$.dir; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4011 rm -f conf$$.dir/conf$$.file |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4012 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4013 rm -f conf$$.dir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4014 mkdir conf$$.dir 2>/dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4015 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4016 if (echo >conf$$.file) 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4017 if ln -s conf$$.file conf$$ 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4018 as_ln_s='ln -s' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4019 # ... but there are two gotchas: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4020 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4021 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4022 # In both cases, we have to default to `cp -pR'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4023 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4024 as_ln_s='cp -pR' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4025 elif ln conf$$.file conf$$ 2>/dev/null; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4026 as_ln_s=ln |
| 996 | 4027 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4028 as_ln_s='cp -pR' |
| 996 | 4029 fi |
| 4030 else | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4031 as_ln_s='cp -pR' |
| 996 | 4032 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4033 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4034 rmdir conf$$.dir 2>/dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4035 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4036 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4037 # as_fn_mkdir_p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4038 # ------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4039 # Create "$as_dir" as a directory, including parents if necessary. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4040 as_fn_mkdir_p () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4041 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4042 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4043 case $as_dir in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4044 -*) as_dir=./$as_dir;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4045 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4046 test -d "$as_dir" || eval $as_mkdir_p || { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4047 as_dirs= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4048 while :; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4049 case $as_dir in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4050 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4051 *) as_qdir=$as_dir;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4052 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4053 as_dirs="'$as_qdir' $as_dirs" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4054 as_dir=`$as_dirname -- "$as_dir" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4055 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4056 X"$as_dir" : 'X\(//\)[^/]' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4057 X"$as_dir" : 'X\(//\)$' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4058 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4059 $as_echo X"$as_dir" | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4060 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4061 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4062 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4063 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4064 /^X\(\/\/\)[^/].*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4065 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4066 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4067 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4068 /^X\(\/\/\)$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4069 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4070 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4071 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4072 /^X\(\/\).*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4073 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4074 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4075 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4076 s/.*/./; q'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4077 test -d "$as_dir" && break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4078 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4079 test -z "$as_dirs" || eval "mkdir $as_dirs" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4080 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4081 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4082 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4083 } # as_fn_mkdir_p |
| 996 | 4084 if mkdir -p . 2>/dev/null; then |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4085 as_mkdir_p='mkdir -p "$as_dir"' |
| 996 | 4086 else |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4087 test -d ./-p && rmdir ./-p |
| 996 | 4088 as_mkdir_p=false |
| 4089 fi | |
| 4090 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4091 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4092 # as_fn_executable_p FILE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4093 # ----------------------- |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4094 # Test if FILE is an executable regular file. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4095 as_fn_executable_p () |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4096 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4097 test -f "$1" && test -x "$1" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4098 } # as_fn_executable_p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4099 as_test_x='test -x' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4100 as_executable_p=as_fn_executable_p |
| 996 | 4101 |
| 4102 # Sed expression to map a string onto a valid CPP name. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4103 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 996 | 4104 |
| 4105 # Sed expression to map a string onto a valid variable name. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4106 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4107 |
| 996 | 4108 |
| 4109 exec 6>&1 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4110 ## ----------------------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4111 ## Main body of $CONFIG_STATUS script. ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4112 ## ----------------------------------- ## |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4113 _ASEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4114 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4115 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4116 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4117 # Save the log message, to keep $0 and so on meaningful, and to |
| 996 | 4118 # report actual input values of CONFIG_FILES etc. instead of their |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4119 # values after options handling. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4120 ac_log=" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4121 This file was extended by PostgreSQL module $as_me 1.0, which was |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4122 generated by GNU Autoconf 2.69. Invocation command line was |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4123 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4124 CONFIG_FILES = $CONFIG_FILES |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4125 CONFIG_HEADERS = $CONFIG_HEADERS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4126 CONFIG_LINKS = $CONFIG_LINKS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4127 CONFIG_COMMANDS = $CONFIG_COMMANDS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4128 $ $0 $@ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4129 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4130 on `(hostname || uname -n) 2>/dev/null | sed 1q` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4131 " |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4132 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4133 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4134 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4135 case $ac_config_files in *" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4136 "*) set x $ac_config_files; shift; ac_config_files=$*;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4137 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4138 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4139 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4140 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4141 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4142 # Files that config.status was made for. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4143 config_files="$ac_config_files" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4144 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4145 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4146 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4147 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4148 ac_cs_usage="\ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4149 \`$as_me' instantiates files and other configuration actions |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4150 from templates according to the current configuration. Unless the files |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4151 and actions are specified as TAGs, all are instantiated by default. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4152 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4153 Usage: $0 [OPTION]... [TAG]... |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4154 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4155 -h, --help print this help, then exit |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4156 -V, --version print version number and configuration settings, then exit |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4157 --config print configuration, then exit |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4158 -q, --quiet, --silent |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4159 do not print progress messages |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4160 -d, --debug don't remove temporary files |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4161 --recheck update $as_me by reconfiguring in the same conditions |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4162 --file=FILE[:TEMPLATE] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4163 instantiate the configuration file FILE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4164 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4165 Configuration files: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4166 $config_files |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4167 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4168 Report bugs to <xemacs-beta@xemacs.org>." |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4169 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4170 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4171 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4172 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4173 ac_cs_version="\\ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4174 PostgreSQL module config.status 1.0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4175 configured by $0, generated by GNU Autoconf 2.69, |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4176 with options \\"\$ac_cs_config\\" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4177 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4178 Copyright (C) 2012 Free Software Foundation, Inc. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4179 This config.status script is free software; the Free Software Foundation |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4180 gives unlimited permission to copy, distribute and modify it." |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4181 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4182 ac_pwd='$ac_pwd' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4183 srcdir='$srcdir' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4184 INSTALL='$INSTALL' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4185 test -n "\$AWK" || AWK=awk |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4186 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4187 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4188 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4189 # The default lists apply if the user does not specify any file. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4190 ac_need_defaults=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4191 while test $# != 0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4192 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4193 case $1 in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4194 --*=?*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4195 ac_option=`expr "X$1" : 'X\([^=]*\)='` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4196 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4197 ac_shift=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4198 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4199 --*=) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4200 ac_option=`expr "X$1" : 'X\([^=]*\)='` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4201 ac_optarg= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4202 ac_shift=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4203 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4204 *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4205 ac_option=$1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4206 ac_optarg=$2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4207 ac_shift=shift |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4208 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4209 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4210 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4211 case $ac_option in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4212 # Handling of the options. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4213 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4214 ac_cs_recheck=: ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4215 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4216 $as_echo "$ac_cs_version"; exit ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4217 --config | --confi | --conf | --con | --co | --c ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4218 $as_echo "$ac_cs_config"; exit ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4219 --debug | --debu | --deb | --de | --d | -d ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4220 debug=: ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4221 --file | --fil | --fi | --f ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4222 $ac_shift |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4223 case $ac_optarg in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4224 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4225 '') as_fn_error $? "missing file argument" ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4226 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4227 as_fn_append CONFIG_FILES " '$ac_optarg'" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4228 ac_need_defaults=false;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4229 --he | --h | --help | --hel | -h ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4230 $as_echo "$ac_cs_usage"; exit ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4231 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4232 | -silent | --silent | --silen | --sile | --sil | --si | --s) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4233 ac_cs_silent=: ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4234 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4235 # This is an error. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4236 -*) as_fn_error $? "unrecognized option: \`$1' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4237 Try \`$0 --help' for more information." ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4238 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4239 *) as_fn_append ac_config_targets " $1" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4240 ac_need_defaults=false ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4241 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4242 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4243 shift |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4244 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4245 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4246 ac_configure_extra_args= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4247 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4248 if $ac_cs_silent; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4249 exec 6>/dev/null |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4250 ac_configure_extra_args="$ac_configure_extra_args --silent" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4251 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4252 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4253 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4254 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4255 if \$ac_cs_recheck; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4256 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4257 shift |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4258 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4259 CONFIG_SHELL='$SHELL' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4260 export CONFIG_SHELL |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4261 exec "\$@" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4262 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4263 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4264 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4265 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 996 | 4266 exec 5>>config.log |
| 4267 { | |
| 4268 echo | |
| 4269 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
| 4270 ## Running $as_me. ## | |
| 4271 _ASBOX | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4272 $as_echo "$ac_log" |
| 996 | 4273 } >&5 |
| 4274 | |
| 4275 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4276 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4277 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4278 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4279 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4280 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4281 # Handling of arguments. |
| 996 | 4282 for ac_config_target in $ac_config_targets |
| 4283 do | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4284 case $ac_config_target in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4285 "Makefile.in") CONFIG_FILES="$CONFIG_FILES Makefile.in" ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4286 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4287 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4288 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| 996 | 4289 esac |
| 4290 done | |
| 4291 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4292 |
| 996 | 4293 # If the user did not use the arguments to specify the items to instantiate, |
| 4294 # then the envvar interface is used. Set only those that are not. | |
| 4295 # We use the long form for the default assignment because of an extremely | |
| 4296 # bizarre bug on SunOS 4.1.3. | |
| 4297 if $ac_need_defaults; then | |
| 4298 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
| 4299 fi | |
| 4300 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4301 # Have a temporary directory for convenience. Make it in the build tree |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4302 # simply because there is no reason against having it here, and in addition, |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4303 # creating and moving files from /tmp can sometimes cause problems. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4304 # Hook for its removal unless debugging. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4305 # Note that there is a small window in which the directory will not be cleaned: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4306 # after its creation but before its name has been assigned to `$tmp'. |
| 996 | 4307 $debug || |
| 4308 { | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4309 tmp= ac_tmp= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4310 trap 'exit_status=$? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4311 : "${ac_tmp:=$tmp}" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4312 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4313 ' 0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4314 trap 'as_fn_exit 1' 1 2 13 15 |
| 996 | 4315 } |
| 4316 # Create a (secure) tmp directory for tmp files. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4317 |
| 996 | 4318 { |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4319 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4320 test -d "$tmp" |
| 996 | 4321 } || |
| 4322 { | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4323 tmp=./conf$$-$RANDOM |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4324 (umask 077 && mkdir "$tmp") |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4325 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4326 ac_tmp=$tmp |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4327 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4328 # Set up the scripts for CONFIG_FILES section. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4329 # No need to generate them if there are no CONFIG_FILES. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4330 # This happens for instance with `./config.status config.h'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4331 if test -n "$CONFIG_FILES"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4332 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4333 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4334 ac_cr=`echo X | tr X '\015'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4335 # On cygwin, bash can eat \r inside `` if the user requested igncr. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4336 # But we know of no other shell where ac_cr would be empty at this |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4337 # point, so we can use a bashism as a fallback. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4338 if test "x$ac_cr" = x; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4339 eval ac_cr=\$\'\\r\' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4340 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4341 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4342 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4343 ac_cs_awk_cr='\\r' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4344 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4345 ac_cs_awk_cr=$ac_cr |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4346 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4347 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4348 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4349 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4350 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4351 |
| 996 | 4352 { |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4353 echo "cat >conf$$subs.awk <<_ACEOF" && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4354 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4355 echo "_ACEOF" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4356 } >conf$$subs.sh || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4357 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4358 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4359 ac_delim='%!_!# ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4360 for ac_last_try in false false false false false :; do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4361 . ./conf$$subs.sh || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4362 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4363 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4364 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4365 if test $ac_delim_n = $ac_delim_num; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4366 break |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4367 elif $ac_last_try; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4368 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4369 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4370 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4371 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4372 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4373 rm -f conf$$subs.sh |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4374 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4375 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4376 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
| 996 | 4377 _ACEOF |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4378 sed -n ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4379 h |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4380 s/^/S["/; s/!.*/"]=/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4381 p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4382 g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4383 s/^[^!]*!// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4384 :repl |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4385 t repl |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4386 s/'"$ac_delim"'$// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4387 t delim |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4388 :nl |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4389 h |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4390 s/\(.\{148\}\)..*/\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4391 t more1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4392 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4393 p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4394 n |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4395 b repl |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4396 :more1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4397 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4398 p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4399 g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4400 s/.\{148\}// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4401 t nl |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4402 :delim |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4403 h |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4404 s/\(.\{148\}\)..*/\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4405 t more2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4406 s/["\\]/\\&/g; s/^/"/; s/$/"/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4407 p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4408 b |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4409 :more2 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4410 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4411 p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4412 g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4413 s/.\{148\}// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4414 t delim |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4415 ' <conf$$subs.awk | sed ' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4416 /^[^""]/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4417 N |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4418 s/\n// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4419 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4420 ' >>$CONFIG_STATUS || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4421 rm -f conf$$subs.awk |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4422 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4423 _ACAWK |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4424 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4425 for (key in S) S_is_set[key] = 1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4426 FS = "" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4427 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4428 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4429 { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4430 line = $ 0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4431 nfields = split(line, field, "@") |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4432 substed = 0 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4433 len = length(field[1]) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4434 for (i = 2; i < nfields; i++) { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4435 key = field[i] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4436 keylen = length(key) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4437 if (S_is_set[key]) { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4438 value = S[key] |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4439 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4440 len += length(value) + length(field[++i]) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4441 substed = 1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4442 } else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4443 len += 1 + keylen |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4444 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4445 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4446 print line |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4447 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4448 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4449 _ACAWK |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4450 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4451 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4452 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4453 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4454 else |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4455 cat |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4456 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4457 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 996 | 4458 _ACEOF |
| 4459 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4460 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4461 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4462 # trailing colons and then remove the whole line if VPATH becomes empty |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4463 # (actually we leave an empty line to preserve line numbers). |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4464 if test "x$srcdir" = x.; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4465 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4466 h |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4467 s/// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4468 s/^/:/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4469 s/[ ]*$/:/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4470 s/:\$(srcdir):/:/g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4471 s/:\${srcdir}:/:/g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4472 s/:@srcdir@:/:/g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4473 s/^:*// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4474 s/:*$// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4475 x |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4476 s/\(=[ ]*\).*/\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4477 G |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4478 s/\n// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4479 s/^[^=]*=[ ]*$// |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4480 }' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4481 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4482 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4483 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 996 | 4484 fi # test -n "$CONFIG_FILES" |
| 4485 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4486 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4487 eval set X " :F $CONFIG_FILES " |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4488 shift |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4489 for ac_tag |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4490 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4491 case $ac_tag in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4492 :[FHLC]) ac_mode=$ac_tag; continue;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4493 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4494 case $ac_mode$ac_tag in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4495 :[FHL]*:*);; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4496 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4497 :[FH]-) ac_tag=-:-;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4498 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 996 | 4499 esac |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4500 ac_save_IFS=$IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4501 IFS=: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4502 set x $ac_tag |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4503 IFS=$ac_save_IFS |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4504 shift |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4505 ac_file=$1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4506 shift |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4507 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4508 case $ac_mode in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4509 :L) ac_source=$1;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4510 :[FH]) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4511 ac_file_inputs= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4512 for ac_f |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4513 do |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4514 case $ac_f in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4515 -) ac_f="$ac_tmp/stdin";; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4516 *) # Look for the file first in the build tree, then in the source tree |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4517 # (if the path is not absolute). The absolute path cannot be DOS-style, |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4518 # because $ac_f cannot contain `:'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4519 test -f "$ac_f" || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4520 case $ac_f in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4521 [\\/$]*) false;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4522 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4523 esac || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4524 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4525 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4526 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4527 as_fn_append ac_file_inputs " '$ac_f'" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4528 done |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4529 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4530 # Let's still pretend it is `configure' which instantiates (i.e., don't |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4531 # use $as_me), people would be surprised to read: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4532 # /* config.h. Generated by config.status. */ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4533 configure_input='Generated from '` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4534 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4535 `' by configure.' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4536 if test x"$ac_file" != x-; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4537 configure_input="$ac_file. $configure_input" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4539 $as_echo "$as_me: creating $ac_file" >&6;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4540 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4541 # Neutralize special characters interpreted by sed in replacement strings. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4542 case $configure_input in #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4543 *\&* | *\|* | *\\* ) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4544 ac_sed_conf_input=`$as_echo "$configure_input" | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4545 sed 's/[\\\\&|]/\\\\&/g'`;; #( |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4546 *) ac_sed_conf_input=$configure_input;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4547 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4548 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4549 case $ac_tag in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4550 *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4551 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4552 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4553 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4554 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4555 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4556 ac_dir=`$as_dirname -- "$ac_file" || |
| 996 | 4557 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4558 X"$ac_file" : 'X\(//\)[^/]' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4559 X"$ac_file" : 'X\(//\)$' \| \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4560 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4561 $as_echo X"$ac_file" | |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4562 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4563 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4564 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4565 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4566 /^X\(\/\/\)[^/].*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4567 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4568 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4569 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4570 /^X\(\/\/\)$/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4571 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4572 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4573 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4574 /^X\(\/\).*/{ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4575 s//\1/ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4576 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4577 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4578 s/.*/./; q'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4579 as_dir="$ac_dir"; as_fn_mkdir_p |
| 996 | 4580 ac_builddir=. |
| 4581 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4582 case "$ac_dir" in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4583 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4584 *) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4585 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4586 # A ".." for each directory in $ac_dir_suffix. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4587 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4588 case $ac_top_builddir_sub in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4589 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4590 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4591 esac ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4592 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4593 ac_abs_top_builddir=$ac_pwd |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4594 ac_abs_builddir=$ac_pwd$ac_dir_suffix |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4595 # for backward compatibility: |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4596 ac_top_builddir=$ac_top_build_prefix |
| 996 | 4597 |
| 4598 case $srcdir in | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4599 .) # We are building in place. |
| 996 | 4600 ac_srcdir=. |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4601 ac_top_srcdir=$ac_top_builddir_sub |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4602 ac_abs_top_srcdir=$ac_pwd ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4603 [\\/]* | ?:[\\/]* ) # Absolute name. |
| 996 | 4604 ac_srcdir=$srcdir$ac_dir_suffix; |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4605 ac_top_srcdir=$srcdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4606 ac_abs_top_srcdir=$srcdir ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4607 *) # Relative name. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4608 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4609 ac_top_srcdir=$ac_top_build_prefix$srcdir |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4610 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
| 996 | 4611 esac |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4612 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4613 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4614 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4615 case $ac_mode in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4616 :F) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4617 # |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4618 # CONFIG_FILE |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4619 # |
| 996 | 4620 |
| 4621 case $INSTALL in | |
| 4622 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4623 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
| 996 | 4624 esac |
| 4625 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4626 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4628 # If the template does not know about datarootdir, expand it. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4629 # FIXME: This hack should be removed a few years after 2.60. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4630 ac_datarootdir_hack=; ac_datarootdir_seen= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4631 ac_sed_dataroot=' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4632 /datarootdir/ { |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4633 p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4634 q |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4635 } |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4636 /@datadir@/p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4637 /@docdir@/p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4638 /@infodir@/p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4639 /@localedir@/p |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4640 /@mandir@/p' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4641 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4642 *datarootdir*) ac_datarootdir_seen=yes;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4643 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4645 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4646 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4647 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4648 ac_datarootdir_hack=' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4649 s&@datadir@&$datadir&g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4650 s&@docdir@&$docdir&g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4651 s&@infodir@&$infodir&g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4652 s&@localedir@&$localedir&g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4653 s&@mandir@&$mandir&g |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4654 s&\\\${datarootdir}&$datarootdir&g' ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4655 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4656 _ACEOF |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4657 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4658 # Neutralize VPATH when `$srcdir' = `.'. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4659 # Shell code in configure.ac might set extrasub. |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4660 # FIXME: do we really want to maintain this feature? |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4661 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4662 ac_sed_extra="$ac_vpsub |
| 996 | 4663 $extrasub |
| 4664 _ACEOF | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 996 | 4666 :t |
| 4667 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4668 s|@configure_input@|$ac_sed_conf_input|;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4669 s&@top_builddir@&$ac_top_builddir_sub&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4670 s&@top_build_prefix@&$ac_top_build_prefix&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4671 s&@srcdir@&$ac_srcdir&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4672 s&@abs_srcdir@&$ac_abs_srcdir&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4673 s&@top_srcdir@&$ac_top_srcdir&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4674 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4675 s&@builddir@&$ac_builddir&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4676 s&@abs_builddir@&$ac_abs_builddir&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4677 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4678 s&@INSTALL@&$ac_INSTALL&;t t |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4679 $ac_datarootdir_hack |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4680 " |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4681 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4682 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4683 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4684 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4685 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4686 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4687 "$ac_tmp/out"`; test -z "$ac_out"; } && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4689 which seems to be undefined. Please make sure it is defined" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4690 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4691 which seems to be undefined. Please make sure it is defined" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4692 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4693 rm -f "$ac_tmp/stdin" |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4694 case $ac_file in |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4695 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4696 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4697 esac \ |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4698 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4699 ;; |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4700 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4701 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4702 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4703 esac |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4704 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4705 done # for ac_tag |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4706 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4707 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4708 as_fn_exit 0 |
| 996 | 4709 _ACEOF |
| 4710 ac_clean_files=$ac_clean_files_save | |
| 4711 | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4712 test $ac_write_fail = 0 || |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4713 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4714 |
| 996 | 4715 |
| 4716 # configure is writing to config.log, and then calls config.status. | |
| 4717 # config.status does its own redirection, appending to config.log. | |
| 4718 # Unfortunately, on DOS this fails, as config.log is still kept open | |
| 4719 # by configure, so config.status won't be able to write to it; its | |
| 4720 # output is simply discarded. So we exec the FD to /dev/null, | |
| 4721 # effectively closing config.log, so it can be properly (re)opened and | |
| 4722 # appended to by config.status. When coming back to configure, we | |
| 4723 # need to make the FD available again. | |
| 4724 if test "$no_create" != yes; then | |
| 4725 ac_cs_success=: | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4726 ac_config_status_args= |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4727 test "$silent" = yes && |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4728 ac_config_status_args="$ac_config_status_args --quiet" |
| 996 | 4729 exec 5>/dev/null |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4730 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
| 996 | 4731 exec 5>>config.log |
| 4732 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
| 4733 # would make configure fail if this is the last instruction. | |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4734 $ac_cs_success || as_fn_exit 1 |
| 996 | 4735 fi |
|
5895
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4736 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4738 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4739 fi |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4740 |
|
b2709239b1f6
Update Postgresql module for 2015 and MacPorts reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5418
diff
changeset
|
4741 |
