A.i386-unknown-freebsd6.1
A.i386-unknown-openbsd3.9
A.i386-pc-solaris2.11-nexentaos
+A.i386-pc-linux-centos4.4
+A.powerpc-apple-darwin8.7.0
+A.i386-pc-linux-fc6
+2006-10-26 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * minor new port: i386-pc-linux-fc6.
+
+ * m4/macros/linux_headers.m4: handle newer Linux kernels which
+ removed UTS_RELEASE from <linux/version.h>.
+
+2006-10-25 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * minor new ports: i386-pc-linux-centos4.4 and
+ powerpc-apple-darwin8.7.0.
+
+ * config.guess.long: recognize CentOS Linux.
+
2006-06-20 Erez Zadok <ezk@cs.sunysb.edu>
* minor new port: i386-pc-solaris2.11-nexentaos (GNU/OpenSolaris).
-*** Notes specific to am-utils version 6.2a2
+*** Notes specific to am-utils version 6.2a3
- minor new ports:
+ i386-pc-linux-centos4.4 (RHEL4 clone)
+ i386-pc-linux-fc6 (Fedora Core 6)
i386-pc-solaris2.11-nexentaos (GNU/OpenSolaris)
+ powerpc-apple-darwin8.7.0
*** Notes specific to am-utils version 6.2a2
echo ${GCONFIG}-rhel${long}
elif grep -q 'Fedora Core' /etc/redhat-release; then
echo ${GCONFIG}-fc${long}
+ elif grep -q 'CentOS' /etc/redhat-release; then
+ echo ${GCONFIG}-centos${long}
else
echo ${GCONFIG}-rh${long}
fi
],
[
if (argc > 1)
+#ifdef UTS_RELEASE
printf("%s", UTS_RELEASE);
+#else
+# define AMU_MA(a) ((a) >> 16)
+# define AMU_MI(a) (((a) & 0xffff) >> 8)
+# define AMU_PL(a) ((a) & 0xff)
+ printf("%d.%d.%d", AMU_MA(LINUX_VERSION_CODE), AMU_MI(LINUX_VERSION_CODE), AMU_PL(LINUX_VERSION_CODE));
+#endif
],
[ host_header_version=$value ],
[ echo