# # # patch "m4/numeric_vocab.m4" # from [7b35b0b51490c0de010db0f282d23d17f73a5f5d] # to [5aaf4a059f3482cf88ea01688362392811fd9ae5] # ============================================================ --- m4/numeric_vocab.m4 7b35b0b51490c0de010db0f282d23d17f73a5f5d +++ m4/numeric_vocab.m4 5aaf4a059f3482cf88ea01688362392811fd9ae5 @@ -35,12 +35,12 @@ case $AS_TR_SH([ac_cv_sizeof_$1]) in AC_DEFUN([MTN_CHOOSE_USE_OF_TYPE], [ MTN_COMPUTE_SIZEOF([$1]) case $AS_TR_SH([ac_cv_sizeof_$1]) in - (2) mtn_s16_type='$1' - mtn_u16_type='$2' ;; - (4) mtn_s32_type='$1' - mtn_u32_type='$2' ;; - (8) mtn_s64_type='$1' - mtn_u64_type='$2' ;; + 2) mtn_s16_type='$1' + mtn_u16_type='$2' ;; + 4) mtn_s32_type='$1' + mtn_u32_type='$2' ;; + 8) mtn_s64_type='$1' + mtn_u64_type='$2' ;; esac]) dnl AC_LANG_BOOL_COMPILE_TRY is not documented, but is very helpful.