2011-10-04 01:45:27 +02:00
|
|
|
$NetBSD: patch-aa,v 1.3 2011/10/03 23:45:27 schnoebe Exp $
|
2006-05-21 01:38:16 +02:00
|
|
|
|
2011-10-04 01:45:27 +02:00
|
|
|
Move the configuration file up a directory, no point in having
|
|
|
|
a directory containing one file.
|
|
|
|
|
|
|
|
--- configure.ac.orig 2011-06-12 10:49:35.000000000 +0000
|
2006-05-30 21:24:27 +02:00
|
|
|
+++ configure.ac
|
2011-10-04 01:45:27 +02:00
|
|
|
@@ -275,7 +275,7 @@ fi
|
2006-05-30 21:24:27 +02:00
|
|
|
|
|
|
|
# where to find the configuration file
|
2006-05-21 01:38:16 +02:00
|
|
|
# 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}/%" | \
|
2006-05-30 21:24:27 +02:00
|
|
|
sed "s%^NONE/%${ac_default_prefix}/%"`
|
|
|
|
AC_SUBST(CONFIGFILE)
|