simplify: sync gettext check with upstream version from gconf
This commit is contained in:
parent
b54dc3189b
commit
0151051035
@ -1,158 +1,14 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.1 2001/09/17 23:01:00 naddy Exp $
|
||||
--- aclocal.m4.orig Fri Mar 16 20:46:16 2001
|
||||
+++ aclocal.m4 Mon Sep 17 23:56:34 2001
|
||||
@@ -1751,13 +1751,12 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
dnl If we use NLS figure out what method
|
||||
if test "$USE_NLS" = "yes"; then
|
||||
AC_DEFINE(ENABLE_NLS)
|
||||
-# AC_MSG_CHECKING([whether included gettext is requested])
|
||||
-# AC_ARG_WITH(included-gettext,
|
||||
-# [ --with-included-gettext use the GNU gettext library included here],
|
||||
-# nls_cv_force_use_gnu_gettext=$withval,
|
||||
-# nls_cv_force_use_gnu_gettext=no)
|
||||
-# AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
|
||||
- nls_cv_force_use_gnu_gettext="no"
|
||||
+ AC_MSG_CHECKING([whether included gettext is requested])
|
||||
+ AC_ARG_WITH(included-gettext,
|
||||
+ [ --with-included-gettext use the GNU gettext library included here],
|
||||
+ nls_cv_force_use_gnu_gettext=$withval,
|
||||
+ nls_cv_force_use_gnu_gettext=no)
|
||||
+ AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
|
||||
|
||||
nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
|
||||
if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
|
||||
@@ -1776,10 +1775,9 @@ AC_DEFUN(AM_GNOME_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)],
|
||||
$OpenBSD: patch-aclocal_m4,v 1.2 2001/09/18 15:10:04 naddy Exp $
|
||||
--- aclocal.m4.orig Tue Sep 18 16:48:42 2001
|
||||
+++ aclocal.m4 Tue Sep 18 16:49:20 2001
|
||||
@@ -1784,6 +1784,10 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
gt_cv_func_gettext_libintl=no)])
|
||||
fi
|
||||
@@ -1803,13 +1801,6 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
INSTOBJEXT=.mo
|
||||
fi
|
||||
fi
|
||||
-
|
||||
- # Added by Martin Baulig 12/15/98 for libc5 systems
|
||||
- if test "$gt_cv_func_gettext_libc" != "yes" \
|
||||
- && test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
- INTLLIBS=-lintl
|
||||
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
- fi
|
||||
])
|
||||
|
||||
if test "$CATOBJEXT" = "NONE"; then
|
||||
@@ -1826,25 +1817,24 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
[AC_DEFINE(HAVE_CATGETS)
|
||||
INTLOBJS="\$(CATOBJS)"
|
||||
AC_PATH_PROG(GENCAT, gencat, no)dnl
|
||||
-# if test "$GENCAT" != "no"; then
|
||||
-# AC_PATH_PROG(GMSGFMT, gmsgfmt, no)
|
||||
-# if test "$GMSGFMT" = "no"; then
|
||||
-# AM_PATH_PROG_WITH_TEST(GMSGFMT, msgfmt,
|
||||
-# [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)
|
||||
-# fi
|
||||
-# AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||
-# [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
|
||||
-# USE_INCLUDED_LIBINTL=yes
|
||||
-# CATOBJEXT=.cat
|
||||
-# INSTOBJEXT=.cat
|
||||
-# DATADIRNAME=lib
|
||||
-# INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
-# INTLLIBS=$INTLDEPS
|
||||
-# LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
-# nls_cv_header_intl=intl/libintl.h
|
||||
-# nls_cv_header_libgt=intl/libgettext.h
|
||||
-# fi
|
||||
- ])
|
||||
+ if test "$GENCAT" != "no"; then
|
||||
+ AC_PATH_PROG(GMSGFMT, gmsgfmt, no)
|
||||
+ if test "$GMSGFMT" = "no"; then
|
||||
+ AM_PATH_PROG_WITH_TEST(GMSGFMT, msgfmt,
|
||||
+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)
|
||||
+ fi
|
||||
+ AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||
+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
|
||||
+ USE_INCLUDED_LIBINTL=yes
|
||||
+ CATOBJEXT=.cat
|
||||
+ INSTOBJEXT=.cat
|
||||
+ DATADIRNAME=lib
|
||||
+ INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
+ INTLLIBS=$INTLDEPS
|
||||
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
+ nls_cv_header_intl=intl/libintl.h
|
||||
+ nls_cv_header_libgt=intl/libgettext.h
|
||||
+ fi])
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -1856,27 +1846,23 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
fi
|
||||
|
||||
if test "$nls_cv_use_gnu_gettext" != "yes"; then
|
||||
- AC_DEFINE(ENABLE_NLS)
|
||||
- else
|
||||
- # Unset this variable since we use the non-zero value as a flag.
|
||||
- CATOBJEXT=
|
||||
-# dnl Mark actions used to generate GNU NLS library.
|
||||
-# INTLOBJS="\$(GETTOBJS)"
|
||||
-# AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
|
||||
-# [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
|
||||
-# AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
|
||||
-# AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||
-# [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
|
||||
-# AC_SUBST(MSGFMT)
|
||||
-# USE_INCLUDED_LIBINTL=yes
|
||||
-# CATOBJEXT=.gmo
|
||||
-# INSTOBJEXT=.mo
|
||||
-# DATADIRNAME=share
|
||||
-# INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
-# INTLLIBS=$INTLDEPS
|
||||
-# LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
-# nls_cv_header_intl=intl/libintl.h
|
||||
-# nls_cv_header_libgt=intl/libgettext.h
|
||||
+ dnl Mark actions used to generate GNU NLS library.
|
||||
+ INTLOBJS="\$(GETTOBJS)"
|
||||
+ AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
|
||||
+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
|
||||
+ AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
|
||||
+ AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||
+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
|
||||
+ AC_SUBST(MSGFMT)
|
||||
+ USE_INCLUDED_LIBINTL=yes
|
||||
+ CATOBJEXT=.gmo
|
||||
+ INSTOBJEXT=.mo
|
||||
+ DATADIRNAME=share
|
||||
+ INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
+ INTLLIBS=$INTLDEPS
|
||||
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
+ nls_cv_header_intl=intl/libintl.h
|
||||
+ nls_cv_header_libgt=intl/libgettext.h
|
||||
fi
|
||||
|
||||
dnl Test whether we really found GNU xgettext.
|
||||
@@ -1906,12 +1892,12 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
esac])
|
||||
|
||||
|
||||
-# # If this is used in GNU gettext we have to set USE_NLS to `yes'
|
||||
-# # because some of the sources are only built for this goal.
|
||||
-# if test "$PACKAGE" = gettext; then
|
||||
-# USE_NLS=yes
|
||||
-# USE_INCLUDED_LIBINTL=yes
|
||||
-# fi
|
||||
+ # If this is used in GNU gettext we have to set USE_NLS to `yes'
|
||||
+ # because some of the sources are only built for this goal.
|
||||
+ if test "$PACKAGE" = gettext; then
|
||||
+ USE_NLS=yes
|
||||
+ USE_INCLUDED_LIBINTL=yes
|
||||
+ fi
|
||||
|
||||
dnl These rules are solely for the distribution goal. While doing this
|
||||
dnl we only have to keep exactly one list of the available catalogs
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ LIBS="$LIBS -lintl";
|
||||
+ fi
|
||||
+
|
||||
if test "$gt_cv_func_gettext_libc" = "yes" \
|
||||
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
AC_DEFINE(HAVE_GETTEXT)
|
||||
|
@ -1,158 +1,14 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.1 2001/09/17 20:54:41 naddy Exp $
|
||||
--- aclocal.m4.orig Fri Mar 2 04:16:08 2001
|
||||
+++ aclocal.m4 Mon Sep 17 21:31:42 2001
|
||||
@@ -38,13 +38,12 @@ AC_DEFUN(AM_GNU_OAF_WITH_NLS,
|
||||
dnl If we use NLS figure out what method
|
||||
if test "$USE_NLS" = "yes"; then
|
||||
AC_DEFINE(ENABLE_NLS)
|
||||
-# AC_MSG_CHECKING([whether included gettext is requested])
|
||||
-# AC_ARG_WITH(included-gettext,
|
||||
-# [ --with-included-gettext use the GNU gettext library included here],
|
||||
-# nls_cv_force_use_gnu_gettext=$withval,
|
||||
-# nls_cv_force_use_gnu_gettext=no)
|
||||
-# AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
|
||||
- nls_cv_force_use_gnu_gettext="no"
|
||||
+ AC_MSG_CHECKING([whether included gettext is requested])
|
||||
+ AC_ARG_WITH(included-gettext,
|
||||
+ [ --with-included-gettext use the GNU gettext library included here],
|
||||
+ nls_cv_force_use_gnu_gettext=$withval,
|
||||
+ nls_cv_force_use_gnu_gettext=no)
|
||||
+ AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
|
||||
|
||||
nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
|
||||
if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
|
||||
@@ -63,10 +62,9 @@ AC_DEFUN(AM_GNU_OAF_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)],
|
||||
$OpenBSD: patch-aclocal_m4,v 1.2 2001/09/18 15:10:04 naddy Exp $
|
||||
--- aclocal.m4.orig Tue Sep 18 16:45:13 2001
|
||||
+++ aclocal.m4 Tue Sep 18 16:46:09 2001
|
||||
@@ -71,6 +71,10 @@ AC_DEFUN(AM_GNU_OAF_WITH_NLS,
|
||||
gt_cv_func_gettext_libintl=no)])
|
||||
fi
|
||||
@@ -90,13 +88,6 @@ AC_DEFUN(AM_GNU_OAF_WITH_NLS,
|
||||
INSTOBJEXT=.mo
|
||||
fi
|
||||
fi
|
||||
-
|
||||
- # Added by Martin Baulig 12/15/98 for libc5 systems
|
||||
- if test "$gt_cv_func_gettext_libc" != "yes" \
|
||||
- && test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
- INTLLIBS=-lintl
|
||||
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
- fi
|
||||
])
|
||||
|
||||
if test "$CATOBJEXT" = "NONE"; then
|
||||
@@ -113,25 +104,24 @@ AC_DEFUN(AM_GNU_OAF_WITH_NLS,
|
||||
[AC_DEFINE(HAVE_CATGETS)
|
||||
INTLOBJS="\$(CATOBJS)"
|
||||
AC_PATH_PROG(GENCAT, gencat, no)dnl
|
||||
-# if test "$GENCAT" != "no"; then
|
||||
-# AC_PATH_PROG(GMSGFMT, gmsgfmt, no)
|
||||
-# if test "$GMSGFMT" = "no"; then
|
||||
-# AM_PATH_PROG_WITH_TEST(GMSGFMT, msgfmt,
|
||||
-# [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)
|
||||
-# fi
|
||||
-# AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||
-# [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
|
||||
-# USE_INCLUDED_LIBINTL=yes
|
||||
-# CATOBJEXT=.cat
|
||||
-# INSTOBJEXT=.cat
|
||||
-# DATADIRNAME=lib
|
||||
-# INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
-# INTLLIBS=$INTLDEPS
|
||||
-# LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
-# nls_cv_header_intl=intl/libintl.h
|
||||
-# nls_cv_header_libgt=intl/libgettext.h
|
||||
-# fi
|
||||
- ])
|
||||
+ if test "$GENCAT" != "no"; then
|
||||
+ AC_PATH_PROG(GMSGFMT, gmsgfmt, no)
|
||||
+ if test "$GMSGFMT" = "no"; then
|
||||
+ AM_PATH_PROG_WITH_TEST(GMSGFMT, msgfmt,
|
||||
+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)
|
||||
+ fi
|
||||
+ AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||
+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
|
||||
+ USE_INCLUDED_LIBINTL=yes
|
||||
+ CATOBJEXT=.cat
|
||||
+ INSTOBJEXT=.cat
|
||||
+ DATADIRNAME=lib
|
||||
+ INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
+ INTLLIBS=$INTLDEPS
|
||||
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
+ nls_cv_header_intl=intl/libintl.h
|
||||
+ nls_cv_header_libgt=intl/libgettext.h
|
||||
+ fi])
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -143,27 +133,23 @@ AC_DEFUN(AM_GNU_OAF_WITH_NLS,
|
||||
fi
|
||||
|
||||
if test "$nls_cv_use_gnu_gettext" != "yes"; then
|
||||
- AC_DEFINE(ENABLE_NLS)
|
||||
- else
|
||||
- # Unset this variable since we use the non-zero value as a flag.
|
||||
- CATOBJEXT=
|
||||
-# dnl Mark actions used to generate GNU NLS library.
|
||||
-# INTLOBJS="\$(GETTOBJS)"
|
||||
-# AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
|
||||
-# [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
|
||||
-# AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
|
||||
-# AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||
-# [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
|
||||
-# AC_SUBST(MSGFMT)
|
||||
-# USE_INCLUDED_LIBINTL=yes
|
||||
-# CATOBJEXT=.gmo
|
||||
-# INSTOBJEXT=.mo
|
||||
-# DATADIRNAME=share
|
||||
-# INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
-# INTLLIBS=$INTLDEPS
|
||||
-# LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
-# nls_cv_header_intl=intl/libintl.h
|
||||
-# nls_cv_header_libgt=intl/libgettext.h
|
||||
+ dnl Mark actions used to generate GNU NLS library.
|
||||
+ INTLOBJS="\$(GETTOBJS)"
|
||||
+ AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
|
||||
+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
|
||||
+ AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
|
||||
+ AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||
+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
|
||||
+ AC_SUBST(MSGFMT)
|
||||
+ USE_INCLUDED_LIBINTL=yes
|
||||
+ CATOBJEXT=.gmo
|
||||
+ INSTOBJEXT=.mo
|
||||
+ DATADIRNAME=share
|
||||
+ INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
+ INTLLIBS=$INTLDEPS
|
||||
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
+ nls_cv_header_intl=intl/libintl.h
|
||||
+ nls_cv_header_libgt=intl/libgettext.h
|
||||
fi
|
||||
|
||||
dnl Test whether we really found GNU xgettext.
|
||||
@@ -193,12 +179,12 @@ AC_DEFUN(AM_GNU_OAF_WITH_NLS,
|
||||
esac])
|
||||
|
||||
|
||||
-# # If this is used in GNU gettext we have to set USE_NLS to `yes'
|
||||
-# # because some of the sources are only built for this goal.
|
||||
-# if test "$PACKAGE" = gettext; then
|
||||
-# USE_NLS=yes
|
||||
-# USE_INCLUDED_LIBINTL=yes
|
||||
-# fi
|
||||
+ # If this is used in GNU gettext we have to set USE_NLS to `yes'
|
||||
+ # because some of the sources are only built for this goal.
|
||||
+ if test "$PACKAGE" = gettext; then
|
||||
+ USE_NLS=yes
|
||||
+ USE_INCLUDED_LIBINTL=yes
|
||||
+ fi
|
||||
|
||||
dnl These rules are solely for the distribution goal. While doing this
|
||||
dnl we only have to keep exactly one list of the available catalogs
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ LIBS="$LIBS -lintl";
|
||||
+ fi
|
||||
+
|
||||
if test "$gt_cv_func_gettext_libc" = "yes" \
|
||||
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
AC_DEFINE(HAVE_GETTEXT)
|
||||
|
Loading…
Reference in New Issue
Block a user