Re: [Bug-apl] Minor build issues

2014-07-30 Thread Juergen Sauermann
Hi again, I believe I have found a solution for the sporadic aclocal etc. stuff. I activated the maintainer-mode option of ./configure and check files into SVN after ./configure --disable-maintainer-mode. That is supposed to prevent rebuilding files with autoconf/automake. I also added a top

Re: [Bug-apl] Minor build issues

2014-07-30 Thread Juergen Sauermann
Hi David, thanks. I have simplified the info directory entry for GNU APL a little. Maybe they don't like quotes in the entry. SVN 405. I have added ACLOCAL_AMFLAGS = -I m4 to the top-level Makefile.am Not sure if that fixes the aclocal problem; if not then I need more information (actual pri

Re: [Bug-apl] Minor build issues

2014-07-29 Thread David Lamkins
To be clear w.r.t. issue #2: It's the /usr/local/share/info/dir file that gets munged. On Tue, Jul 29, 2014 at 10:05 AM, David Lamkins wrote: > 1) Sometimes a make complains that aclocal- is missing. It is in > fact present, but a different version. It's possible to clear this warning > by doin

[Bug-apl] Minor build issues

2014-07-29 Thread David Lamkins
1) Sometimes a make complains that aclocal- is missing. It is in fact present, but a different version. It's possible to clear this warning by doing a make distclean followed by ./configure and make. I'm not sure what triggers this; I suspect that the `missing` script doesn't get rebuilt when the t