* builds/unix/freetype-config.in (usage): Fix and improve usage
information.
This commit is contained in:
parent
ba80d61c7a
commit
2a37b3055d
|
@ -1,3 +1,8 @@
|
||||||
|
2004-04-16 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
* builds/unix/freetype-config.in (usage): Fix and improve usage
|
||||||
|
information.
|
||||||
|
|
||||||
2004-04-15 Werner Lemberg <wl@gnu.org>
|
2004-04-15 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Define
|
* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Define
|
||||||
|
|
|
@ -12,14 +12,21 @@ hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Usage: freetype-config [OPTIONS] [LIBRARIES]
|
Usage: freetype-config [OPTION]...
|
||||||
|
Get FreeType compilation and linking information.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
[--prefix[=DIR]]
|
--prefix display \`--prefix' value used for building the
|
||||||
[--exec-prefix[=DIR]]
|
FreeType library
|
||||||
[--version]
|
--prefix=PREFIX override \`--prefix' value with PREFIX
|
||||||
[--libs]
|
--exec-prefix display \`--exec-prefix' value used for building
|
||||||
[--libtool]
|
the FreeType library
|
||||||
[--cflags]
|
--exec-prefix=EPREFIX override \`--exec-prefix' value with EPREFIX
|
||||||
|
--version display libtool version of the FreeType library
|
||||||
|
--libs display flags for linking with the FreeType library
|
||||||
|
--libtool display library name for linking with libtool
|
||||||
|
--cflags display flags for compiling with the FreeType
|
||||||
|
library
|
||||||
EOF
|
EOF
|
||||||
exit $1
|
exit $1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue