Add AC_CONFIG_AUX_DIR(..) so it looks for ylwrap in the toplevel evolution

2002-12-19  Joe Shaw  <joe@ximian.com>

	* 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
This commit is contained in:
Joe Shaw
2002-12-19 17:40:55 +00:00
committed by Joe Shaw
parent fccdec8c5e
commit 05a87528f2
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-12-19 Joe Shaw <joe@ximian.com>
* 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
2002-11-26 Rodrigo Moya <rodrigo@ximian.com>
* src/libical/icalyacc.y: added missing ';' for new bison to not

View File

@ -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