[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Portable $addprefix
From: |
Peter Johansson |
Subject: |
Re: Portable $addprefix |
Date: |
Sat, 2 Sep 2017 20:16:01 +1000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 9/2/2017 1:27 PM, Quinn Grier wrote:
You can fix this by generating the complete macro definitions before
Automake runs and including them in Makefile.am.
Another way to do this is to use
macro `AX_AM_MACROS_STATIC' in Autoconf Macro Archive
https://www.gnu.org/software/autoconf-archive/ax_am_macros_static.html#ax_am_macros_static
but it can be a bit quirky to get correct
Cheers,
Peter