[Gimp-developer] Solution for the AM_GLIB_GNU_GETTEXT and PKG_CHECK_MODULES problem?

2001-11-22 Thread Tor Lillqvist
Does this solve the problem of building CVS gimp-1-2 on a Unix system without glib-2.0.m4 and pkg.m4? Add at the start of configure.in this line: builtin(include, accompat.m4)dnl and add the file accompat.m4: ## Portability defines that help when running aclocal+autoconf without ## glib-2.0.m4

[Gimp-developer] Re: Solution for the AM_GLIB_GNU_GETTEXT and PKG_CHECK_MODULES problem?

2001-11-22 Thread Tor Lillqvist
I wrote: > autoconf doesn't require GNU m4, does it? Umm, in fact, yes it does. See "Why Require GNU M4" in autoconf.info. --tml ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] makefile.mingw warnings

2001-11-22 Thread Kelly Martin
CVS current throws warnings regarding makefile.mingw in several directories. An example: make[2]: Entering directory `/home/kmartin/gimp/libgimpbase' Makefile:505: warning: overriding commands for target `makefile.mingw' Makefile:254: warning: ignoring old commands for target `makefile.mingw' ma