OSDN Git Service

configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldopts
authorTheodore Ts'o <tytso@mit.edu>
Mon, 7 Sep 2009 01:28:47 +0000 (21:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 7 Sep 2009 01:28:47 +0000 (21:28 -0400)
commit0b5b9f90eec5cb383c660fe10ef2c88193e80fe7
tree395b7a49398f9394e4ee5b29a6f81fa227b6ac5a
parent1d9b818317b6874f42a63310c913c4de840c377a
configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldopts

Remove the configure options --with-cc, --with-ccopts, --with-ldopts,
and --with-ld (which never worked), since the first three can be
replaced with CC=, CCFLAGS=, and LDFLAGS= on the configure
command-line.  The default for --with-cc caused the CC= to be
overridden even with it was specified to the configure script.

Addresses-Sourceforge-Bug: #2843248

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
configure
configure.in
debian/rules