diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-07 02:13:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-07 02:13:12 +0800 |
commit | db141482ef299e20092600972a6f328cb3eac878 (patch) | |
tree | a866097a5bca8589c027523f0288785414b62676 /configure.in | |
parent | 4b5278202b0c1abd8e2d338f9e855235f4537f80 (diff) | |
download | gsoc2013-evolution-db141482ef299e20092600972a6f328cb3eac878.tar.gz 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.in | 3 |
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)` |