From 9c2aa020cb3f3790062c45325bf85c8e045988e2 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 13 Nov 2007 06:33:48 +0000 Subject: [PATCH] Add FLT support. --- m17n-config.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/m17n-config.in b/m17n-config.in index a1fc0e0..4923f07 100644 --- a/m17n-config.in +++ b/m17n-config.in @@ -10,7 +10,8 @@ exec_prefix=@exec_prefix@ help () { - echo "Usage: $0 [CORE | GUI] [--version | --cflags | --libs | --libtool]" + echo "Usage: $0 [API-LEVEL] [--version | --cflags | --libs | --libtool]" + echo " API-LEVEL is CORE, SHELL (default), GUI, or FLT" } if test $# -eq 0; then @@ -21,6 +22,7 @@ fi case $1 in CORE) LIBNAME="-lm17n-core"; LIBTOOLNAME="m17n-core"; shift;; GUI|X) LIBNAME="-lm17n-core -lm17n -lm17n-gui"; LIBTOOLNAME="m17n-gui"; shift;; +FLT) LIBNAME="-lm17n-core -lm17n-flt"; LIBTOOLNAME="m17n-flt"; shift;; *) LIBNAME="-lm17n-core -lm17n"; LIBTOOLNAME="m17n"; ;; esac @@ -57,7 +59,7 @@ cat > /dev/null <