fix exampledir processing bug; it failed when neither exampledir nor
sysconfdir were specified, due to incorrect extra quoting of
sysconfdir.  Thanks to Vincent Jardin for the bug report.
diff --git a/ChangeLog b/ChangeLog
index 1e80b42..a5f193f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-04  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+	* configure.ac: When setting exampledir to sysconfdir as a
+	default, don't quote ${sysconfdir}.  (Bug reported by Vincent
+	Jardin.)
+
 2003-12-03  Greg Troxel  <gdt@poblano.ir.bbn.com>
 
 	* configure.ac: Compile in Router Advertisement support by