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
cfd9f6e7
Commit
cfd9f6e7
authored
Feb 07, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add in the nextstep port so that configure will (should?) run on it
parent
1ce7b0c8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
181 additions
and
179 deletions
+181
-179
src/configure
src/configure
+170
-169
src/configure.in
src/configure.in
+11
-10
No files found.
src/configure
View file @
cfd9f6e7
This diff is collapsed.
Click to expand it.
src/configure.in
View file @
cfd9f6e7
...
@@ -2,16 +2,17 @@ dnl Process this file with autoconf to produce a configure script.
...
@@ -2,16 +2,17 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(backend/access/common/heaptuple.c)
AC_INIT(backend/access/common/heaptuple.c)
AC_CANONICAL_HOST
AC_CANONICAL_HOST
case "$host_os" in
case "$host_os" in
solaris*)
solaris*)
case "$host_cpu" in
case "$host_cpu" in
sparc) PORTNAME='sparc_solaris' ;;
sparc) PORTNAME='sparc_solaris' ;;
i386) PORTNAME='i386_solaris' ;;
i386) PORTNAME='i386_solaris' ;;
esac ;;
esac ;;
linux*) PORTNAME='linux' ;;
linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;;
bsdi*) PORTNAME='bsdi' ;;
freebsd*) PORTNAME='BSD44_derived' ;;
freebsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';;
dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';;
*) echo ""
*) echo ""
echo "*************************************************************"
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"
echo "configure does not currently recognize your operating system,"
...
...
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