G_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
> $(top_srcdir)/build-aux/tap-driver.sh
>
> o o o
>
> % cp PREFIX/share/automake-APIVERSION/tap-driver.pl .
>
> Do you mean
>
> % cp /PREFIX/share/automake-APIVERSION/tap-driver.sh .
>
That's what it says o
Win7-64-bit
Cygwin
Automake 1.14.1
The example given on the page has:
% cat configure.ac
o o o
AC_REQUIRE_AUX_FILE([tap-driver.sh])
o o o
% cat Makefile.am
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
$(top_srcdir)/build-aux/tap-driver.sh
o o o
% cp PREFIX/share/automake-APIVE
On Thursday 16 December 2010, Ralf Wildenhues wrote:
> * Stefano Lattarini wrote on Thu, Dec 16, 2010 at 06:40:37PM CET:
> > In section "3.3 The Uniform Naming Scheme" I read:
> >
> > ``The current primary names are ‘PROGRAMS’, ‘LIBRARIES’, ‘LISP’,
> >‘PYTHON’, ‘JAVA’, ‘SCRIPTS’, ‘DATA’, ‘HEA
Hello Jan, Andreas,
thanks for the bug report.
* Andreas Schwab wrote on Wed, Nov 26, 2008 at 07:48:32PM CET:
> Jan Engelhardt <[EMAIL PROTECTED]> writes:
>
> > This is not quite portable -- unless GNU find, which implies a
> > path of "." if nothing else is specified, Solaris's explicitly requ
Jan Engelhardt <[EMAIL PROTECTED]> writes:
> This is not quite portable -- unless GNU find, which implies a
> path of "." if nothing else is specified, Solaris's explicitly requires
> a path to find. It should therefor read
>
> distcleancheck_listfiles = \
>find . -type f -exec sh -
Hi,
the automake info page has this to say about distcleancheck:
> If you want `distcleancheck' to ignore built files that have not
>been cleaned because they are also part of the distribution, add the
>following definition instead:
>
> distcleancheck_listfiles = \
> find -type f -e
Node: CVS
" This timestamp shift is troublesome when both sources and generated
files are kept under CVS. Because CVS processes files in alphabetical
order, `configure.ac' will appear older than `configure' after a `cvs
update' that updates both files, even if `configure' was newer than
`configu
* NightStrike wrote on Wed, Aug 15, 2007 at 08:22:52PM CEST:
> On 8/15/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> > * NightStrike wrote on Mon, Aug 13, 2007 at 12:07:17AM CEST:
> > >
> > > http://www.gnu.org/software/automake/manual/html_mono/automake.html
Please accept my apologies if this is not the best
email address for this question.
Shouldn't the line at:
http://sources.redhat.com/automake/automake.html#amhello-Explained
beginning
"This file is read by both autoconf (to create
configure.ac)"
read
"This file is read by both autoconf (to cr