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:
@ -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>
|
2002-11-26 Rodrigo Moya <rodrigo@ximian.com>
|
||||||
|
|
||||||
* src/libical/icalyacc.y: added missing ';' for new bison to not
|
* src/libical/icalyacc.y: added missing ';' for new bison to not
|
||||||
|
@ -3,6 +3,10 @@ AC_INIT(src)
|
|||||||
AM_INIT_AUTOMAKE(libical-evolution,0.23a)
|
AM_INIT_AUTOMAKE(libical-evolution,0.23a)
|
||||||
AM_CONFIG_HEADER(config.h)
|
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
|
dnl Initialize maintainer mode
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user