]> Pileus Git - ~andy/gtk/commitdiff
Make the gettext check for for libc5 systems.
authorMartin Baulig <martin@home-of-linux.org>
Tue, 15 Dec 1998 23:11:05 +0000 (23:11 +0000)
committerMartin Baulig <martin@src.gnome.org>
Tue, 15 Dec 1998 23:11:05 +0000 (23:11 +0000)
1998-12-15  Martin Baulig  <martin@home-of-linux.org>

* acinclude.m4: Make the gettext check for for libc5 systems.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acinclude.m4

index a27a9085e1777e1ca0b5fced0eda913132ae20b6..6e223828997818299f9eca253a061efdf8801496 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
 
+       * 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.
 
index a27a9085e1777e1ca0b5fced0eda913132ae20b6..6e223828997818299f9eca253a061efdf8801496 100644 (file)
@@ -1,5 +1,7 @@
 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
 
+       * 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.
 
index a27a9085e1777e1ca0b5fced0eda913132ae20b6..6e223828997818299f9eca253a061efdf8801496 100644 (file)
@@ -1,5 +1,7 @@
 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
 
+       * 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.
 
index a27a9085e1777e1ca0b5fced0eda913132ae20b6..6e223828997818299f9eca253a061efdf8801496 100644 (file)
@@ -1,5 +1,7 @@
 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
 
+       * 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.
 
index a27a9085e1777e1ca0b5fced0eda913132ae20b6..6e223828997818299f9eca253a061efdf8801496 100644 (file)
@@ -1,5 +1,7 @@
 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
 
+       * 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.
 
index a27a9085e1777e1ca0b5fced0eda913132ae20b6..6e223828997818299f9eca253a061efdf8801496 100644 (file)
@@ -1,5 +1,7 @@
 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
 
+       * 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.
 
index a27a9085e1777e1ca0b5fced0eda913132ae20b6..6e223828997818299f9eca253a061efdf8801496 100644 (file)
@@ -1,5 +1,7 @@
 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
 
+       * 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.
 
index 295b33801b7276abfe63a4680dcce45d12fede74..91e8d049fa7643f7b6568925a7bf66609a08c1f0 100644 (file)
@@ -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