Hi Gary,

* Gary V. Vaughan wrote on Thu, Jan 17, 2008 at 08:16:46PM CET:
> I'm not convinced that this is the cleanest way to achieve this, but
> in any case the equivalent is needed in order for 'make distcheck'
> to pass with current libtool HEAD.

Thanks for the report.  The patch looks too broad.  What about this one?

Cheers,
Ralf

2008-01-18  Gary V. Vaughan  <[EMAIL PROTECTED]>

        * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Remove
        conftest.dSYM directory, for Mac OS 10.5.

diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4
index f17aa8c..567240e 100644
--- a/lib/autoconf/lang.m4
+++ b/lib/autoconf/lang.m4
@@ -630,7 +630,8 @@ AS_IF([_AC_DO_VAR(ac_compile)],
 done],
       [_AC_MSG_LOG_CONFTEST
 AC_MSG_FAILURE([cannot compute suffix of object files: cannot compile])])
-rm -f conftest.$ac_cv_objext conftest.$ac_ext])
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
+rm -rf conftest.dSYM])
 AC_SUBST([OBJEXT], [$ac_cv_objext])dnl
 ac_objext=$OBJEXT
 ])# _AC_COMPILER_OBJEXT



Reply via email to