*** empty log message ***
authorhanda <handa>
Wed, 13 Oct 2004 08:01:53 +0000 (08:01 +0000)
committerhanda <handa>
Wed, 13 Oct 2004 08:01:53 +0000 (08:01 +0000)
README

diff --git a/README b/README
index 66714e9..37cf90d 100644 (file)
--- a/README
+++ b/README
@@ -115,11 +115,11 @@ The shell script "m17n-config" helps compiling and linking of a
 program that uses the m17n library.  For instance this compiles PROG.c
 that uses SHELL API and builds executable PROG.
 
-       % gcc -o PROG `m17n-config --clags` `m17n-config --libs` PROG.c
+       % gcc -o PROG `m17n-config --cflags` `m17n-config --libs` PROG.c
 
 This compiles PROX.c that uses GUI API and builds executable PROX.
 
-       % gcc -o PROX `m17n-config GUI --clags` `m17n-config GUI --libs` PROX.c
+       % gcc -o PROX `m17n-config GUI --cflags` `m17n-config GUI --libs` PROX.c
 
 ----------------------------------------------------------------------
 Copyright information