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:
parent
09a5dabc30
commit
cecfd642f5
345
src/configure
vendored
345
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user