Draft configure support
commit2b0a0b09b6e597a49c8db311f621442bb00c066e
authorKirill Smelkov <kirr@navytux.spb.ru>
Sun, 11 Dec 2011 20:49:34 +0000 (12 00:49 +0400)
committerKirill Smelkov <kirr@navytux.spb.ru>
Sun, 11 Dec 2011 21:07:49 +0000 (12 01:07 +0400)
treecb255afa0c9dbdc6f40c5dab142ab96d68a52d7d
parent56e5b7a8bbe560971d1f0983f8d77a6b6522d3f9
Draft configure support

I became to conclusion that using autoconf alone, without aclocal,
automake and libtool, is not that bad - together with relying on
pkg-config, workable configure could be created.

To not depend on aclocal, we'll ship pkg.m4 in our srctree. So far this
is the only addiotional-to-what autoconf already provides out of the box
module, and I expect it to 99% stay that way.

This patch adds configure stub which only finds pkg-config, plus
Makefile hooks, to reconfigure/regenerate-configure/etc. The first
configure user will come in the next patch.

pkg.m4 taken from  pkg-config.git pkg-config-0.26-2-gb93f795

Signed-off-by: Kirill Smelkov <kirr@navytux.spb.ru>
.autom4te.cfg [new file with mode: 0644]
.config.mk.in [new file with mode: 0644]
.gitignore
Makefile
configure.ac [new file with mode: 0644]
navymail.c
scripts/mk/pkg.m4 [new file with mode: 0644]