From bb0a2ae92e4fc107594bd5f4abba65f8f36108ac Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sat, 27 Sep 2014 15:42:33 +0200
Subject: [PATCH v4 00/13] neard build fixes and cleanups
Status: applied
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Hi!

Here's a rebased version of the previous patch series [0], with the
revised patches folded in.

  [0] <https://lists.01.org/pipermail/linux-nfc/2014-February/002222.html>

Let me know if there's anything else I'd need to fix.

Thanks,
Guillem

Guillem Jover (13):
  build: Add project mailing list to configure contact address
  build: Use AS_HELP_STRING instead of obsolete AC_HELP_STRING
  build: Use LT_INIT instead of AC_DISABLE_STATIC and AC_PROG_LIBTOOL
  build: Namespace local macros with NEARD_ instead of AC_ or nothing
  build: Use AC_LANG instead of obsolete AC_LANG_C
  build: Move files from AC_OUTPUT to AC_CONFIG_FILES
  build: Move unit tests from noinst_PROGRAMS to check_PROGRAMS
  build: Always run the unit tests regardless of the tools being built
  build: Do not set default prefix to the same autoconf default
  build: Do not expand libdir variable
  build: Unify and centralize plugindir default to be PKGLIBDIR/plugins
  build: Install aclocal files into an m4 directory
  build: Update gitignore rules for new automake test suite and systemd
    file

 .gitignore   |  5 +++++
 Makefile.am  | 13 ++++---------
 acinclude.m4 | 10 +++++-----
 bootstrap    |  1 +
 configure.ac | 56 +++++++++++++++++++++++++++++++-------------------------
 neard.pc.in  |  4 ++--
 6 files changed, 48 insertions(+), 41 deletions(-)

-- 
2.1.1

