gnome-games fails to find libgnorba, with patch



Hi, gang

In a current anoncvs compile of gnome-games, libgnorba isn't correctly
detected because it depends on libintl and friends, via libgnome.  The
obvious patch is to move the AM_GNU_GETTEXT macro to before the check
for libgnorba, as does the following patch.  Alternatively, perhaps
the gnome-config script should include `-lintl' in its output?

RCS file: /cvs/gnome/gnome-games/configure.in,v
retrieving revision 1.50
diff -u -r1.50 configure.in
--- configure.in        1998/10/26 23:33:13     1.50
+++ configure.in        1998/10/28 18:04:37
@@ -16,6 +16,9 @@
 ## this should come after `AC_PROG_CC'
 GNOME_X_CHECKS
 
+ALL_LINGUAS="cs da de es fr ga it ja ko no pt"
+AM_GNU_GETTEXT
+
 GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
 AC_CHECK_LIB(gnorba, gnome_CORBA_init, [
        ORBIT_LIBS="-lgnorba `gnome-config --libs gnorba gnomeui`"
@@ -32,9 +35,6 @@
 ## look for some version of curses (keeping AM_'s out of curses.m4)
 AC_CHECK_CURSES
 AM_CONDITIONAL(HAS_CURSES, test "$has_curses" = true)
-
-ALL_LINGUAS="cs da de es fr ga it ja ko no pt"
-AM_GNU_GETTEXT
 
 AC_SUBST(CFLAGS)
 AC_SUBST(CPPFLAGS)


Alex

-- 
Alexander Jolk * jolk@ap-pc513b.physik.uni-karlsruhe.de * +49-721-608-3572



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]