Jan Stary <h...@stare.cz> writes:

> ./configure: line 12902: `AX_APPEND_COMPILE_FLAGS(-fstack-protector-strong)'
>
> I am probably missing some other library of M4 macros.
> Can we please replace these with the obvious
>
>   CFLAGS += ...
>   LDFLAGS += ...
>
> instead of using a library of macros to append an option?

No.  That macro also checks whether the flag is supported (yes, it's
badly named (no, I didn't name it)).  Just install the damn
autoconf-archive or run autoreconf on a Linux machine.  I'm not going to
jump through hoops to allow development on a system hostile to developers.
Same goes for Windows.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to