Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
4307ca2a
Commit
4307ca2a
authored
May 17, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve configure win32 link test to run from config.status.
Andrew Dunstan
parent
d14db132
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
103 additions
and
23 deletions
+103
-23
configure
configure
+88
-12
configure.in
configure.in
+15
-11
No files found.
configure
View file @
4307ca2a
...
@@ -17974,6 +17974,12 @@ ac_config_files="$ac_config_files GNUmakefile src/Makefile.global"
...
@@ -17974,6 +17974,12 @@ ac_config_files="$ac_config_files GNUmakefile src/Makefile.global"
ac_config_links
=
"
$ac_config_links
src/backend/port/dynloader.c:src/backend/port/dynloader/
${
template
}
.c src/backend/port/pg_sema.c:
${
SEMA_IMPLEMENTATION
}
src/backend/port/pg_shmem.c:
${
SHMEM_IMPLEMENTATION
}
src/include/dynloader.h:src/backend/port/dynloader/
${
template
}
.h src/include/pg_config_os.h:src/include/port/
${
template
}
.h src/Makefile.port:src/makefiles/Makefile.
${
template
}
"
ac_config_links
=
"
$ac_config_links
src/backend/port/dynloader.c:src/backend/port/dynloader/
${
template
}
.c src/backend/port/pg_sema.c:
${
SEMA_IMPLEMENTATION
}
src/backend/port/pg_shmem.c:
${
SHMEM_IMPLEMENTATION
}
src/include/dynloader.h:src/backend/port/dynloader/
${
template
}
.h src/include/pg_config_os.h:src/include/port/
${
template
}
.h src/Makefile.port:src/makefiles/Makefile.
${
template
}
"
case
$host_os
in
mingw
*
)
ac_config_commands
=
"
$ac_config_commands
default-1"
;;
esac
ac_config_headers
=
"
$ac_config_headers
src/include/pg_config.h"
ac_config_headers
=
"
$ac_config_headers
src/include/pg_config.h"
...
@@ -18359,6 +18365,9 @@ $config_headers
...
@@ -18359,6 +18365,9 @@ $config_headers
Configuration links:
Configuration links:
$config_links
$config_links
Configuration commands:
$config_commands
Report bugs to <bug-autoconf@gnu.org>."
Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
_ACEOF
...
@@ -18441,7 +18450,14 @@ done
...
@@ -18441,7 +18450,14 @@ done
_ACEOF
_ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
#
# INIT-COMMANDS section.
#
_ACEOF
...
@@ -18459,6 +18475,7 @@ do
...
@@ -18459,6 +18475,7 @@ do
"src/include/dynloader.h" ) CONFIG_LINKS="
$CONFIG_LINKS
src/include/dynloader.h:src/backend/port/dynloader/
${
template
}
.h" ;;
"src/include/dynloader.h" ) CONFIG_LINKS="
$CONFIG_LINKS
src/include/dynloader.h:src/backend/port/dynloader/
${
template
}
.h" ;;
"src/include/pg_config_os.h" ) CONFIG_LINKS="
$CONFIG_LINKS
src/include/pg_config_os.h:src/include/port/
${
template
}
.h" ;;
"src/include/pg_config_os.h" ) CONFIG_LINKS="
$CONFIG_LINKS
src/include/pg_config_os.h:src/include/port/
${
template
}
.h" ;;
"src/Makefile.port" ) CONFIG_LINKS="
$CONFIG_LINKS
src/Makefile.port:src/makefiles/Makefile.
${
template
}
" ;;
"src/Makefile.port" ) CONFIG_LINKS="
$CONFIG_LINKS
src/Makefile.port:src/makefiles/Makefile.
${
template
}
" ;;
"default-1" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
default-1" ;;
"src/include/pg_config.h" ) CONFIG_HEADERS="
$CONFIG_HEADERS
src/include/pg_config.h" ;;
"src/include/pg_config.h" ) CONFIG_HEADERS="
$CONFIG_HEADERS
src/include/pg_config.h" ;;
*) { { echo "
$as_me
:
$LINENO
: error: invalid argument:
$ac_config_target
" >&5
*) { { echo "
$as_me
:
$LINENO
: error: invalid argument:
$ac_config_target
" >&5
echo "
$as_me
: error: invalid argument:
$ac_config_target
" >&2;}
echo "
$as_me
: error: invalid argument:
$ac_config_target
" >&2;}
...
@@ -18474,6 +18491,7 @@ if $ac_need_defaults; then
...
@@ -18474,6 +18491,7 @@ if $ac_need_defaults; then
test "
${
CONFIG_FILES
+set
}
" = set || CONFIG_FILES=
$config_files
test "
${
CONFIG_FILES
+set
}
" = set || CONFIG_FILES=
$config_files
test "
${
CONFIG_HEADERS
+set
}
" = set || CONFIG_HEADERS=
$config_headers
test "
${
CONFIG_HEADERS
+set
}
" = set || CONFIG_HEADERS=
$config_headers
test "
${
CONFIG_LINKS
+set
}
" = set || CONFIG_LINKS=
$config_links
test "
${
CONFIG_LINKS
+set
}
" = set || CONFIG_LINKS=
$config_links
test "
${
CONFIG_COMMANDS
+set
}
" = set || CONFIG_COMMANDS=
$config_commands
fi
fi
# Create a temporary directory, and hook for its removal unless debugging.
# Create a temporary directory, and hook for its removal unless debugging.
...
@@ -19155,6 +19173,76 @@ echo "$as_me: error: cannot link $ac_dest to $srcdir/$ac_source" >&2;}
...
@@ -19155,6 +19173,76 @@ echo "$as_me: error: cannot link $ac_dest to $srcdir/$ac_source" >&2;}
{ (exit 1); exit 1; }; }
{ (exit 1); exit 1; }; }
done
done
_ACEOF
_ACEOF
cat
>>
$CONFIG_STATUS
<<
\
_ACEOF
#
# CONFIG_COMMANDS section.
#
for ac_file in :
$CONFIG_COMMANDS
; do test "x
$ac_file
" = x: && continue
ac_dest=`echo "
$ac_file
" | sed 's,:.*,,'`
ac_source=`echo "
$ac_file
" | sed 's,[^:]*:,,'`
ac_dir=`(dirname "
$ac_dest
") 2>/dev/null ||
$as_expr
X"
$ac_dest
" : 'X
\(
.*[^/]
\)
//*[^/][^/]*/*
$'
\|
\
X"
$ac_dest
" : 'X
\(
//
\)
[^/]'
\|
\
X"
$ac_dest
" : 'X
\(
//
\)
$'
\|
\
X"
$ac_dest
" : 'X
\(
/
\)
'
\|
\
. : '
\(
.
\)
' 2>/dev/null ||
echo X"
$ac_dest
" |
sed '/^X
\(
.*[^/]
\)\/\/
*[^/][^/]*
\/
*
$/
{ s//
\1
/; q; }
/^X
\(\/\/\)
[^/].*/{ s//
\1
/; q; }
/^X
\(\/\/\)
$/
{ s//
\1
/; q; }
/^X
\(\/\)
.*/{ s//
\1
/; q; }
s/.*/./; q'`
ac_builddir=.
if test "
$ac_dir
" != .; then
ac_dir_suffix=/`echo "
$ac_dir
" | sed 's,^
\.
[
\\
/],,'`
# A "../" for each directory in
$ac_dir_suffix
.
ac_top_builddir=`echo "
$ac_dir_suffix
" | sed 's,/[^
\\
/]*,../,g'`
else
ac_dir_suffix= ac_top_builddir=
fi
case
$srcdir
in
.) # No --srcdir option. We are building in place.
ac_srcdir=.
if test -z "
$ac_top_builddir
"; then
ac_top_srcdir=.
else
ac_top_srcdir=`echo
$ac_top_builddir
| sed 's,/
$,
,'`
fi ;;
[
\\
/]* | ?:[
\\
/]* ) # Absolute path.
ac_srcdir=
$srcdir$ac_dir_suffix
;
ac_top_srcdir=
$srcdir
;;
*) # Relative path.
ac_srcdir=
$ac_top_builddir$srcdir$ac_dir_suffix
ac_top_srcdir=
$ac_top_builddir$srcdir
;;
esac
# Don't blindly perform a `cd "
$ac_dir
"/
$ac_foo
&& pwd` since
$ac_foo
can be
# absolute.
ac_abs_builddir=`cd "
$ac_dir
" && cd
$ac_builddir
&& pwd`
ac_abs_top_builddir=`cd "
$ac_dir
" && cd
$ac_top_builddir
&& pwd`
ac_abs_srcdir=`cd "
$ac_dir
" && cd
$ac_srcdir
&& pwd`
ac_abs_top_srcdir=`cd "
$ac_dir
" && cd
$ac_top_srcdir
&& pwd`
{ echo "
$as_me
:
$LINENO
: executing
$ac_dest
commands" >&5
echo "
$as_me
: executing
$ac_dest
commands" >&6;}
case
$ac_dest
in
default-1 )
# Links sometimes fail undetected on Mingw -
# so here we detect it and warn the user
for FILE in "
$CONFIG_LINKS
"
do
# test -e works for symlinks in the MinGW console
# We can't call AC_MSG_WARN from here, so we expand it
test -e `expr "
$FILE
" : '
\(
^:*
\)
'` || { echo "
$as_me
:
$LINENO
: WARNING: *** link for
$FILE
- please fix by hand" >&5
echo "
$as_me
: WARNING: *** link for
$FILE
- please fix by hand" >&2;}
done
;;
esac
done
_ACEOF
cat
>>
$CONFIG_STATUS
<<
\
_ACEOF
cat
>>
$CONFIG_STATUS
<<
\
_ACEOF
...
@@ -19183,15 +19271,3 @@ if test "$no_create" != yes; then
...
@@ -19183,15 +19271,3 @@ if test "$no_create" != yes; then
fi
fi
# Links sometimes fail undetected on Mingw -
# so here we detect it and warn the user
case
$host_os
in
mingw
*
)
for
FILE
in
"
$CONFIG_LINKS
"
do
# test -e works for symlinks in the MinGW console
test
-e
`
expr
"
$FILE
"
:
'\(^:*\)'
`
||
{
echo
"
$as_me
:
$LINENO
: WARNING: *** link for
$FILE
- please fix by hand"
>
&5
echo
"
$as_me
: WARNING: *** link for
$FILE
- please fix by hand"
>
&2
;
}
done
;;
esac
configure.in
View file @
4307ca2a
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.34
8 2004/05/13 22:59:14
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.34
9 2004/05/17 19:14:47
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -1236,22 +1236,26 @@ AC_CONFIG_LINKS([
...
@@ -1236,22 +1236,26 @@ AC_CONFIG_LINKS([
src/Makefile.port:src/makefiles/Makefile.${template}
src/Makefile.port:src/makefiles/Makefile.${template}
])
])
AC_CONFIG_HEADERS([src/include/pg_config.h],
case $host_os in mingw*)
[
AC_OUTPUT_COMMANDS([
# Update timestamp for pg_config.h (see Makefile.global)
echo >src/include/stamp-h
])
AC_OUTPUT
# Links sometimes fail undetected on Mingw -
# Links sometimes fail undetected on Mingw -
# so here we detect it and warn the user
# so here we detect it and warn the user
case $host_os in mingw*)
for FILE in "$CONFIG_LINKS"
for FILE in "$CONFIG_LINKS"
do
do
# test -e works for symlinks in the MinGW console
# test -e works for symlinks in the MinGW console
test -e `expr "$FILE" : '\([^:]*\)'` || AC_MSG_WARN([*** link for $FILE - please fix by hand])
# We can't call AC_MSG_WARN from here, so we expand it
test -e `expr "$FILE" : '\(^:*\)'` || { echo "$as_me:$LINENO: WARNING: *** link for $FILE - please fix by hand" >&5
echo "$as_me: WARNING: *** link for $FILE - please fix by hand" >&2;}
done
done
])
;;
;;
esac
esac
AC_CONFIG_HEADERS([src/include/pg_config.h],
[
# Update timestamp for pg_config.h (see Makefile.global)
echo >src/include/stamp-h
])
AC_OUTPUT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment