From: Todd C. Miller Date: Sat, 27 Apr 1996 15:20:22 +0000 (+0000) Subject: added --with-CC X-Git-Tag: SUDO_1_5_0~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26956e346465b8c0bec828220a526a44818ff0a9;p=sudo added --with-CC --- diff --git a/INSTALL b/INSTALL index 29691dbaf..f9d8a710c 100644 --- a/INSTALL +++ b/INSTALL @@ -94,6 +94,8 @@ Directory and file names: --srcdir=DIR Find the sources in DIR [configure dir or ..] Special features/options: + --with-CC Specifies path to C compiler you wish to use. + --with-getpass Use system getpass(3) instead of sudo-supplied tgetpass() for systems where tgetpass() fails.