Commit cecfd642 authored by Marc G. Fournier's avatar Marc G. Fournier

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

file that has moved to include is also link'd properly
parent 09a5dabc
This diff is collapsed.
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment