From cecfd642f5b0305b873fc28c7723728f6aded39c Mon Sep 17 00:00:00 2001 From: Marc G. Fournier Date: Sat, 12 Apr 1997 10:35:49 +0000 Subject: Make sure that Makefile.${PORTNAME} is link'd and that teh port/*.h file that has moved to include is also link'd properly --- src/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/configure.in') diff --git a/src/configure.in b/src/configure.in index d898b2b952f..47cbc6f12e0 100644 --- a/src/configure.in +++ b/src/configure.in @@ -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) -- cgit v1.2.3