diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-27 09:07:18 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-27 09:07:18 +0800 |
commit | 8db276818d12776ba0cd7819972fa5ce30005164 (patch) | |
tree | d08901e4c1a142ecf80e41150625b7fee389ffe9 /configure.ac | |
parent | fc9e5a5b087f68dc1239ad7629a1575fb83510ac (diff) | |
download | ibus-8db276818d12776ba0cd7819972fa5ce30005164.tar.gz ibus-8db276818d12776ba0cd7819972fa5ce30005164.tar.xz ibus-8db276818d12776ba0cd7819972fa5ce30005164.zip |
Move icons to data/icons. Install schemas.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2302dd3..c40d8b0 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,26 @@ PKG_CHECK_MODULES(GCONF, [gconf-2.0 >= 2.12], ) +AC_PATH_PROG(GCONFTOOL, gconftool-2, no) +if test x"$GCONFTOOL" = xno; then + AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) +fi + +AM_GCONF_SOURCE_2 + +# GCONF_SERVERDIR=`$PKG_CONFIG --variable=gconf_serverdir gconf-2.0` +# old_path=$PATH +# if test x"$GCONF_SERVERDIR" != x; then +# PATH=$GCONF_SERVERDIR:$PATH +# fi +# +# AC_PATH_PROG(GCONF_SANITY_CHECK, gconf-sanity-check-2, no) +# if test x"$GCONF_SANITY_CHECK" = xno; then +# AC_MSG_ERROR([gconf-sanity-check-2 executable not found in your path - should be installed with GConf]) +# fi +# +# AC_SUBST(GCONF_SANITY_CHECK) +# PATH=$old_path # Check for Qt4 PKG_CHECK_MODULES(QT, @@ -253,7 +273,8 @@ bindings/Makefile bindings/python/Makefile util/Makefile util/IMdkit/Makefile -icons/Makefile +data/Makefile +data/icons/Makefile docs/Makefile docs/reference/Makefile docs/reference/ibus/Makefile |