Ive attached the follwoing requirements for the addtion of SolidBSD into the config.sub and config.guess with the appropriate Changelog. Please add these editions as soon as possible so that we may continue to move foward. Changelog.patch , config.guess.patch , config.sub.patch . Thank you for consideration.
--- config.guess Wed Oct 26 10:34:57 2005 +++ config.guess.new Wed Oct 26 10:34:25 2005 @@ -766,6 +766,9 @@ *:FreeBSD:*:*) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;;
--- Changelog Wed Oct 26 10:53:54 2005 +++ Changelog.new Wed Oct 26 10:53:31 2005 @@ -1,3 +1,8 @@ +2005-10-26 Infoweapons Corporation - Commercial Devel <[EMAIL PROTECTED]> + + * config.guess (SolidBSD*): Detection. + * config.sub: Add support for SolidBSD. + 2005-09-19 Gerben Wierda <[EMAIL PROTECTED]> * config.guess (*:Darwin:*:*): Don't treat *86 specifically.
--- config.sub Wed Oct 26 10:31:49 2005 +++ config.sub.new Wed Oct 26 10:31:20 2005 @@ -1175,7 +1175,7 @@ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -solidbsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
_______________________________________________ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf