mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
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.
This commit is contained in:
parent
710ccb7e7c
commit
dfae9557fc
@ -22,9 +22,6 @@ AM_SILENT_RULES([yes])
|
||||
AC_CONFIG_HEADERS(config.h evconfig-private.h:evconfig-private.h.in)
|
||||
AC_DEFINE(NUMERIC_VERSION, 0x02020001, [Numeric representation of the version])
|
||||
|
||||
dnl Initialize prefix.
|
||||
AC_PREFIX_DEFAULT([/usr/local])
|
||||
|
||||
dnl Try and get a full POSIX environment on obscure systems
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user