Re: AC_ARG_ENABLE and checking for unrecognized switches

2019-03-18 Thread Tom Tromey
> "Bob" == Bob Friesenhahn writes: Bob> A project can be made subordinate to another project without the Bob> author of the subordinate project being aware of it. This is a very Bob> useful capability. This capability is used by projects such as GCC. Yeah, but the outer configure script co

Re: Is it possible to set the permission bits used by the default install target in a Makefile.am?

2019-03-18 Thread Peter Johansson
On 3/14/2019 3:24 AM, Nick Bowler wrote: Hello Craig, On 2019-03-13, Craig Sanders wrote: Is it possible to set the permission bits used by the default install target in a Makefile.am? To help try and illustrate what I mean, I present a code snippet from one of my Makefie.am files. Begin