| Akim,

Hi!  Thanks Harlan!

| chmod +x testsuite-tmp
| mv testsuite-tmp testsuite
| /bin/sh testsuite
| /bin/sh: illegal io
| /bin/sh: illegal io
| /bin/sh: illegal io

That was to be expected.  If you could send a snippet of sh -x
testsuite maybe we could fix the test suite on Ultrix, which would be
a great bonus.

But much more important is that you try configure itself.

cat >configure.in <<EOF
AC_INIT
AC_CONFIG_HEADERS(header.h)
AC_CONFIG_FILES(file)
echo "@FOO@" >file.in
echo "#undef FOO" >header.h.in
AC_DEFINE(FOO, BAR)
AC_SUBST(FOO, BAR)
AC_OUTPUT
EOF
autoconf
./configure
cat file header.h

I fear a config.status failure.  But given that you ran Autoconf's
configure, it's unlikely, unless it was not including the `fix'.
| 

Reply via email to