aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-07 02:13:12 +0800
committerDan Winship <danw@src.gnome.org>2003-02-07 02:13:12 +0800
commitdb141482ef299e20092600972a6f328cb3eac878 (patch)
treea866097a5bca8589c027523f0288785414b62676 /configure.in
parent4b5278202b0c1abd8e2d338f9e855235f4537f80 (diff)
downloadgsoc2013-evolution-db141482ef299e20092600972a6f328cb3eac878.tar
gsoc2013-evolution-db141482ef299e20092600972a6f328cb3eac878.tar.gz
gsoc2013-evolution-db141482ef299e20092600972a6f328cb3eac878.tar.bz2
gsoc2013-evolution-db141482ef299e20092600972a6f328cb3eac878.tar.lz
gsoc2013-evolution-db141482ef299e20092600972a6f328cb3eac878.tar.xz
gsoc2013-evolution-db141482ef299e20092600972a6f328cb3eac878.tar.zst
gsoc2013-evolution-db141482ef299e20092600972a6f328cb3eac878.zip
export priv*dir for libical's configure to use.
* configure.in: export priv*dir for libical's configure to use. svn path=/trunk/; revision=19822
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 09610a4a91..4c54a9ded3 100644
--- a/configure.in
+++ b/configure.in
@@ -1273,6 +1273,9 @@ dnl ******************************
dnl Makefiles
dnl ******************************
+export privlibdir
+export privincludedir
+export privdatadir
AC_CONFIG_SUBDIRS(libical)
EVOLUTION_DIR=`(cd $srcdir; pwd)`