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 | |
parent | 4b5278202b0c1abd8e2d338f9e855235f4537f80 (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2003-02-06 Dan Winship <danw@ximian.com> + * configure.in: export priv*dir for libical's configure to use. + * evolution-addressbook.pc.in (Libs): Remove -L${libdir}. (CFlags): s/includedir/privincludedir/ 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)` |