From 8e34e9b255f744811ff88b5527abe8242e46a563 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 22 Sep 2003 23:01:27 +0000 Subject: use srcdir --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e26f9de..6b94484 100755 --- a/configure +++ b/configure @@ -2951,8 +2951,8 @@ else _ACEOF WCTARGET="libwc" - WCCFLAGS="-I. -I.." - wcinclude="-I./libwc" + WCCFLAGS='-I$(srcdir) -I$(srcdir)/..' + wcinclude='-I$(srcdir)/libwc' wclib="-L./libwc -lwc" echo "$as_me:$LINENO: checking if unicode support is enabled" >&5 echo $ECHO_N "checking if unicode support is enabled... $ECHO_C" >&6 @@ -3007,7 +3007,7 @@ if test "${with_charset+set}" = set; then fi; echo "$as_me:$LINENO: result: $display_charset" >&5 echo "${ECHO_T}$display_charset" >&6 - display_charset=`awk '$1 == "'$display_charset'" {print $2}' charset-list` + display_charset=`awk '$1 == "'$display_charset'" {print $2}' $srcdir/charset-list` case "$display_charset" in WC_CES_ISO_2022_JP*) system_charset=WC_CES_EUC_JP -- cgit v1.2.3