libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_2_10-13-g6a926a6


From: Simon Josefsson
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_10-13-g6a926a6
Date: Sat, 19 Nov 2011 14:50:10 +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 libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=6a926a686de9e7a398c0f2086f4e754fa8c17c31

The branch, master has been updated
       via  6a926a686de9e7a398c0f2086f4e754fa8c17c31 (commit)
       via  429ef8ec89844f8395df345aba5899a5d8a44fe1 (commit)
       via  ec1c7c459f8538831198d7fc1540e34e94cdd824 (commit)
      from  beb5a5591a0a58308f23abcaf83b55c7d10437d6 (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 6a926a686de9e7a398c0f2086f4e754fa8c17c31
Author: Simon Josefsson <address@hidden>
Date:   Sat Nov 19 15:45:42 2011 +0100

    Use silent rules.  Drop unneeded check for perl path.

commit 429ef8ec89844f8395df345aba5899a5d8a44fe1
Author: Simon Josefsson <address@hidden>
Date:   Sat Nov 19 15:41:55 2011 +0100

    Update gnulib files.

commit ec1c7c459f8538831198d7fc1540e34e94cdd824
Author: Simon Josefsson <address@hidden>
Date:   Sat Nov 19 15:30:47 2011 +0100

    build: Don't hard code path to perl in doc/gdoc.

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

Summary of changes:
 NEWS         |    1 +
 configure.ac |    5 ++---
 doc/gdoc     |    7 +++++--
 maint.mk     |    2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 97d5f7b..bc373e5 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ GNU Libtasn1 NEWS                                     -*- 
outline -*-
 * Noteworthy changes in release 2.11 (????-??-??) [stable]
 - tests: Added self-test of bit string functions.
 - build: Added windows/libtasn14win.mk rules to produce Windows binaries.
+- build: Don't hard code path to perl in doc/gdoc.
 
 * Noteworthy changes in release 2.10 (2011-10-25) [stable]
 - lib: Small optimization, possibly working around gcc/valgrind issue.
diff --git a/configure.ac b/configure.ac
index 8f5e977..f74cb13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-# 2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2011 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
@@ -23,6 +22,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override])
+AM_SILENT_RULES([yes])
 
 # Library code modified:                              REVISION++
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
@@ -40,7 +40,6 @@ AC_PROG_LN_S
 
 dnl Checks for programs.
 AC_PROG_INSTALL
-AM_MISSING_PROG(PERL, perl, $missing_dir)
 AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
 
 AC_LIBTOOL_WIN32_DLL
diff --git a/doc/gdoc b/doc/gdoc
index 82d9e0a..975a85d 100755
--- a/doc/gdoc
+++ b/doc/gdoc
@@ -1,6 +1,9 @@
-#!/usr/bin/perl
+eval '(exit $?0)' && eval 'exec perl -S "$0" ${1+"$@"}'
+  & eval 'exec perl -S "$0" $argv:q'
+    if 0;
+# Generate documentation from source code.
 
-## Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
+## Copyright (c) 2002-2011 Simon Josefsson
 ##                    added -texinfo, -listfunc, -pkg-name
 ##                    man page revamp
 ##                    various improvements
diff --git a/maint.mk b/maint.mk
index d2f5830..76844a0 100644
--- a/maint.mk
+++ b/maint.mk
@@ -1438,7 +1438,7 @@ sc_tight_scope: tight-scope.mk
 
 tight-scope.mk: $(ME)
        @rm -f $@ address@hidden
-       @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(ME) > address@hidden
+       @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > 
address@hidden
        @chmod a=r address@hidden && mv address@hidden $@
 
 ifeq (a,b)


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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