Remove Gail PKG_CONFIG macros from configure. Gail is not a dependency.
[platform/core/uifw/at-spi2-atk.git] / configure.ac
index cd49f79..d56aeff 100644 (file)
@@ -28,6 +28,9 @@ AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE([-Wall foreign])
 
+dnl translation of any at-spi strings: used only for .server
+dnl IT_PROG_INTLTOOL([0.35.0])
+
 AC_PROG_CC
 AM_PATH_PYTHON(2.4)
 AM_DISABLE_STATIC
@@ -82,10 +85,6 @@ PKG_CHECK_MODULES(GDK, [gdk-2.0 >= 2.0.0])
 AC_SUBST(GDK_LIBS)
 AC_SUBST(GDK_CFLAGS)
 
-PKG_CHECK_MODULES(GAIL, [gail >= 1.9.0])       
-AC_SUBST(GAIL_LIBS)
-AC_SUBST(GAIL_CFLAGS)
-
 AC_PATH_XTRA
 
 if test x$no_x = xyes ; then
@@ -173,9 +172,6 @@ LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^cspi]].*"'
 AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
 
 AC_CONFIG_FILES([Makefile
-                po/Makefile.in
-                libspi-1.0.pc
-                libspi-1.0-uninstalled.pc
                 libloginhelper-1.0.pc
                 cspi-1.0.pc
                 cspi-1.0-uninstalled.pc
@@ -188,11 +184,14 @@ AC_CONFIG_FILES([Makefile
                 atk-adaptor/Makefile
                 login-helper/Makefile
                 tests/dummyatk/Makefile
-                tests/cspi/Makefile
+                tests/data/Makefile
                 tests/pyatspi/Makefile
+                tests/pyatspi/pasytest/Makefile
                 tests/apps/Makefile
+                tests/cspi/Makefile
                 dbind/Makefile
                 cspi/Makefile
+                pyatspi/Makefile
                 dbind-config.h])
 
 AC_OUTPUT