How to generate version.texi in builddir?

2019-05-19 Thread Wolf
Hi all, I'm trying to change automake's behaviour to generate version.texi inside the builddir instead of srcdir. Based on https://www.gnu.org/software/automake/manual/html_node/Texinfo.html I've tried info-in-builddir , but that seems to affect only the final .info file and not the version.texi

Re: What is the Uniform Name to build program with PIC?

2019-05-19 Thread Sam Varshavchik
Jeffrey Walton writes: I'm having this problem on 32-bit ARM: https://stackoverflow.com/q/33474070/608639 That describes a different problem than the one you are describing here. Our bin_* recipe looks like this: bin_PROGRAMS = cryptest cryptest_CXXFLAGS = $(AM_CXXFLAGS) cryptest_SOURCES =

What is the Uniform Name to build program with PIC?

2019-05-19 Thread Jeffrey Walton
I'm having this problem on 32-bit ARM: https://stackoverflow.com/q/33474070/608639 Our bin_* recipe looks like this: bin_PROGRAMS = cryptest cryptest_CXXFLAGS = $(AM_CXXFLAGS) cryptest_SOURCES = \ test.cpp bench1.cpp bench2.cpp \ validat1.cpp validat2.cpp validat3.cpp cryptest_LDADD = $