All of lore.kernel.org
 help / color / mirror / Atom feed
* libmnl build system patches
@ 2010-10-19 10:47 Jan Engelhardt
  2010-10-19 10:47 ` [PATCH 01/10] build: just use autoreconf Jan Engelhardt
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Jan Engelhardt @ 2010-10-19 10:47 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


The following changes since commit e7fa7219245809491fedfd9efcbe50b6c839f734:

  add quote from Thoureau to documentation (2010-10-10 13:53:22 +0200)

are available in the git repository at:
  git://dev.medozas.de/libmnl master

Jan Engelhardt (10):
      build: just use autoreconf
      build: do not abuse AM_INIT_AUTOMAKE for autoconf options
      build: automake options should be in AM_INIT_AUTOMAKE
      build: use subdir-objects and CC_C_O
      build: run autoupdate
      build: rebuild .pc files when configure status changed
      build: resolve compiler warnings
      build: remove unneeded -dynamic -ldl -nostartfiles flags
      build: default to not build static libraries
      Add .gitignore files

 .gitignore                     |   23 +++++++++++++++++++++++
 Make_global.am                 |    2 +-
 Makefile.am                    |    3 ++-
 autogen.sh                     |   18 ++----------------
 configure.ac                   |   21 +++++++++++++++++++++
 configure.in                   |   18 ------------------
 examples/genl/.gitignore       |    1 +
 examples/genl/Makefile.am      |    1 -
 examples/netfilter/.gitignore  |    2 ++
 examples/netfilter/Makefile.am |    2 --
 examples/rtnl/.gitignore       |    7 +++++++
 examples/rtnl/Makefile.am      |    7 -------
 src/Makefile.am                |    4 +---
 src/nlmsg.c                    |    2 +-
 14 files changed, 61 insertions(+), 50 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 configure.ac
 delete mode 100644 configure.in
 create mode 100644 examples/genl/.gitignore
 create mode 100644 examples/netfilter/.gitignore
 create mode 100644 examples/rtnl/.gitignore

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-10-20  9:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 10:47 libmnl build system patches Jan Engelhardt
2010-10-19 10:47 ` [PATCH 01/10] build: just use autoreconf Jan Engelhardt
2010-10-19 10:47 ` [PATCH 02/10] build: do not abuse AM_INIT_AUTOMAKE for autoconf options Jan Engelhardt
2010-10-19 10:47 ` [PATCH 03/10] build: automake options should be in AM_INIT_AUTOMAKE Jan Engelhardt
2010-10-19 10:47 ` [PATCH 04/10] build: use subdir-objects and CC_C_O Jan Engelhardt
2010-10-19 10:47 ` [PATCH 05/10] build: run autoupdate Jan Engelhardt
2010-10-19 10:47 ` [PATCH 06/10] build: rebuild .pc files when configure status changed Jan Engelhardt
2010-10-19 12:14   ` Amos Jeffries
2010-10-19 13:30     ` Jan Engelhardt
2010-10-19 21:41       ` Amos Jeffries
2010-10-19 10:47 ` [PATCH 07/10] build: resolve compiler warnings Jan Engelhardt
2010-10-19 10:47 ` [PATCH 08/10] build: remove unneeded -dynamic -ldl -nostartfiles flags Jan Engelhardt
2010-10-19 10:47 ` [PATCH 09/10] build: default to not build static libraries Jan Engelhardt
2010-10-19 10:47 ` [PATCH 10/10] Add .gitignore files Jan Engelhardt
2010-10-20  9:37 ` libmnl build system patches Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.