autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-336


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-336-ge674271
Date: Tue, 08 Jan 2008 20:58:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=e67427129b2cfcbf73e3e40dfb796bd50f543096

The branch, master has been updated
       via  e67427129b2cfcbf73e3e40dfb796bd50f543096 (commit)
      from  48dec25f221fdd2cc5984a63e8a400866e4a07fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e67427129b2cfcbf73e3e40dfb796bd50f543096
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Jan 8 21:57:36 2008 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 tests/Makefile.am |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 57299a9..107d031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-01-08  Ralf Wildenhues  <address@hidden>
 
+       * 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  <address@hidden>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fd15563..91b09e2 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
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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