help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

check-local for different versions


From: dave_140390
Subject: check-local for different versions
Date: 27 Jun 2006 01:00:58 -0700
User-agent: G2/0.2

Hello,

I am using automake (version 1.9).

A part of our project can be configured in two different ways, by
modifying macro definitions in a header file. We would like to test the
two versions.

Writing this to the Makefile.am of that subproject:

check-local:
        <commands that modify the header file>
        make check

would lead to infinite recursion (target `check' calls target
`check-local', etc.).

Any idea how to do this?

-- dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]