[Pkg-bitcoin-commits] [libunivalue] 42/76: build: Don't require old gnu-style files

Jonas Smedegaard dr at jones.dk
Mon Apr 4 09:18:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libunivalue.

commit 0b391ebb7eb81956c6c5c0d8626001ddd8008fb9
Author: Cory Fields <cory-nospam- at coryfields.com>
Date:   Thu Sep 24 14:12:52 2015 -0400

    build: Don't require old gnu-style files
---
 AUTHORS      | 5 -----
 ChangeLog    | 3 ---
 NEWS         | 4 ----
 configure.ac | 2 +-
 4 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 638b22c..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,5 +0,0 @@
-Tests from MIT-licensed "vjson"
-
-See git log for remaining author details.
-(placeholder GNU file required by automake)
-
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 808ff3b..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-See git log.
-(placeholder GNU file required by automake)
-
diff --git a/NEWS b/NEWS
deleted file mode 100644
index 3dda3fc..0000000
--- a/NEWS
+++ /dev/null
@@ -1,4 +0,0 @@
-
-See git log.
-(placeholder GNU file required by automake)
-
diff --git a/configure.ac b/configure.ac
index c4a0ce4..03cb526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([lib/univalue.cpp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([build-aux/m4])
 AC_CONFIG_HEADERS([univalue-config.h])
-AM_INIT_AUTOMAKE([gnu])
+AM_INIT_AUTOMAKE([foreign])
 
 LIBUNIVALUE_MAJOR_VERSION=libunivalue_major_version
 LIBUNIVALUE_MINOR_VERSION=libunivalue_minor_version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list