[Dnsmasq-discuss] [PATCH] Add support for autotools

Matthias Andree matthias.andree at gmx.de
Mon Sep 10 16:14:30 BST 2012


Am 08.09.2012 23:16, schrieb Cristian Rodríguez:
> ---
>  Makefile          |  134 -----------------------------------------------------
>  Makefile.am       |   16 +++++++
>  configure.ac      |  113 ++++++++++++++++++++++++++++++++++++++++++++
>  src/bpf.c         |    4 ++
>  src/cache.c       |    4 ++
>  src/config.h      |    2 +-
>  src/conntrack.c   |    4 ++
>  src/dbus.c        |    4 ++
>  src/dhcp-common.c |    4 ++
>  src/dhcp.c        |    4 ++
>  src/dhcp6.c       |    4 ++
>  src/dnsmasq.c     |    4 ++
>  src/dnsmasq.h     |    9 +---
>  src/forward.c     |    4 ++
>  src/helper.c      |   11 ++++-
>  src/lease.c       |    4 ++
>  src/log.c         |    4 ++
>  src/netlink.c     |    4 ++
>  src/network.c     |    4 ++
>  src/option.c      |    6 ++-
>  src/outpacket.c   |    4 ++
>  src/radv.c        |    4 ++
>  src/rfc1035.c     |    4 ++
>  src/rfc2131.c     |    4 ++
>  src/rfc3315.c     |    4 ++
>  src/slaac.c       |    4 ++
>  src/tftp.c        |    4 ++
>  src/util.c        |    4 ++

Beware that there are changes not related to the autotools migration,
esp. lua-related and adding a few "const" to prototypes, which might be
useful on their own, but that do not require autotools themselves.

In fact, there is not a single #ifdef ... related to autoconf.

This pretty much looks as though this were to end in itself, and
particularly, by itself, will not help portability.




More information about the Dnsmasq-discuss mailing list