autoconf
[Top][All Lists]
Advanced

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

Re: [Autoconf] Re: Dependency tracking not working on macOS


From: Paul Smith
Subject: Re: [Autoconf] Re: Dependency tracking not working on macOS
Date: Fri, 28 Oct 2022 11:49:49 -0400
User-agent: Evolution 3.46.0 (by Flathub.org))

On Fri, 2022-10-28 at 09:15 +0900, suzuki toshiya wrote:
> AC_CONFIG_COMMANDS([dof_free_bit.h],
> [AS_TMPDIR([alberta])
> TMPDIR=${tmp}
> 
> rm -rf ${TMPDIR}],
> [BITS=$(( ${ac_cv_sizeof_long} * 8 ))])

Oh yeah, that's it.

If you're going to remove TMPDIR you better also clear it!!

  unset TMPDIR

I don't know what this AS_TMPDIR() macro does; I can't find it in a
quick search.



reply via email to

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