]> granicus.if.org Git - libevent/commitdiff
Merge remote branch 'origin/patches-2.0'
authorNick Mathewson <nickm@torproject.org>
Tue, 22 Feb 2011 22:41:27 +0000 (17:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Feb 2011 22:41:27 +0000 (17:41 -0500)
This branch is the big one that merges all the ntp folks' changes

Conflicts:
configure.in

1  2 
Makefile.am
configure.in
http.c

diff --cc Makefile.am
Simple merge
diff --cc configure.in
index 12d94034e22d512fc28ce95a2a6fb7f17278f38c,3b7d1a5814f1f9ce625e6228d75b985be28b73dc..cc4eb6cbb87aff6e19b372ade81193ac591dd945
@@@ -16,15 -14,18 +16,27 @@@ if test "$prefix" = "NONE"; the
     prefix="/usr/local"
  fi
  
 -case "$host_os" in
 -
 - osf5*)
 -    CFLAGS="$CFLAGS -D_OSF_SOURCE"
 -    ;;
 -esac
 +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_CANONICAL_BUILD
+ AC_CANONICAL_HOST
+ dnl the 'build' machine is where we run configure and compile
+ dnl the 'host' machine is where the resulting stuff runs.
++#case "$host_os" in
++#
++# osf5*)
++#    CFLAGS="$CFLAGS -D_OSF_SOURCE"
++#    ;;
++#esac
  dnl Checks for programs.
  AC_PROG_CC
  AC_PROG_INSTALL
diff --cc http.c
Simple merge