Modernize the build system.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 29 Sep 2013 16:06:13 +0000 (18:06 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 29 Sep 2013 16:10:56 +0000 (18:10 +0200)
Recent versions of autoconf and automake were giving a lot of warnings. This is
sort of a backport of similar build system changes from the 1.1 banch:

- Fix all autoconf/automake warnings.
- Merge lib/ into src/.
- Don't use symlinks for device.c any more, but use automake conditionals.
- Use explicit paths to local header files.
- Get rid of alloca.c/malloc.c/memcmp.c/realloc.c.


No differences found