Re: Fix gl_MULTIARCH to work around autoconf bug

2008-12-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 12/29/2008 5:55 PM: > Yes, it would be good if you could apply the workaround, probably with a > comment such as: > > AC_DEFUN([gl_MULTIARCH], > [ > dnl This AC_REQUIRE is not necessary in theory. It works around a bug

Re: Fix gl_MULTIARCH to work around autoconf bug

2008-12-29 Thread Bruno Haible
Hi Eric, Thank you for tackling this bug report so rapidly. I'm glad that you were able to reduce the test case to a minimal one. > I've tested that before this patch, > gnulib-tool --create-testdir --dir=... vasnprintf-posix > > references $APPLE_UNIVERSAL_BUILD prior to its definition, and aft

Fix gl_MULTIARCH to work around autoconf bug

2008-12-29 Thread Eric Blake
Bruno, okay to apply in response to your bug report? http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html I've tested that before this patch, gnulib-tool --create-testdir --dir=... vasnprintf-posix references $APPLE_UNIVERSAL_BUILD prior to its definition, and after the patch, th