From 2c4bdb7fca252e1183679c094a699f0b05bd8c1b Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Tue, 15 May 2007 20:46:04 +0200 Subject: build-sys: fix the example configure call in README Adapt the example to pass the variables as arguments to the configure script, as this is the prefered way. And a few cosmetic changes to the paragraph. Signed-off-by: Stepan Kasal --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 8f9364f53..3686d156a 100644 --- a/README +++ b/README @@ -40,10 +40,10 @@ COMPILATION: See the INSTALL file for more details. Notes: - * use SUID_CFLAGS and SUID_LDFLAGS when you want to define special compiler options - for typical suid programs, for example: + * use SUID_CFLAGS and SUID_LDFLAGS when you want to define special + compiler options for typical suid programs, for example: - SUID_CFLAGS="-fpie" SUID_LDFLAGS="-pie" ./configure + ./configure SUID_CFLAGS="-fpie" SUID_LDFLAGS="-pie" - Now this feature is supported for chfn, chsh, newgrp, write, - mount and umount. + This feature is currently supported for chfn, chsh, newgrp, + write, mount, and umount. -- cgit v1.2.3-55-g7522