From a47f03c9bc4e2a4a6372eae5ad89b0b88d0eae25 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 23 Jan 2003 19:34:27 +0000 Subject: (idldir): Define componentdir instead of COMPONENT_DIR. Set it to $privlibdir/components instead of $libdir/evolution-$(BASE_VERSION)/components. svn path=/trunk/; revision=19593 --- ChangeLog | 6 ++++++ configure.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b0c371d7a4..165ecfa002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-23 Ettore Perazzoli + + * configure.in (idldir): Define componentdir instead of + COMPONENT_DIR. Set it to $privlibdir/components instead of + $libdir/evolution-$(BASE_VERSION)/components. + 2003-01-22 Jeffrey Stedfast * configure.in (MOZILLA_NSS): Simplify the whole process into diff --git a/configure.in b/configure.in index b856f36e6c..fcd02ea2e3 100644 --- a/configure.in +++ b/configure.in @@ -975,8 +975,8 @@ AC_SUBST(camel_providerdir) idldir="$datadir/idl/evolution-$BASE_VERSION" AC_SUBST(idldir) -COMPONENT_DIR=$prefix/lib/evolution-$BASE_VERSION/components -AC_SUBST(COMPONENT_DIR) +componentdir="$privlibdir/components" +AC_SUBST(componentdir) evolutionuidir="$datadir/evolution-$BASE_VERSION/ui" AC_SUBST(evolutionuidir) -- cgit v1.2.3