configure.ac: do not use deprecated macros - AC_HELP_STRING AC_ERROR
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 7 Feb 2017 13:10:34 +0000 (13:10 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Feb 2017 10:09:45 +0000 (10:09 +0000)
commit6ffddba33bdd00b1f5605606c1f76eea17f524ef
tree5dbd95789f9483991229b93011f1c5cb9e69f1c2
parent0cbde643eb29c8bf19eb8551ac8e821f7f733212
configure.ac: do not use deprecated macros - AC_HELP_STRING AC_ERROR

Replace with AS_HELP_STRING and AC_MSG_ERROR respectively, as spotted by
autoupdate.

Note that the suggested AC_CANONICAL_SYSTEM > AC_CANONICAL_TARGET change
is not addressed here since that requires very extensive testing.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac