Add autotools deprecation warning
authorSebastian Blunt <sebastian@c4k3.net>
Mon, 5 Jun 2017 13:09:36 +0000 (15:09 +0200)
committerSebastian Blunt <sebastian@c4k3.net>
Mon, 5 Jun 2017 13:09:36 +0000 (15:09 +0200)
commit7d0685f19a6c52e0644bb00256e8eabb14139fd5
treea9a1c84b704d22b86929dce0a1dae3f8873e2352
parenteefe0af1c49c0d4576e8f2379c34472364e6c507
Add autotools deprecation warning

Adds a warning about autotools being deprecated directly in autogen.sh
Using the m4_warn/m4_errprintn macro causes the warning to not be
displayed with autogen.sh, and using AC_MSG_WARN is only displayed when
configure is run (which might instead be desirable.) This solution
very clearly displays the warning when running autogen.sh.
autogen.sh