[openbeos] Re: HaikuPorts

  • From: Olivier Coursière <olivier.coursiere@xxxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Tue, 05 Aug 2008 02:26:57 +0200

Hi
scott mc wrote:
I see the config.guess/config.sub patch scared them.  I usually give
the patch without those two and then tell them to update to a
config.guess/sub that has a timestamp of 2008-01-08 / 2008-01-16, then
it's a little less scary to them.
-scottmc

It seems that the config.guess with timestamp 2008-01-08 in automake 1.10.1 does not support Haiku.

I have those difference between the one include in the Haiku development package (the one i use for ruby) and the one from the latest stable automake version (1.10.1), and both have this timestamp :

--- /boot/home/Downloads/automake-1.10.1/lib/config.guess Sat Jan 19 10:54:57 2008
+++ /Haiku/ruby/ruby/config.guess    Mon Apr  7 02:22:45 2008
@@ -1216,6 +1216,12 @@
    BePC:BeOS:*:*)    # BeOS running on Intel PC compatible.
    echo i586-pc-beos
    exit ;;
+    BeMac:Haiku:*:*)
+    echo powerpc-apple-haiku
+    exit ;;
+    BePC:Haiku:*:*)
+    echo i586-pc-haiku
+    exit ;;
    SX-4:SUPER-UX:*:*)
    echo sx4-nec-superux${UNAME_RELEASE}
    exit ;;

No problem for config.guess : Haiku is supported.

Olivier

Other related posts: