|
|
AC_PROG_LIBTOOL | AC_PROG_LIBTOOL |
| |
dnl ============================================== | dnl ============================================== |
dnl gconf stuff |
|
dnl ============================================== |
|
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 |
|
|
|
dnl ============================================== |
|
dnl translation support | dnl translation support |
dnl ============================================== | dnl ============================================== |
| |
|
|
dnl ============================================== | dnl ============================================== |
dnl GConf | dnl GConf |
dnl ============================================== | dnl ============================================== |
|
if test "$with_gconf" != "no"; then |
|
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 |
|
fi |
|
|
AM_GCONF_SOURCE_2 | AM_GCONF_SOURCE_2 |
| |
dnl Please keep in alphabetical order | dnl Please keep in alphabetical order |