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
6ca2bf65
Commit
6ca2bf65
authored
Feb 01, 1999
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
91fed81c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
src/configure
src/configure
+5
-3
src/configure.in
src/configure.in
+1
-1
No files found.
src/configure
View file @
6ca2bf65
...
@@ -618,7 +618,7 @@ case "$host_os" in
...
@@ -618,7 +618,7 @@ case "$host_os" in
aux
*
)
os
=
aux
need_tas
=
no
;;
aux
*
)
os
=
aux
need_tas
=
no
;;
linux
*
)
os
=
linux
need_tas
=
no
;;
linux
*
)
os
=
linux
need_tas
=
no
;;
bsdi
*
)
os
=
bsdi
need_tas
=
no
;;
bsdi
*
)
os
=
bsdi
need_tas
=
no
;;
freebsd3
*
)
os
=
freebsd
need_tas
=
no
elf
=
yes
;;
freebsd3
*
|
freebsd4
*
)
os
=
freebsd
need_tas
=
no
elf
=
yes
;;
freebsd1
*
|
freebsd2
*
)
os
=
freebsd
need_tas
=
no
;;
freebsd1
*
|
freebsd2
*
)
os
=
freebsd
need_tas
=
no
;;
netbsd
*
|
openbsd
*
)
os
=
bsd
need_tas
=
no
;;
netbsd
*
|
openbsd
*
)
os
=
bsd
need_tas
=
no
;;
dgux
*
)
os
=
dgux
need_tas
=
no
;;
dgux
*
)
os
=
dgux
need_tas
=
no
;;
...
@@ -668,6 +668,8 @@ PORTNAME=${os}
...
@@ -668,6 +668,8 @@ PORTNAME=${os}
echo
"checking echo setting..."
echo
"checking echo setting..."
if
echo
'\c'
|
grep
-s
c
>
/dev/null 2>&1
if
echo
'\c'
|
grep
-s
c
>
/dev/null 2>&1
then
then
...
@@ -1547,11 +1549,11 @@ esac
...
@@ -1547,11 +1549,11 @@ esac
ECHO_N_OUT
=
`
echo
-n
""
|
wc
-c
`
ECHO_N_OUT
=
`
echo
-n
""
|
wc
-c
`
ECHO_C_OUT
=
`
echo
"
\c
"
|
wc
-c
`
ECHO_C_OUT
=
`
echo
"
\c
"
|
wc
-c
`
if
test
$ECHO_N_OUT
-eq
0
;
then
if
test
"
$ECHO_N_OUT
"
-eq
0
;
then
DASH_N
=
'-n'
DASH_N
=
'-n'
BACKSLASH_C
=
BACKSLASH_C
=
else
else
if
test
$ECHO_C_OUT
-eq
0
;
then
if
test
"ECHO_C_OUT"
-eq
0
;
then
DASH_N
=
DASH_N
=
BACKSLASH_C
=
'\\\\c'
BACKSLASH_C
=
'\\\\c'
else
else
...
...
src/configure.in
View file @
6ca2bf65
...
@@ -20,7 +20,7 @@ case "$host_os" in
...
@@ -20,7 +20,7 @@ case "$host_os" in
aux*) os=aux need_tas=no ;;
aux*) os=aux need_tas=no ;;
linux*) os=linux need_tas=no ;;
linux*) os=linux need_tas=no ;;
bsdi*) os=bsdi need_tas=no ;;
bsdi*) os=bsdi need_tas=no ;;
freebsd3*) os=freebsd need_tas=no elf=yes ;;
freebsd3*
|freebsd4*
) os=freebsd need_tas=no elf=yes ;;
freebsd1*|freebsd2*) os=freebsd need_tas=no ;;
freebsd1*|freebsd2*) os=freebsd need_tas=no ;;
netbsd*|openbsd*) os=bsd need_tas=no ;;
netbsd*|openbsd*) os=bsd need_tas=no ;;
dgux*) os=dgux need_tas=no ;;
dgux*) os=dgux need_tas=no ;;
...
...
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