: ${foo='some words'}
not
: ${foo=some words}
since this is not portable: Digital Unix v5.0: `bad substitution'.
From Nicolas Joly.
+2000-03-16 Akim Demaille <akim@epita.fr>
+
+ * acspecific.m4 (AC_FUNC_SELECT_ARGTYPES): Use
+ : ${foo='some words'}
+ not
+ : ${foo=some words}
+ since this is not portable: Digital Unix v5.0: `bad substitution'.
+ From Nicolas Joly.
+
2000-3-16 Lars J. Aas <larsa@sim.no>
* libm4.m4 (m4_assert, m4_shiftn): New macros.
done
done
# Provide a safe default value.
-: ${ac_cv_func_select_args=int,int *,struct timeval *}
+: ${ac_cv_func_select_args='int,int *,struct timeval *'}
])
ac_save_IFS=$IFS
IFS=','
done
done
# Provide a safe default value.
-: ${ac_cv_func_select_args=int,int *,struct timeval *}
+: ${ac_cv_func_select_args='int,int *,struct timeval *'}
])
ac_save_IFS=$IFS
IFS=','