Control of .deps folder generation location.

2016-09-07 Thread Bent Bisballe Nyeng
an in-tree folder before compilation) Kind regards Bent Bisballe Nyeng ___ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf

Re: Control of .deps folder generation location.

2016-09-07 Thread Bent Bisballe Nyeng
On 09/07/16 15:53, Eric Blake wrote: On 09/07/2016 02:42 AM, Bent Bisballe Nyeng wrote: Hi list I have a project in which I include a few out-of-tree cpp files in one of my SOURCES directives. I am currently trying to use the new subdir-objects argument but am having the problem that autoconf

How to check for linker argument support?

2016-12-10 Thread Bent Bisballe Nyeng
NO_UNDEFINED_PARAM=-Wl,-undefined,error ], [AC_MSG_RESULT([no]) NO_UNDEFINED_PARAM="" ] ) ] ) CXXFLAGS="$TMP_CXXFLAGS" AC_LANG_PO

Re: How to check for linker argument support?

2016-12-10 Thread Bent Bisballe Nyeng
On 12/10/16 12:22, Bent Bisballe Nyeng wrote: Hi list I want to use the --no-undefined linker argument through the -Wl,--no-undefined CXXFLAGS. This is only supported by gcc but has a clang alternative: -Wl,-undefined,error. I have tried writing a test in my configure.ac script to figure out