shithub: freetype+ttf2subf

Download patch

ref: 2a37b3055df315e571eeee9aa913fcc603588099
parent: ba80d61c7ab146002db3a851dca39e5a02fbb7aa
author: Werner Lemberg <[email protected]>
date: Sat Apr 17 14:58:43 EDT 2004

* builds/unix/freetype-config.in (usage): Fix and improve usage
information.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-16  Werner Lemberg  <[email protected]>
+
+	* builds/unix/freetype-config.in (usage): Fix and improve usage
+	information.
+
 2004-04-15  Werner Lemberg  <[email protected]>
 
 	* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Define
--- a/builds/unix/freetype-config.in
+++ b/builds/unix/freetype-config.in
@@ -12,14 +12,21 @@
 usage()
 {
   cat <<EOF
-Usage: freetype-config [OPTIONS] [LIBRARIES]
+Usage: freetype-config [OPTION]...
+Get FreeType compilation and linking information.
+
 Options:
- [--prefix[=DIR]]
- [--exec-prefix[=DIR]]
- [--version]
- [--libs]
- [--libtool]
- [--cflags]
+  --prefix               display \`--prefix' value used for building the
+                         FreeType library
+  --prefix=PREFIX        override \`--prefix' value with PREFIX
+  --exec-prefix          display \`--exec-prefix' value used for building
+                         the FreeType library
+  --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
   exit $1
 }