cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/configure


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/configure
Date: Mon, 05 Sep 2005 14:51:27 -0400

Index: ccvs/configure
diff -u ccvs/configure:1.414 ccvs/configure:1.415
--- ccvs/configure:1.414        Mon Sep  5 02:38:49 2005
+++ ccvs/configure      Mon Sep  5 18:51:25 2005
@@ -41983,8 +41983,15 @@
   enableval="$enable_config_override"
 
 else
-  # $sysconfdir may still contain variable references.
+  # $sysconfdir may still contain variable references.  By default, this will
+   # be to $prefix, and $prefix won't be set to its default value until later.
+   # Compromise without setting $prefix for the rest of the file.
+   cvs_save_prefix=$prefix
+   if test "X$prefix" = XNONE; then
+     prefix=$ac_prefix_default
+   fi
    eval enable_config_override=`echo $sysconfdir/cvs.conf,$sysconfdir/cvs/`
+   prefix=$cvs_save_prefix
 fi;
 
 if test x"$enable_config_override" = xyes; then
@@ -42002,11 +42009,13 @@
        arrayinit="$arrayinit\"$path\", "
        ;;
       *)  { { echo "$as_me:$LINENO: error: expected comma separated list of 
absolute directory
-                        names for --enable-config-override, or \`no', not:
-                        \`$enable_config_override' (\`$path' invalid.)" >&5
+           names for --enable-config-override, or \`no', not:
+           \`$enable_config_override'
+           (\`$path' invalid.)" >&5
 echo "$as_me: error: expected comma separated list of absolute directory
-                        names for --enable-config-override, or \`no', not:
-                        \`$enable_config_override' (\`$path' invalid.)" >&2;}
+           names for --enable-config-override, or \`no', not:
+           \`$enable_config_override'
+           (\`$path' invalid.)" >&2;}
    { (exit 1); exit 1; }; };;
     esac
   done




reply via email to

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