Skip to content
Snippets Groups Projects
Commit 0c73e9d3 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added $srcdir to the include path.

Rev: src/configure.in:1.192
parent 85c3a271
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.191 1998/05/22 11:56:14 grubba Exp $")
AC_REVISION("$Id: configure.in,v 1.192 1998/05/22 13:09:31 grubba Exp $")
AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h)
......@@ -411,6 +411,8 @@ else
:
fi
CPPFLAGS="${CPPFLAGS} -I$srcdir"
echo Searching for library directories...
if test $ldflags_is_set = no ; then
for d in `echo ${with_lib_path} | sed 's/:/ /g'` \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment