evconfig-private.h with recusive configure subdirs

This commit is contained in:
Kevin Bowling 2011-01-02 06:35:05 -07:00
parent ea8fa4cb23
commit ed53d5ef80
2 changed files with 18 additions and 0 deletions

View File

@ -608,5 +608,6 @@ if test x$enable_gcc_warnings = xyes; then
fi
AC_CONFIG_SUBDIRS( [evconfig-private] )
AC_CONFIG_FILES( [libevent.pc libevent_openssl.pc libevent_pthreads.pc] )
AC_OUTPUT(Makefile include/Makefile test/Makefile sample/Makefile)

View File

@ -0,0 +1,17 @@
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