From: Ralf Wildenhues Date: Tue, 8 Jan 2008 20:57:36 +0000 (+0100) Subject: Fix creation of manpages from test wrapper scripts. X-Git-Tag: v2.62~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e67427129b2cfcbf73e3e40dfb796bd50f543096;p=thirdparty%2Fautoconf.git Fix creation of manpages from test wrapper scripts. * tests/Makefile.am (noinst_SCRIPTS): Renamed from check_SCRIPTS. Building the wrappers for `all' allows help2man to use them for the manpages. Report by Benoit Sigoure. --- diff --git a/ChangeLog b/ChangeLog index 57299a98..107d0313 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-01-08 Ralf Wildenhues + * tests/Makefile.am (noinst_SCRIPTS): Renamed from + check_SCRIPTS. Building the wrappers for `all' allows help2man + to use them for the manpages. + Report by Benoit Sigoure. + * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help. 2007-12-16 Ralf Wildenhues diff --git a/tests/Makefile.am b/tests/Makefile.am index fd15563f..91b09e2d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Make Autoconf tests. -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -21,8 +21,8 @@ EXTRA_DIST = $(TESTSUITE_AT) local.at mktests.sh \ atlocal.in package.m4 wrapper.as -# Running the uninstalled scripts. -check_SCRIPTS = $(wrappers) +# Running the uninstalled scripts. Build them upon `all', for the manpages. +noinst_SCRIPTS = $(wrappers) DISTCLEANFILES = atconfig atlocal $(TESTSUITE) MAINTAINERCLEANFILES = Makefile.in