changes from 1.0.10 to 1.0.11 ----------------------------- * cvsd-buildroot should now install libraries in the same directory structure as on the normal filesystem, resulting in better support for 64 bit systems * other small improvements to cvsd-buildroot, including better error handling and not overwriting devices * small code improvements
13 lines
467 B
Text
13 lines
467 B
Text
$NetBSD: patch-aa,v 1.2 2006/05/30 19:24:27 wiz Exp $
|
|
|
|
--- configure.ac.orig 2006-05-24 20:25:24.000000000 +0000
|
|
+++ configure.ac
|
|
@@ -273,7 +273,7 @@ fi
|
|
|
|
# where to find the configuration file
|
|
# TODO: this should probably be fixed to be nicer
|
|
-CONFIGFILE=`eval echo $sysconfdir/cvsd/cvsd.conf | \
|
|
+CONFIGFILE=`eval echo $sysconfdir/cvsd.conf | \
|
|
sed "s%^NONE/%${prefix}/%" | \
|
|
sed "s%^NONE/%${ac_default_prefix}/%"`
|
|
AC_SUBST(CONFIGFILE)
|