On 20 Jul 2011, at 05:10, Konstantin Tchernov wrote: > autoreconf -fi > configure.in:265: warning: macro `AM_GLIB_GNU_GETTEXT' not found in > library > glibtoolize: putting auxiliary files in `.'. > glibtoolize: copying file `./ltmain.sh' > glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to > configure.in and > glibtoolize: rerunning libtoolize, to keep the correct libtool > macros in-tree. > glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in > Makefile.am. > configure.in:265: warning: macro `AM_GLIB_GNU_GETTEXT' not found in > library > configure.in:265: error: possibly undefined macro: AM_GLIB_GNU_GETTE
-------------- > bash-4.2# grep AM_GLIB_GNU_GETTEXT /sw/share/aclocal/* > /sw/share/aclocal/glib-gettext.m4:# using AM_GLIB_GNU_GETTEXT > /sw/share/aclocal/glib-gettext.m4:# AM_GLIB_GNU_GETTEXT > /sw/share/aclocal/glib-gettext.m4:AC_DEFUN([AM_GLIB_GNU_GETTEXT], > [GLIB_GNU_GETTEXT($@)]) > bash-4.2# dpkg -S /sw/share/aclocal/glib-gettext.m4 > glib2-dev: /sw/share/aclocal/glib-gettext.m4 > bash-4.2# fink list -t glib2-dev > Information about 11699 packages read in 1 seconds. > i glib2-dev 2.22.4-5 Handy library of utility functions So the macro appeare in /sw/share/aclocal/glib-gettext.m4, from glib2-dev, which is a builddep (>= 2.22.0-1) . Do you have it there? Which version of glib2-dev ? JF Mertens ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
