From 05a87528f21322c1acd478e073583cde1dd9d43b Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Thu, 19 Dec 2002 17:40:55 +0000 Subject: Add AC_CONFIG_AUX_DIR(..) so it looks for ylwrap in the toplevel evolution 2002-12-19 Joe Shaw * configure.in: Add AC_CONFIG_AUX_DIR(..) so it looks for ylwrap in the toplevel evolution directory and not our directory. Fixes the build for automake >= 1.5 svn path=/trunk/; revision=19169 --- libical/configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libical/configure.in') diff --git a/libical/configure.in b/libical/configure.in index a07b8be2b3..71b5183831 100644 --- a/libical/configure.in +++ b/libical/configure.in @@ -3,6 +3,10 @@ AC_INIT(src) AM_INIT_AUTOMAKE(libical-evolution,0.23a) AM_CONFIG_HEADER(config.h) +dnl Set the aux dir to .. (the toplevel evolution directory) so ylwrap +dnl is found in the correct directory for automake >= 1.5 +AC_CONFIG_AUX_DIR(..) + dnl Initialize maintainer mode AM_MAINTAINER_MODE -- cgit v1.2.3