*** empty log message ***
[m17n/m17n-lib.git] / m17n-config.in
index 9117c5f..a1fc0e0 100644 (file)
@@ -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"
   ;;
 
 *)
@@ -100,5 +100,5 @@ EOF
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the m17n library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.