On Tue, 2009-08-25 at 17:19 -0300, Fabrício Godoy wrote: > Please, no one knows? > > 2009/8/8 Fabrício Godoy <[email protected]> > Hi everyone! > > Where can I found documentation to macros like > GLIB_DEFINE_LOCALEDIR, IT_PROG_INTLTOOL and > AM_GLIB_GNU_GETTEXT? > > Thank you. > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list
Try /usr/share/aclocal directory. IT_PROG_INTLTOOL is in intltool.m4, AM_GLIB_GNU_GETTEXT and GLIB_DEFINE_LOCALEDIR are in glib-gettext.m4. Documentation of m4 macros are usually sparse, so it is better to see how they were used in another projects. Krzesimir Nowak _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
