From: Jan Engelhardt <jengelh@inai.de>
To: netfilter-devel@vger.kernel.org
Cc: pablo@netfilter.org
Subject: nftables: use automake & pkgconfig
Date: Sun, 20 Oct 2013 16:48:08 +0200 [thread overview]
Message-ID: <1382280491-9921-1-git-send-email-jengelh@inai.de> (raw)
The following changes since commit 2855909e46f4646f137a96892bd5c465fa1193f8:
src: fix return code (2013-10-17 11:08:40 +0200)
are available in the git repository at:
git://git.inai.de/nftables master
for you to fetch changes up to af2a890f6fa39d09240b85811a430b51b88a866e:
build: use automake and pkgconfig (2013-10-20 16:36:53 +0200)
----------------------------------------------------------------
Jan Engelhardt (3):
build: remove unused checks
build: rename conflicting parser.h instances
build: use automake and pkgconfig
.gitignore | 17 +--
Makefile.am | 7 ++
Makefile.defs.in | 40 ------
Makefile.in | 5 -
Makefile.rules.in | 89 -------------
configure.ac | 70 ++++-------
doc/Makefile.am | 14 +++
doc/Makefile.in | 20 ---
files/Makefile.am | 6 +
files/Makefile.in | 4 -
install-sh | 269 ----------------------------------------
src/.gitignore | 4 +-
src/Makefile.am | 24 ++++
src/Makefile.in | 30 -----
src/cli.c | 1 +
src/erec.c | 1 +
src/main.c | 1 +
src/{parser.y => parser_impl.y} | 2 +-
src/scanner.l | 2 +-
19 files changed, 90 insertions(+), 516 deletions(-)
create mode 100644 Makefile.am
delete mode 100644 Makefile.defs.in
delete mode 100644 Makefile.in
delete mode 100644 Makefile.rules.in
create mode 100644 doc/Makefile.am
delete mode 100644 doc/Makefile.in
create mode 100644 files/Makefile.am
delete mode 100644 files/Makefile.in
delete mode 100755 install-sh
create mode 100644 src/Makefile.am
delete mode 100644 src/Makefile.in
rename src/{parser.y => parser_impl.y} (99%)
next reply other threads:[~2013-10-20 14:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-20 14:48 Jan Engelhardt [this message]
2013-10-20 14:48 ` [PATCH 1/3] build: remove unused checks Jan Engelhardt
2013-11-19 20:24 ` Pablo Neira Ayuso
2013-10-20 14:48 ` [PATCH 2/3] build: rename conflicting parser.h instances Jan Engelhardt
2013-11-19 20:25 ` Pablo Neira Ayuso
2013-11-20 9:06 ` Jan Engelhardt
2013-11-20 14:02 ` Pablo Neira Ayuso
2013-10-20 14:48 ` [PATCH 3/3] build: use automake and pkgconfig Jan Engelhardt
2013-11-19 20:28 ` Pablo Neira Ayuso
2013-11-20 10:54 ` Jan Engelhardt
2013-11-20 11:11 ` Tomasz Bursztyka
2013-11-20 13:54 ` Pablo Neira Ayuso
2013-11-20 14:06 ` Pablo Neira Ayuso
2013-11-20 14:14 ` Jan Engelhardt
2013-12-06 17:47 ` Jan Engelhardt
2013-11-17 20:39 ` nftables: use automake & pkgconfig Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1382280491-9921-1-git-send-email-jengelh@inai.de \
--to=jengelh@inai.de \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).