From fec858c4406c6c07b19ad17aa72804120f446d7a Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 13 Oct 2004 08:01:53 +0000 Subject: [PATCH] *** empty log message *** --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 66714e9..37cf90d 100644 --- 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 -- 1.7.10.4