Fix for bootstrap.c problem (F_* values missing from fmgr.h)

This commit is contained in:
Marc G. Fournier 1997-04-26 04:40:00 +00:00
parent 094ec2d3f3
commit bcd0fae871
2 changed files with 222 additions and 221 deletions

437
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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
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)
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