bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with configure -C and libtool


From: Johan Danielsson
Subject: problem with configure -C and libtool
Date: 05 Dec 2000 11:17:40 +0100
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5

configure -C sets cache_file to config.cache, but ltconfig expects
./config.cache (or similar). Don't know where this should be fixed,
but a patch for autoconf looks something like this (this is what
autoconf 2.13 did):

--- acgeneral.m4        2000/12/02 01:40:17     1.642
+++ acgeneral.m4        2000/12/05 10:12:19
@@ -966,7 +966,7 @@
     cache_file=$ac_optarg ;;
 
   --config-cache | -C)
-    cache_file=config.cache ;;
+    cache_file=./config.cache ;;
 
   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     ac_prev=datadir ;;

/Johan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]