From 3f1ffdacbb7a954b377bd760d04250c9e5e5ec28 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 15 Dec 1998 23:11:05 +0000 Subject: [PATCH] Make the gettext check for for libc5 systems. 1998-12-15 Martin Baulig * acinclude.m4: Make the gettext check for for libc5 systems. --- ChangeLog | 2 ++ ChangeLog.pre-2-0 | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-2 | 2 ++ ChangeLog.pre-2-4 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ acinclude.m4 | 7 +++++++ 8 files changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index a27a9085e1..6e22382899 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-12-15 Martin Baulig + * acinclude.m4: Make the gettext check for for libc5 systems. + * autogen.sh: Not running gettextize fails on a fresh CVS checkout and we'll get a lot of bug reports tomorrow, so I add it back. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index a27a9085e1..6e22382899 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,7 @@ 1998-12-15 Martin Baulig + * acinclude.m4: Make the gettext check for for libc5 systems. + * autogen.sh: Not running gettextize fails on a fresh CVS checkout and we'll get a lot of bug reports tomorrow, so I add it back. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a27a9085e1..6e22382899 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 1998-12-15 Martin Baulig + * acinclude.m4: Make the gettext check for for libc5 systems. + * autogen.sh: Not running gettextize fails on a fresh CVS checkout and we'll get a lot of bug reports tomorrow, so I add it back. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index a27a9085e1..6e22382899 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,7 @@ 1998-12-15 Martin Baulig + * acinclude.m4: Make the gettext check for for libc5 systems. + * autogen.sh: Not running gettextize fails on a fresh CVS checkout and we'll get a lot of bug reports tomorrow, so I add it back. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index a27a9085e1..6e22382899 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 1998-12-15 Martin Baulig + * acinclude.m4: Make the gettext check for for libc5 systems. + * autogen.sh: Not running gettextize fails on a fresh CVS checkout and we'll get a lot of bug reports tomorrow, so I add it back. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index a27a9085e1..6e22382899 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 1998-12-15 Martin Baulig + * acinclude.m4: Make the gettext check for for libc5 systems. + * autogen.sh: Not running gettextize fails on a fresh CVS checkout and we'll get a lot of bug reports tomorrow, so I add it back. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a27a9085e1..6e22382899 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 1998-12-15 Martin Baulig + * acinclude.m4: Make the gettext check for for libc5 systems. + * autogen.sh: Not running gettextize fails on a fresh CVS checkout and we'll get a lot of bug reports tomorrow, so I add it back. diff --git a/acinclude.m4 b/acinclude.m4 index 295b33801b..91e8d049fa 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -338,6 +338,13 @@ AC_DEFUN(AM_GTK_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