From d5b3a0f6861c6735620652ea6750df76c70ed7e8 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sat, 15 Feb 2014 04:12:03 +0100
Subject: [PATCH v3 00/13] neard build fixes and cleanups
Status: obsolete
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 several
of the patches that have been independently submitted by other people
and already applied in master, taken out.

  [0] <https://lists.01.org/pipermail/linux-nfc/2013-June/001750.html>

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  |  9 ++++-----
 acinclude.m4 | 10 +++++-----
 bootstrap    |  1 +
 configure.ac | 50 +++++++++++++++++++++++++++-----------------------
 neard.pc.in  |  4 ++--
 6 files changed, 44 insertions(+), 35 deletions(-)

-- 
1.9.0.rc3.244.g3497008

