]> granicus.if.org Git - libevent/commit
build: remove call to AC_PREFIX_DEFAULT
authorfanquake <fanquake@gmail.com>
Tue, 15 Jun 2021 05:35:58 +0000 (13:35 +0800)
committerfanquake <fanquake@gmail.com>
Fri, 9 Jul 2021 04:34:10 +0000 (12:34 +0800)
commitdfae9557fcd4b88982aae983e89b1f1de15c749b
treeeb336135ec4bd7121b30554b9fc39e606f040df7
parent710ccb7e7c2a466f97bba166e00e17d5a418d9a2
build: remove call to AC_PREFIX_DEFAULT

> By default, configure sets the prefix for files it installs to /usr/local.

A call to AC_PREFIX_DEFAULT, just to set the value the same as the
default, would seem unnecessary. Note that the "initialize prefix"
comment dates back to aa6567fe6475d3230c7c745a7ca208735af0c331, prior to
when an autoconf macro was actually being used.

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