.\" Copyright (C) 2001 Information-technology Promotion Agency (IPA) .\" Copyright (C) 2001-2003 .\" National Institute of Advanced Industrial Science and Technology (AIST) .\" This file si aprt of the m17n library documentation. .\" Permission is granted to copy, distribute and/or modify this document .\" under the terms of the GNU Free Documentation License, Version 1.2 or .\" any later version published by the Free Software Foundation; with no .\" Invariant Section, Front-Cover Texts "The m17n library documentation", .\" and no Back-Cover Texts. A copy of the license is included in the .\" appendix entitled "GNU Free Documentation License". .TH "m17n-config" 1 "14 Jul 2007" "" "Version 1.4.0" "" "The m17n Library" \" -*- nroff -*- .ad l .nh .SH NAME m17n-config \- Print compile/link options of the m17n library .SH "SYNOPSIS" .PP m17n-config [CORE | GUI] [--cflags | --libs | --libtool] [--version] .SH "DESCRIPTION" .PP The shell script m17n-config prints compile and link options for a program that uses the m17n library. .PP By default, the printed options are for such a program that uses SHELL API of the libray. But, if the first argument is 'CORE', the options are for a program that uses only CORE API, if the first argument 'GUI', the options are for a program that uses GUI API. .PP The other arguments are as follows. .PP .TP --cflags Print compile option (e.g. -I/usr/local/include) .TP --libs Print link option (e.g. -L/usr/local/lib -lm17n) .TP --libtool Print libtool option (e.g. /usr/local/lib/libm17n.la) .TP --version Print version number of the m17n library. .PP