On Mon, 14 Jan 2002, Petr Kozelka wrote: > Hello, > > I have just installed Mandrake 8.1 and checked out the latest sources of MC > from CVS. > I wanted to compile the sources, but this is what I got: > > [pk@ganymed mc]$ ./autogen.sh > aclocal: gettext.m4/codeset.m4: 5: duplicated macro `AM_LANGINFO_CODESET' > aclocal: gettext.m4/gettext.m4: 41: duplicated macro `AM_WITH_NLS' > aclocal: gettext.m4/gettext.m4: 295: duplicated macro `AM_GNU_GETTEXT' > aclocal: gettext.m4/glibc21.m4: 6: duplicated macro `jm_GLIBC21' > aclocal: gettext.m4/iconv.m4: 5: duplicated macro `AM_ICONV' > aclocal: gettext.m4/isc-posix.m4: 12: duplicated macro `AC_ISC_POSIX' > aclocal: gettext.m4/lcmessage.m4: 13: duplicated macro `AM_LC_MESSAGES' > aclocal: gettext.m4/progtest.m4: 15: duplicated macro > `AM_PATH_PROG_WITH_TEST' > aclocal: configure.in: 79: macro `AM_PATH_GLIB' not found in library > aclocal: configure.in: 79: macro `AM_PATH_GLIB' not found in library > [pk@ganymed mc]$
Replace AM_GNOME_GETTEXT macro by AM_GNU_GETTEXT and run again autogen.sh. Using AM_GNOME_GETTEXT macro in mc and all GNOME projects are bogus and seems brings *only* problems like above. kloczek -- ----------------------------------------------------------- *Ludzie nie mają problemów, tylko sobie sami je stwarzają* ----------------------------------------------------------- Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: [EMAIL PROTECTED]* _______________________________________________ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel
