73e9ddfd64
- Add "dest" to CONFIGURE_STYLE instead of patching prefix. - Add patches to fix gettext message catalog warnings from naddy@ - Remove some unnecessary plugin files. help from naddy@
17 lines
642 B
Plaintext
17 lines
642 B
Plaintext
$OpenBSD: patch-aclocal_m4,v 1.1 2001/06/03 17:45:01 pvalchev Exp $
|
|
--- aclocal.m4.orig Thu Jan 20 12:59:35 2000
|
|
+++ aclocal.m4 Sat Jun 2 01:48:15 2001
|
|
@@ -461,10 +461,9 @@ AC_DEFUN(AM_WITH_NLS,
|
|
|
|
if test "$gt_cv_func_gettext_libc" != "yes"; then
|
|
AC_CHECK_LIB(intl, bindtextdomain,
|
|
- [AC_CACHE_CHECK([for gettext in libintl],
|
|
- gt_cv_func_gettext_libintl,
|
|
+ [AC_CACHE_VAL(gt_cv_func_gettext_libintl,
|
|
[AC_CHECK_LIB(intl, gettext,
|
|
- gt_cv_func_gettext_libintl=yes,
|
|
+ [gt_cv_func_gettext_libintl=yes; LIBS="$LIBS -lintl"],
|
|
gt_cv_func_gettext_libintl=no)],
|
|
gt_cv_func_gettext_libintl=no)])
|
|
fi
|