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_3_0-3-g6285240


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_0-3-g6285240
Date: Thu, 01 Nov 2012 15:11:03 +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=62852408cf7e7afafcb9baa01cf7b2740cc46680

The branch, master has been updated
       via  62852408cf7e7afafcb9baa01cf7b2740cc46680 (commit)
       via  3dc5d4be516c7c0a86c2fbe1098debb485e50289 (commit)
      from  b7bd8b012c913cf0a85b3e620ccdf408567f8027 (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 62852408cf7e7afafcb9baa01cf7b2740cc46680
Author: Thierry Reding <address@hidden>
Date:   Thu Nov 1 09:13:54 2012 +0100

    Fix out of tree build
    
    This fixes a few occurrences where files are incorrectly referenced from
    the build directory instead of the source directory, therefore causing
    breakage when building out of tree.
    
    Signed-off-by: Thierry Reding <address@hidden>
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

commit 3dc5d4be516c7c0a86c2fbe1098debb485e50289
Author: Thierry Reding <address@hidden>
Date:   Thu Nov 1 09:13:53 2012 +0100

    Fix bootstrap with automake 1.12
    
    automake 1.12 and later require explicit checking for the archiver using
    the AM_PROG_AR command when building libraries using libtool.
    
    Signed-off-by: Thierry Reding <address@hidden>
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

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

Summary of changes:
 configure.ac    |    1 +
 doc/Makefile.am |    4 ++--
 lib/Makefile.am |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index aae27f3..0acd74a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,7 @@ AC_PROG_YACC
 dnl Checks for programs.
 AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
 AC_LIBTOOL_WIN32_DLL
+AM_PROG_AR
 AM_PROG_LIBTOOL
 GTK_DOC_CHECK(1.2)
 
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4cba357..037890b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -136,8 +136,8 @@ $(gdoc_MANS) $(gdoc_TEXINFOS):
 GDOC_SRC = $(top_srcdir)/lib/decoding.c $(top_srcdir)/lib/errors.c     \
        $(top_srcdir)/lib/parser_aux.c $(top_srcdir)/lib/coding.c       \
        $(top_srcdir)/lib/element.c $(top_srcdir)/lib/gstr.c            \
-       $(top_srcdir)/lib/structure.c $(top_builddir)/lib/ASN1.c        \
-       $(top_builddir)/lib/version.c
+       $(top_srcdir)/lib/structure.c $(top_srcdir)/lib/ASN1.c          \
+       $(top_srcdir)/lib/version.c
 
 update-makefile:
        @MANS=""; \
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 044f72d..2ea4c09 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -19,7 +19,7 @@
 SUBDIRS = gllib
 
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) $(CFLAG_VISIBILITY)
-AM_CPPFLAGS = -I$(builddir)/gllib -DASN1_BUILDING
+AM_CPPFLAGS = -I$(srcdir)/gllib -DASN1_BUILDING
 
 include_HEADERS = libtasn1.h
 


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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