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:
@ -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)
|
||||
|
@ -34,6 +34,7 @@ SUBDIRS = \
|
||||
camel \
|
||||
filter \
|
||||
addressbook \
|
||||
a11y \
|
||||
calendar \
|
||||
my-evolution \
|
||||
art \
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user