This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AUTOCONF not set when --with-cvs


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 at suse dot 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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]