AUTOCONF not set when --with-cvs

Andreas Schwab schwab@suse.de
Fri Mar 21 17:58:00 GMT 2003


Why is the autoconf check not supposed to be run when --without-cvs?
Apart from the fact that the test is backwards the autoconf rule in
Makefile is always active even when --without-cvs.  Or perhaps you had
this in mind?

--- configure.in.~1.385.~	2003-03-19 10:48:20.000000000 +0100
+++ configure.in	2003-03-21 16:26:45.000000000 +0100
@@ -670,6 +670,8 @@ AC_CHECK_PROG_VER(SED, sed, --version,
   SED=: aux_missing="$aux_missing sed")
 
 if test "x$with_cvs" != xyes; then
+  AUTOCONF=no
+else
   AC_CHECK_PROGS(AUTOCONF, autoconf, no)
   case "x$AUTOCONF" in
   xno|x|x:) AUTOCONF=no ;;


But I would prefer to keep the autoconf test independent of --without-cvs.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Libc-hacker mailing list