AM_PROG_MKDIR, gettext, and automake

2012-11-22 Thread Karl Berry
- The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will next major Automake version (1.13): Yes, well, speaking of AM_PROG_MKDIR. We don't use it explicitly in Texinfo. But I get the warning about it every time I rerun automake, because our configure.ac includes the usu

Re: looking for a good example of non-recursive Make using project

2012-11-22 Thread Miles Bader
NightStrike writes: > If you include src/more/Makefile.am into src/Makefile.am (a perfectly > valid thing to do), you will be unpleasantly surprised that > src/more/Makefile.am has to actually know where it is in the source > tree. It needs lines like this: > > prog_SOURCES += more/file3.c more/f

Re: looking for a good example of non-recursive Make using project

2012-11-22 Thread NightStrike
On Tue, Nov 20, 2012 at 5:25 AM, Bob Friesenhahn wrote: > On Tue, 20 Nov 2012, Peter Johansson wrote: >> >> Makefile.am [in topdir]. For those fragment files, it would probably be >> confusing if paths were inserted into variables. Perhaps one could have a >> switch to turn that feature on. > > >