Hi Ben,
On Fri, May 15, 2015 at 3:28 AM, Ben Elliston wrote:
> On Thu, May 14, 2015 at 11:43:21PM -0700, Filipe Brandenburger wrote:
>> Tested by running `./configure --enable-maintainer-mode' and then
>> the sequence `make && make check && make distcheck' and confirming
>> that the `git status'
Use the AX_ENABLE_BUILDDIR extension from the autoconf-archive project
to tell the build system to store the build artifacts in a subdirectory
when doing an in-tree build.
* m4/ax_enable_builddir.m4: New. Latest version copied from the
autoconf-archive project.
* m4/ax_conf
This prevents the following warning when running automake:
Makefile.am:248: warning: source file 'testsuite/libdejagnu/unit.cc' is in a
subdirectory,
Makefile.am:248: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source f
Running the test cases cause some pollution of the source tree, which makes
`git status` unhappy and a command such as `git add` would mistakenly add bogus
files to the git tree.
The recommended workaround is to do out-of-tree builds.
We can try to *suggest* or *enforce* it by using the AX_ENABLE
On Thu, May 14, 2015 at 11:31:39PM -0700, Filipe Brandenburger wrote:
> * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
> possibly introduced in a conversion of .texi to sgml docbook.
> * doc/user.xml: Likewise.
> * doc/ref.xml: Likewise.
> * doc/dejagn
On Thu, May 14, 2015 at 11:43:21PM -0700, Filipe Brandenburger wrote:
> Tested by running `./configure --enable-maintainer-mode' and then
> the sequence `make && make check && make distcheck' and confirming
> that the `git status' output did not show any untracked files.
I don't like ignoring too