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
bcd0fae8
Commit
bcd0fae8
authored
Apr 26, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bootstrap.c problem (F_* values missing from fmgr.h)
parent
094ec2d3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
218 additions
and
217 deletions
+218
-217
src/configure
src/configure
+216
-213
src/configure.in
src/configure.in
+2
-4
No files found.
src/configure
View file @
bcd0fae8
This diff is collapsed.
Click to expand it.
src/configure.in
View file @
bcd0fae8
...
@@ -19,8 +19,7 @@ nextstep*) PORTNAME='nextstep';;
...
@@ -19,8 +19,7 @@ nextstep*) PORTNAME='nextstep';;
ultrix*) PORTNAME='ultrix4';;
ultrix*) PORTNAME='ultrix4';;
irix*) PORTNAME='irix5';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha'
osf*) PORTNAME='alpha';;
TR="trbsd";;
sysv4.2*)
sysv4.2*)
case "$host_vendor" in
case "$host_vendor" in
univel) PORTNAME='univel';;
univel) PORTNAME='univel';;
...
@@ -235,7 +234,6 @@ AC_PROG_CPP
...
@@ -235,7 +234,6 @@ AC_PROG_CPP
AC_LINK_FILES(include/port/${PORTNAME}.h, include/os.h)
AC_LINK_FILES(include/port/${PORTNAME}.h, include/os.h)
AC_LINK_FILES(makefiles/Makefile.${PORTNAME}, Makefile.port)
AC_LINK_FILES(makefiles/Makefile.${PORTNAME}, Makefile.port)
AC_SUBST(PORTNAME)
AC_SUBST(PORTNAME)
AC_SUBST(TR)
AC_SUBST(LDFLAGS)
AC_SUBST(LDFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(AROPT)
AC_SUBST(AROPT)
...
@@ -310,9 +308,9 @@ AC_PATH_PROG(tar, tar)
...
@@ -310,9 +308,9 @@ AC_PATH_PROG(tar, tar)
AC_PATH_PROG(split, split)
AC_PATH_PROG(split, split)
AC_PATH_PROG(etags, etags)
AC_PATH_PROG(etags, etags)
AC_PATH_PROG(xargs, xargs)
AC_PATH_PROG(xargs, xargs)
AC_PATH_PROG(tr, tr)
AC_PATH_PROG(ipcs, ipcs)
AC_PATH_PROG(ipcs, ipcs)
AC_PATH_PROG(ipcrm, ipcrm)
AC_PATH_PROG(ipcrm, ipcrm)
AC_PATH_PROGS(TR, tr trbsd, NOT_FOUND)
dnl Changes to look for YACC. We have three choices (in order of pref.)
dnl Changes to look for YACC. We have three choices (in order of pref.)
dnl (1) We specify in YACC and YFLAGS what we want
dnl (1) We specify in YACC and YFLAGS what we want
...
...
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