automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1965


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1965-gd74d525
Date: Thu, 16 Feb 2012 22:23:05 +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 Automake".

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

The branch, master has been updated
       via  d74d525cfb421ccc8a75cfbc9cc91090a08d1f31 (commit)
       via  a3756f96a3e92ec3e20f6666abfa2e8923ea483c (commit)
       via  3b369e6bbe0fb6d7359398935706c87dd9375cb6 (commit)
      from  85b70d1591f408459996d721eabfe94d8a7bfcb4 (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 d74d525cfb421ccc8a75cfbc9cc91090a08d1f31
Author: Stefano Lattarini <address@hidden>
Date:   Thu Feb 16 23:14:00 2012 +0100

    cosmetics: normalize copyright notice in some tests
    
    * tests/lisp3.test: Normalize copyright notice to read the
    same of that of other tests.
    * tests/lisp4.test: Likewise.
    * tests/lisp5.test: Likewise.
    * tests/lisp6.test: Likewise.
    * tests/lisp7.test: Likewise.
    * tests/lisp8.test: Likewise.
    * tests/lispdry.test: Likewise.

commit a3756f96a3e92ec3e20f6666abfa2e8923ea483c
Author: Stefano Lattarini <address@hidden>
Date:   Thu Feb 16 22:30:52 2012 +0100

    readme: fix grammaro
    
    Reported by Eric Blake.
    
    * README: Use "also has" instead of "has also"; the former sounds
    better to a native speaker.

commit 3b369e6bbe0fb6d7359398935706c87dd9375cb6
Author: Stefano Lattarini <address@hidden>
Date:   Thu Feb 16 22:29:32 2012 +0100

    maint: use AC_PACKAGE_BUGREPORT to avoid duplication
    
    * configure.ac: In the message reporting whether the user is about
    to build an alpha or beta version, use the autoconf-provided
    AC_PACKAGE_BUGREPORT macro instead of duplicating the bur reporting
    address.

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

Summary of changes:
 README             |    2 +-
 configure.ac       |    2 +-
 tests/lisp3.test   |    2 +-
 tests/lisp4.test   |    2 +-
 tests/lisp5.test   |    2 +-
 tests/lisp6.test   |    2 +-
 tests/lisp7.test   |    2 +-
 tests/lisp8.test   |    2 +-
 tests/lispdry.test |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README b/README
index e955857..9b1477b 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ Automake has a page on the web.  See:
 
        http://www.gnu.org/software/automake/
 
-Automake has also three mailing lists:
+Automake also has three mailing lists:
 
   * address@hidden
     For general discussions of Automake and its interactions with other
diff --git a/configure.ac b/configure.ac
index 1b8ebb4..775c36d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -370,7 +370,7 @@ WARNING: You are about to use a $am_release_type of 
automake.
 WARNING: It might easily suffer from new bugs or regressions.
 WARNING: You are strongly advised not to use it in production code.
 
-Please report bugs, problems and feedback to <address@hidden>.
+Please report bugs, problems and feedback to <AC_PACKAGE_BUGREPORT>. 
 EOF
 
 AS_EXIT([0])
diff --git a/tests/lisp3.test b/tests/lisp3.test
index da00874..d80d6be 100755
--- a/tests/lisp3.test
+++ b/tests/lisp3.test
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test that compiling interdependent elisp files works.
 
diff --git a/tests/lisp4.test b/tests/lisp4.test
index 4fb1958..8f9310f 100755
--- a/tests/lisp4.test
+++ b/tests/lisp4.test
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure setting ELCFILES= disable byte-compilation as documented.
 # Report from Simon Josefsson.
diff --git a/tests/lisp5.test b/tests/lisp5.test
index 88629d1..572392e 100755
--- a/tests/lisp5.test
+++ b/tests/lisp5.test
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Same as lisp4.test, but using the now-recommended way to install
 # non-bytecompiled *.el files.
diff --git a/tests/lisp6.test b/tests/lisp6.test
index b35143e..e2e839b 100755
--- a/tests/lisp6.test
+++ b/tests/lisp6.test
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test for conditional _LISP.
 
diff --git a/tests/lisp7.test b/tests/lisp7.test
index 81fa24d..c55f86c 100755
--- a/tests/lisp7.test
+++ b/tests/lisp7.test
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure that lisp_LISP also works when emacs is not installed.
 
diff --git a/tests/lisp8.test b/tests/lisp8.test
index 598ae26..4604b5c 100755
--- a/tests/lisp8.test
+++ b/tests/lisp8.test
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check the recover rule of lisp_LISP with parallel make.
 
diff --git a/tests/lispdry.test b/tests/lispdry.test
index 21b940c..03031e9 100755
--- a/tests/lispdry.test
+++ b/tests/lispdry.test
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check that `make -n' works with the lisp_LISP recover rule.
 


hooks/post-receive
-- 
GNU Automake



reply via email to

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