autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1-gary-leopard-dSYM-removal.patch


From: Ralf Wildenhues
Subject: Re: 1-gary-leopard-dSYM-removal.patch
Date: Thu, 17 Jan 2008 22:44:55 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]