+2008-07-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+ * configure.in: Add settings for --with-site-includes=PATH and
+ --with-site-libraries=PATH.
+
+\f
2008-05-27 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
* Concord 0.0.1 released.
CFLAGS="-I/sw/include/db3 $CFLAGS"
elif test -f /sw/include/db4/db.h; then
CFLAGS="-I/sw/include/db4 $CFLAGS"
- LIBS="-ldb $LIBS"
fi
fi
SITE_LIBS="$SITE_LIBS -L$dir"
done
LIBS=`echo "$SITE_LIBS $LIBS"|sed 's/^ *//'`
+LIBS="-ldb $LIBS"
else
if test -f /sw/include/db3/db.h; then
# Checks for libraries.
-LIBS="-ldb $LIBS"
# Checks for header files.