Mon Dec 19 19:20:58 1994 Theodore Y. Ts'o (tytso at tsx-11)
+ * acgeneral.m4 (AC_DEFINE_UNQUOTED): Workaround more Ultrix sh
+ brain damage.
+
* acgeneral.m4 (AC_CACHE_SAVE): Work around yet another really
horrible Ultrix sh bug. The values of variables read in
using the ${var='bar'} construction are displayed using
])
dnl Similar, but perform shell substitutions $ ` \ once on VALUE.
+dnl The 'tr' is to fix more Ultrix sh brain damage
define(AC_DEFINE_UNQUOTED,
-[cat >> confdefs.h <<EOF
+[cat <<EOF | tr '\201-\377' '\001-\177' >> confdefs.h
[#define] $1 ifelse($#, 2, [$2], 1)
EOF
])