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)
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.


No differences found