Make sure that Makefile.${PORTNAME} is link'd and that teh port/*.h

file that has moved to include is also link'd properly
This commit is contained in:
Marc G. Fournier 1997-04-12 10:35:49 +00:00
parent 09a5dabc30
commit cecfd642f5
2 changed files with 175 additions and 173 deletions

345
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -229,7 +229,8 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
AC_LINK_FILES(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_SUBST(PORTNAME)
AC_SUBST(TR)
AC_SUBST(LDFLAGS)