Changeset 117731 for trunk/base


Ignore:
Timestamp:
Mar 9, 2014, 11:06:51 PM (10 years ago)
Author:
jmr@…
Message:

avoid non-portable test operand as per autoconf manual

Location:
trunk/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/aclocal.m4

    r117727 r117731  
    127127        cd "$ac_dir"
    128128
    129         if test "$no_recursion" != yes -o ! -f "$ac_srcdir/config.status"; then
     129        if test "$no_recursion" != yes || test ! -f "$ac_srcdir/config.status"; then
    130130                AC_MSG_NOTICE([=== configuring in $ac_dir ($mp_popdir/$ac_dir)])
    131131                if test -f "$ac_srcdir/configure"; then
  • trunk/base/configure

    r117728 r117731  
    95379537        cd "$ac_dir"
    95389538
    9539         if test "$no_recursion" != yes -o ! -f "$ac_srcdir/config.status"; then
     9539        if test "$no_recursion" != yes || test ! -f "$ac_srcdir/config.status"; then
    95409540                { $as_echo "$as_me:${as_lineno-$LINENO}: === configuring in $ac_dir ($mp_popdir/$ac_dir)" >&5
    95419541$as_echo "$as_me: === configuring in $ac_dir ($mp_popdir/$ac_dir)" >&6;}
     
    98559855        cd "$ac_dir"
    98569856
    9857         if test "$no_recursion" != yes -o ! -f "$ac_srcdir/config.status"; then
     9857        if test "$no_recursion" != yes || test ! -f "$ac_srcdir/config.status"; then
    98589858                { $as_echo "$as_me:${as_lineno-$LINENO}: === configuring in $ac_dir ($mp_popdir/$ac_dir)" >&5
    98599859$as_echo "$as_me: === configuring in $ac_dir ($mp_popdir/$ac_dir)" >&6;}
     
    1017010170        cd "$ac_dir"
    1017110171
    10172         if test "$no_recursion" != yes -o ! -f "$ac_srcdir/config.status"; then
     10172        if test "$no_recursion" != yes || test ! -f "$ac_srcdir/config.status"; then
    1017310173                { $as_echo "$as_me:${as_lineno-$LINENO}: === configuring in $ac_dir ($mp_popdir/$ac_dir)" >&5
    1017410174$as_echo "$as_me: === configuring in $ac_dir ($mp_popdir/$ac_dir)" >&6;}
Note: See TracChangeset for help on using the changeset viewer.