X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fopen.m4;h=8731a25551c958234bee1479cef84a7ed6473208;hb=df8bc51660941d7464dcd31170690519cb95c0c2;hp=ba7d8761b161629c3003a5ee2fd88b2d407eb117;hpb=48e988340f85e568ceb9ac1f4bf5824fddf1fd0d;p=gnulib.git diff --git a/m4/open.m4 b/m4/open.m4 index ba7d8761b..8731a2555 100644 --- a/m4/open.m4 +++ b/m4/open.m4 @@ -1,5 +1,5 @@ -# open.m4 serial 8 -dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. +# open.m4 serial 9 +dnl Copyright (C) 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -37,10 +37,10 @@ int main () [ changequote(,)dnl case "$host_os" in - freebsd*) gl_cv_func_open_slash="guessing no" ;; - solaris2.[0-9]*) gl_cv_func_open_slash="guessing no" ;; - hpux*) gl_cv_func_open_slash="guessing no" ;; - *) gl_cv_func_open_slash="guessing yes" ;; + freebsd* | aix* | hpux* | solaris2.[0-9]*) + gl_cv_func_open_slash="guessing no" ;; + *) + gl_cv_func_open_slash="guessing yes" ;; esac changequote([,])dnl ])