-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 > Why's it even being called? We don't create any libraries at all (and I > never saw any warnings about it on Tiger, or back when I was running > Panther).
well, glibtoolize is being called cuz i'm calling it ... as i typically do given that i've a rather up-to-date env. just cleaning house, as it were. as for why glibtoolize is 'calling' AC_PROG_LIBTOOL, that's to be found in libtool.m4: % grep AC_PROG_LIBTOOL /usr/local/lib/aclocal/libtool.m4 # serial 48 AC_PROG_LIBTOOL # AC_PROG_LIBTOOL AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl ])])# AC_PROG_LIBTOOL # _AC_PROG_LIBTOOL AC_DEFUN([_AC_PROG_LIBTOOL], define([AC_PROG_LIBTOOL], []) ])# _AC_PROG_LIBTOOL # In the future, this macro may have to be called after AC_PROG_LIBTOOL. AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) which, of course is invoked by glibtoolize ... cheers, richard - -- /"\ \ / ASCII Ribbon Campaign X against HTML email, vCards / \ & micro$oft attachments [GPG] OpenMacNews at gmail dot com fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Darwin) iEYEAREDAAYFAkQDKEsACgkQlffdvTZxCMYdIACfRFx5dgwATMVmKOF72zvDMYUG DL4AnRJnLq3ipj6WcEk1iphYCHzDnQlJ =km7W -----END PGP SIGNATURE----- ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster
