Re: Dependency tracking not working on macOS

2022-10-16 Thread Christoph Grüninger
Hi Paul, I switch to make from Git master and applied your patch. I get the same error message. config.log now contains: config.status:1857: executing depfiles commands config.status:1981: cd alberta_util/src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles

Re: Dependency tracking not working on macOS

2022-10-16 Thread Paul Eggert
On 2022-10-16 14:42, Christoph Grüninger wrote: Any idea what I am missing? I double-checked hat the used make has version 4.3.91. Yes, my idea is that either your bleeding-edge "make" is busted, or your environment variables are messed up. Either way it's not an Autoconf bug. What happens w

Re: Dependency tracking not working on macOS

2022-10-16 Thread Paul Smith
On Sun, 2022-10-16 at 23:42 +0200, Christoph Grüninger wrote: > Makefile | make -f - am--depfiles > > make: *** fopen (temporary file): No such file or directory.  Stop. > > Any idea what I am missing? I double-checked hat the used make has > version 4.3.91. You'll need to triple-check t

Re: Dependency tracking not working on macOS

2022-10-16 Thread Werner LEMBERG
> My suspicion is that you're running the old, broken version of GNU > make that Apple ships with its Xcode environment. Maybe the new GNU make is called 'gmake' on this platform? Werner

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

2022-10-16 Thread suzuki toshiya
On my macOS 21 (Monterey), /usr/bin/make is GNU make 3.81, and no gmake is provided as a part of Xcode command line utility, I think. For newer GNU make, like 4.x, maybe the users have to consider to use homebrew or something like that, although I don't know manual installation of newer GNU mak