forked from AuroraMiddleware/gtk
Make the gettext check for for libc5 systems.
1998-12-15 Martin Baulig <martin@home-of-linux.org> * acinclude.m4: Make the gettext check for for libc5 systems.
This commit is contained in:
parent
cc7eba32a2
commit
3f1ffdacbb
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user