From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: kaber@trash.net
Subject: [PATCH nft 0/5] autotools conversion
Date: Thu, 6 Nov 2014 19:25:44 +0100 [thread overview]
Message-ID: <1415298349-985-1-git-send-email-pablo@netfilter.org> (raw)
Hi,
I found some time to work on the autotools support. Initial patches
were posted by Jan dal Molin here:
http://marc.info/?l=netfilter-devel&m=140632527026257&w=2
Those were a good start to address this, but I wanted to introduce
these changes incrementally by avoiding bisectability breakage
between patches. Moreover, this changeset included quite a lot of
changes in configure.ac among other things that this patchset avoids.
Note that doc/ and files/ were not converted yet, so those are currently
disabled. Feel free to send patches to complete that or I'll finish
it once I find time to work on this again.
I have pushed this to this branch:
http://git.netfilter.org/nftables/log/?h=autotools
Please, review and test. Thanks.
Pablo Neira Ayuso (5):
build: use PKG_CHECK_MODULES to check for libmnl and libnftnl
build: use AC_PROG_YACC and AM_PROG_LEX
rename parser.y to parser_bison.y
include: add cli.h
build: autotools conversion
.gitignore | 10 +-
Make_global.am | 10 ++
Makefile.am | 5 +
Makefile.defs.in | 42 ------
Makefile.in | 5 -
Makefile.rules.in | 96 --------------
configure.ac | 49 ++++---
include/cli.h | 18 +++
include/nftables.h | 14 +-
install-sh | 269 --------------------------------------
m4/.gitignore | 2 +
src/Makefile.am | 41 ++++++
src/Makefile.in | 33 -----
src/cli.c | 2 +
src/erec.c | 1 +
src/main.c | 1 +
src/{parser.y => parser_bison.y} | 3 +-
src/scanner.l | 3 +-
18 files changed, 122 insertions(+), 482 deletions(-)
create mode 100644 Make_global.am
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 include/cli.h
delete mode 100755 install-sh
create mode 100644 m4/.gitignore
create mode 100644 src/Makefile.am
delete mode 100644 src/Makefile.in
rename src/{parser.y => parser_bison.y} (99%)
--
1.7.10.4
next reply other threads:[~2014-11-06 18:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-06 18:25 Pablo Neira Ayuso [this message]
2014-11-06 18:25 ` [PATCH nft 1/5] build: use PKG_CHECK_MODULES to check for libmnl and libnftnl Pablo Neira Ayuso
2014-11-06 18:25 ` [PATCH nft 2/5] build: use AC_PROG_YACC and AM_PROG_LEX Pablo Neira Ayuso
2014-11-06 18:25 ` [PATCH nft 3/5] rename parser.y to parser_bison.y Pablo Neira Ayuso
2014-11-06 18:25 ` [PATCH nft 4/5] include: add cli.h Pablo Neira Ayuso
2014-11-06 18:25 ` [PATCH nft 5/5] build: autotools conversion Pablo Neira Ayuso
2014-11-06 20:29 ` Jan Engelhardt
2014-11-07 18:17 ` Giorgio
2014-11-09 20:26 ` [PATCH 1/1] autotools conversion fixups giorgio.nicole
2014-11-12 12:01 ` Pablo Neira Ayuso
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=1415298349-985-1-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.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).