File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
event/libevent2022/libevent Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ extern "C" {
5656/* For int types. */
5757#include <evutil.h>
5858
59- #ifdef WIN32
59+ #if defined( WIN32 ) && !defined( __CYGWIN__ )
6060#ifndef WIN32_LEAN_AND_MEAN
6161#define WIN32_LEAN_AND_MEAN
6262#endif
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212dnl All rights reserved.
1313dnl Copyright (c) 2012-2016 Cisco Systems, Inc. All rights reserved.
1414dnl Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
15- dnl Copyright (c) 2015 Research Organization for Information Science
16- dnl and Technology (RIST). All rights reserved.
15+ dnl Copyright (c) 2015-2018 Research Organization for Information Science
16+ dnl and Technology (RIST). All rights reserved.
1717dnl $COPYRIGHT $
1818dnl
1919dnl Additional copyrights may follow
@@ -22,7 +22,7 @@ dnl $HEADER$
2222dnl
2323
2424AC_DEFUN([PMIX_CONFIG_SUBDIR],[
25- PMIX_VAR_SCOPE_PUSH([subdir_parent sub_configure subdir_dir subdir_srcdir subdir_cache_file subdir_args subdir_dots total_dir dir_part temp ])
25+ PMIX_VAR_SCOPE_PUSH([subdir_parent sub_configure subdir_dir subdir_srcdir subdir_cache_file subdir_args subdir_dots total_dir dir_part subdir_temp ])
2626
2727#
2828# Invoke configure in a specific subdirectory.
@@ -58,8 +58,8 @@ if test "$subdir_dir" != ":" && test -d $srcdir/$subdir_dir; then
5858 [[\\ /]]* | ? :[[\\ /]]* ) total_dir=;;
5959 * ) total_dir=.;;
6060 esac
61- temp =$subdir_dir
62- for dir_part in ` IFS=' /\\' ; set X $temp ; shift ; echo " $[@]" ` ; do
61+ subdir_temp =$subdir_dir
62+ for dir_part in ` IFS=' /\\' ; set X $subdir_temp ; shift ; echo " $[@]" ` ; do
6363 case $dir_part in
6464 # Skip DOS drivespec
6565 ? :) total_dir=$dir_part ;;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pmixdir = $(pmixincludedir)/$(subdir)
4646pmix_HEADERS = $(headers )
4747endif
4848
49- all-local :
49+ all-local : $( comp_noinst )
5050 if test -z " $( lib_LTLIBRARIES) " ; then \
5151 rm -f " $( comp_inst) " ; \
5252 $(LN_S ) " $( comp_noinst) " " $( comp_inst) " ; \
You can’t perform that action at this time.
0 commit comments