From 93a02f6bf8a34dd6d62b0a4513fb66b2399fc65c Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 17 Jul 2000 21:21:06 +0000 Subject: Typo fix. 2000-07-17 Federico Mena Quintero * configure.in (EVOLUTION_DIR): Typo fix. svn path=/trunk/; revision=4193 --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7e8d4770f2..6db4afed8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-07-17 Federico Mena Quintero + * configure.in (EVOLUTION_DIR): Typo fix. + * configure.in (AC_OUTPUT): Added the doc/devel Makefiles. (EVOLUTION_DIR): Substitute EVOLUTION_DIR for the top_srcdir. Added checks for gtk-doc. diff --git a/configure.in b/configure.in index 26f9d571f2..f1ee9ccdef 100644 --- a/configure.in +++ b/configure.in @@ -491,7 +491,7 @@ dnl ****************************** AC_CONFIG_SUBDIRS(libical) -EVOLUTION_DIR=`(cd srcdir; pwd)` +EVOLUTION_DIR=`(cd $srcdir; pwd)` AC_SUBST(EVOLUTION_DIR) AC_OUTPUT([ -- cgit v1.2.3