Add a11y checking, and a11y Makefiles add a11y subdirectory

2003-08-20  Bolian Yin <bolian.yin@sun.com>

        * configure.in: Add a11y checking, and a11y Makefiles
        * Makefile.am: add a11y subdirectory

svn path=/trunk/; revision=22304
This commit is contained in:
Bolian Yin
2003-08-20 08:05:21 +00:00
committed by Bolian Yin
parent ef5eb5facd
commit d5b0f9dc9d
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-08-20 Bolian Yin <bolian.yin@sun.com>
* configure.in: Add a11y checking, and a11y Makefiles
* Makefile.am: add a11y subdirectory
2003-08-13 Mike Kestner <mkestner@ximian.com>
* configure.in: don't make 1.5 the default version (ie LN_S)

View File

@ -34,6 +34,7 @@ SUBDIRS = \
camel \
filter \
addressbook \
a11y \
calendar \
my-evolution \
art \

View File

@ -250,6 +250,13 @@ if test "x$ac_cv_gethostbyaddr_r_seven_args" = "xyes" ; then
fi
dnl **************************************************
dnl * Accessibility support
dnl **************************************************
PKG_CHECK_MODULES(A11Y, atk)
AC_SUBST(A11Y_CFLAGS)
AC_SUBST(A11Y_LIBS)
dnl **************************************************
dnl * IPv6 support
dnl **************************************************
@ -1310,6 +1317,8 @@ AC_SUBST(EVOLUTION_DIR)
AC_OUTPUT([ po/Makefile.in
Makefile
a11y/Makefile
a11y/calendar/Makefile
addressbook/Makefile
addressbook/gui/Makefile
addressbook/gui/component/Makefile