I'm trying to build autoconf on UNICOS 10, besides the sed issue, I
get these errors when running make check:
./semantics.m4:118: testing...
--- - Tue Nov 14 18:17:47 2000
+++ stdout Tue Nov 14 18:17:47 2000
@@ -1,6 +1,6 @@
#define SIZEOF_CHAR 1
-#define SIZEOF_CHARCHAR 2
+#define SIZEOF_CHARCHAR 8
#define SIZEOF_CHARCHARCHAR 0
-#define SIZEOF_UCHARCHAR 2
+#define SIZEOF_UCHARCHAR 8
#define SIZEOF_UCHARCHARCHAR 0
#define SIZEOF_UNSIGNED_CHAR 1
Does this mean someone assumes that the `charchar' struct has to be
two bytes? If so, why?
==================================
./debug-111.sh: Testing autoupdate
==================================
./tools.m4:180: testing...
--- - Tue Nov 14 18:17:49 2000
+++ stdout Tue Nov 14 18:17:49 2000
@@ -1,6 +1,4 @@
AC_INIT
dnl The doc says 27 is a valid fubar.
fubar=27
-AC_CONFIG_FILES([Makefile])
-AC_CONFIG_COMMANDS([default],[[echo $fubar]],[[fubar=$fubar]])
-AC_OUTPUT
+AC_OUTPUT(Makefile, echo $fubar, fubar=$fubar)
What does this mean?
/Johan