autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoconf 2.49 on UNICOS


From: Johan Danielsson
Subject: autoconf 2.49 on UNICOS
Date: 16 Nov 2000 20:08:06 +0100
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]