update.
authortomo <tomo>
Mon, 21 Jul 2008 17:03:17 +0000 (17:03 +0000)
committertomo <tomo>
Mon, 21 Jul 2008 17:03:17 +0000 (17:03 +0000)
ChangeLog
configure

index a740136..010d543 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 11569bc..17a8d8a 100755 (executable)
--- a/configure
+++ b/configure
@@ -19166,7 +19166,6 @@ else
        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
@@ -19180,6 +19179,7 @@ do
     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
@@ -19194,7 +19194,6 @@ fi
 
 
 # Checks for libraries.
-LIBS="-ldb $LIBS"
 
 # Checks for header files.