| configure.ac (8a62b599) | configure.ac (35266ad7) |
|---|---|
| 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 5221 unchanged lines hidden (view full) --- 5230fi 5231AC_SUBST(SYSTEM_HYPH) 5232AC_SUBST(HYPHEN_LIB) 5233 5234dnl =================================================================== 5235dnl Checking for mythes 5236dnl =================================================================== 5237AC_MSG_CHECKING([which mythes to use]) | 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 5221 unchanged lines hidden (view full) --- 5230fi 5231AC_SUBST(SYSTEM_HYPH) 5232AC_SUBST(HYPHEN_LIB) 5233 5234dnl =================================================================== 5235dnl Checking for mythes 5236dnl =================================================================== 5237AC_MSG_CHECKING([which mythes to use]) |
| 5238if test -n "$with_system_mythes" && test "$with_system_mythes" != "no"; then | 5238if test -n "$with_system_mythes" -o -n "$with_system_libs" && \ 5239 test "$with_system_mythes" != "no"; then |
| 5239 AC_MSG_RESULT([external]) 5240 SYSTEM_MYTHES=YES 5241 AC_LANG_PUSH([C++]) 5242 PKG_CHECK_MODULES(MYTHES, mythes, MYTHES_PKGCONFIG=yes, MYTHES_PKGCONFIG=no) 5243 if test "$MYTHES_PKGCONFIG" = "no"; then 5244 AC_CHECK_HEADER(mythes.hxx, [], 5245 [ AC_MSG_ERROR(mythes.hxx headers not found.)], []) 5246 AC_CHECK_LIB(mythes-1.2, main, [], --- 2142 unchanged lines hidden --- | 5240 AC_MSG_RESULT([external]) 5241 SYSTEM_MYTHES=YES 5242 AC_LANG_PUSH([C++]) 5243 PKG_CHECK_MODULES(MYTHES, mythes, MYTHES_PKGCONFIG=yes, MYTHES_PKGCONFIG=no) 5244 if test "$MYTHES_PKGCONFIG" = "no"; then 5245 AC_CHECK_HEADER(mythes.hxx, [], 5246 [ AC_MSG_ERROR(mythes.hxx headers not found.)], []) 5247 AC_CHECK_LIB(mythes-1.2, main, [], --- 2142 unchanged lines hidden --- |