]> granicus.if.org Git - libevent/commit
build: call AC_PREREQ() first & quote argument
authorfanquake <fanquake@gmail.com>
Tue, 15 Jun 2021 05:41:05 +0000 (13:41 +0800)
committerfanquake <fanquake@gmail.com>
Fri, 9 Jul 2021 04:34:10 +0000 (12:34 +0800)
commiteb59d84da2b4b177d456a881222695918353a5e8
tree2c1f63951cf43d35ad70f19cc596bc0c0c998aba
parentdfae9557fcd4b88982aae983e89b1f1de15c749b
build: call AC_PREREQ() first & quote argument

> This macro may be used before AC_INIT.

Calling this first means establishing that the required version of
autoconf is actually available, before bothering with AC_INIT().

See:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.67/autoconf.html#Versioning.
configure.ac