autoconf-patches
[Top][All Lists]
Advanced

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

Re: additional system / operating system for config.guess


From: Akim Demaille
Subject: Re: additional system / operating system for config.guess
Date: 10 Sep 2002 11:03:13 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| Hi,
| I've got a small addition for autoconf's config.guess to support the posix
| subsystem of a BS2000 host.
| 
| Regards, Thomas Dorner (address@hidden)

Thanks, but as you can see:

| ~/src/ace % config/config.guess --help
| Usage: config/config.guess [OPTION]
| 
| Output the configuration name of the system `config.guess' is run on.
| 
| Operation modes:
|   -h, --help         print this help, then exit
|   -t, --time-stamp   print date of last modification, then exit
|   -v, --version      print version number, then exit
| 
| Report bugs and patches to <address@hidden>.

This is not the right place.


--- config.guess.org    Mon Sep  9 12:31:29 2002
+++ config.guess        Mon Sep  9 13:43:18 2002
@@ -517,6 +517,9 @@
     hppa*:OpenBSD:*:*)
        echo hppa-unknown-openbsd
        exit 0 ;;
+    BS2000:*:*:*)
+       echo bs2000-siemens-posix
+       exit 0 ;;
     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
        echo c1-convex-bsd
         exit 0 ;;








reply via email to

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