* build.texinfo (Options to Configure): Update for new "CC=" style options
authorKen Raeburn <raeburn@mit.edu>
Mon, 2 Sep 2002 20:23:30 +0000 (20:23 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 2 Sep 2002 20:23:30 +0000 (20:23 +0000)
replacing "--with-cc=" options.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14808 dc483132-0cff-0310-8789-dd5450dbe970

doc/ChangeLog
doc/build.texinfo

index 0747df535a8905e4362a3d07f3cae046f0628db6..d47cf019eb1b515351d6af69efead7ece39c05d5 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-02  Ken Raeburn  <raeburn@mit.edu>
+
+       * build.texinfo (Options to Configure): Update for new "CC=" style
+       options replacing "--with-cc=" options.
+
 2002-07-03  Ezra Peisach  <epeisach@bu.edu>
 
        * user-guide.texinfo: Change `@end rawhtml' to `@end html' Texinfo
index 671f55089ebc14f9a3e1095d05a7f54f49baca95..cdf80709dcff9b3daed3d3c98f6a4b7a001b2c44 100644 (file)
@@ -246,11 +246,11 @@ KDC data files, as they will be installed in
 @code{LOCALSTATEDIR/krb5kdc}, which is by default
 @code{PREFIX/var/krb5kdc}.
 
-@item --with-cc=COMPILER
+@item CC=COMPILER
 
 Use @code{COMPILER} as the C compiler.
 
-@item --with-ccopts=FLAGS
+@item CFLAGS=FLAGS
 
 Use @code{FLAGS} as the default set of C compiler flags.
 
@@ -259,18 +259,18 @@ DECstation you are likely to lose if you pass no flags to cc; md4.c
 takes an estimated 3,469 billion years to compile if you provide neither
 the @samp{-g} flag nor the @samp{-O} flag to @samp{cc}.
 
-@item --with-cppopts=CPPOPTS 
+@item CPPFLAGS=CPPOPTS 
 
 Use @code{CPPOPTS} as the default set of C preprocessor flags.  The most
 common use of this option is to select certain @code{#define}'s for use
 with the operating system's include files.
 
-@item --with-linker=LINKER
+@item LD=LINKER
 
 Use @code{LINKER} as the default loader if it should be different from C
 compiler as specified above.
 
-@item --with-ldopts=LDOPTS
+@item LDFLAGS=LDOPTS
 
 This option allows one to specify optional arguments to be passed to the
 linker. This might be used to specify optional library paths.
@@ -355,9 +355,12 @@ the @samp{suncc} compiler with the optimizer turned on, run the configure
 script with the following options:
 
 @example
-% ./configure --with-cc=suncc --with-ccopts=-O
+% ./configure CC=suncc CFLAGS=-O
 @end example
 
+In previous releases, @code{--with-} options were used to specify the
+compiler and linker and their options.
+
 @node osconf.h, Shared Library Support, Options to Configure, Building Kerberos V5
 @section @file{osconf.h}