]> granicus.if.org Git - libevent/commitdiff
evconfig-private.h with recusive configure subdirs
authorKevin Bowling <kevin.bowling@kev009.com>
Sun, 2 Jan 2011 13:35:05 +0000 (06:35 -0700)
committerKevin Bowling <kevin.bowling@kev009.com>
Sun, 2 Jan 2011 13:35:05 +0000 (06:35 -0700)
configure.in
evconfig-private/configure.in [new file with mode: 0644]

index bd9ad7fcd97bc706567e97296a57f4f6570a21bd..021eb0f7ca3e125d7702706536bf16f2f056a656 100644 (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)
diff --git a/evconfig-private/configure.in b/evconfig-private/configure.in
new file mode 100644 (file)
index 0000000..a14e094
--- /dev/null
@@ -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