From 6a36f173e499a562f860a3bb7a90f3786361e3e9 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 May 2006 11:49:26 +0000 Subject: [PATCH] For for --libtool. --- m17n-config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/m17n-config.in b/m17n-config.in index 9117c5f..c3f8156 100644 --- a/m17n-config.in +++ b/m17n-config.in @@ -19,9 +19,9 @@ if test $# -eq 0; then fi case $1 in -CORE) LIBNAME="-lm17n-core"; shift;; -GUI|X) LIBNAME="-lm17n-core -lm17n -lm17n-gui"; shift;; -*) LIBNAME="-lm17n-core -lm17n";; +CORE) LIBNAME="-lm17n-core"; LIBTOOLNAME="m17n-core"; shift;; +GUI|X) LIBNAME="-lm17n-core -lm17n -lm17n-gui"; LIBTOOLNAME="m17n-gui"; shift;; +*) LIBNAME="-lm17n-core -lm17n"; LIBTOOLNAME="m17n"; ;; esac case $1 in @@ -41,7 +41,7 @@ case $1 in fi;; --libtool) - echo "@libdir@/lib${LIBNAME}.la" + echo "@libdir@/lib${LIBTOOLNAME}.la" ;; *) -- 1.7.10.4