mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 21:10:06 -04:00
Revert "evconfig-private.h with recusive configure subdirs"
This reverts commit ed53d5ef8053af08186ef80dfc1647cff769fac8.
This commit is contained in:
parent
ed53d5ef80
commit
edf62dddbc
@ -608,6 +608,5 @@ if test x$enable_gcc_warnings = xyes; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_SUBDIRS( [evconfig-private] )
|
|
||||||
AC_CONFIG_FILES( [libevent.pc libevent_openssl.pc libevent_pthreads.pc] )
|
AC_CONFIG_FILES( [libevent.pc libevent_openssl.pc libevent_pthreads.pc] )
|
||||||
AC_OUTPUT(Makefile include/Makefile test/Makefile sample/Makefile)
|
AC_OUTPUT(Makefile include/Makefile test/Makefile sample/Makefile)
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
dnl private configure.in for libevent
|
|
||||||
dnl Kevin Bowling <kevin.bowling@kev009.com>
|
|
||||||
AC_PREREQ(2.59c)
|
|
||||||
AC_INIT(configure.in)
|
|
||||||
|
|
||||||
AC_CONFIG_HEADER(config.h)
|
|
||||||
|
|
||||||
dnl Try and get a full POSIX environment on obscure systems
|
|
||||||
ifdef([AC_USE_SYSTEM_EXTENSIONS], [
|
|
||||||
AC_USE_SYSTEM_EXTENSIONS
|
|
||||||
], [
|
|
||||||
AC_AIX
|
|
||||||
AC_GNU_SOURCE
|
|
||||||
AC_MINIX
|
|
||||||
])
|
|
||||||
|
|
||||||
AC_OUTPUT
|
|
Loading…
x
Reference in New Issue
Block a user