[patch]config.guess incorrect for VMS.



Can someone also point me in the right direction to get the master copy of the config.guess file updated? I have not been able to find a working link to it.

In other projects, someone has been updating some of the older versions from *-dec-vms to *-hp-vms, but have been neglecting to add the "ia64-hp-vms" values.

In most cases having -dec- instead of -hp- does not affect things, but in GTK+ this value gets put in the resulting binary as a directory name to look for modules in.

-John
wb8tyw qsl net
Personal Opinion Only


--- /src_root/gtk+-2.8.17/config.guess  Tue Apr 11 09:42:59 2006
+++ /lcl_root/gtk+-2.8.17/config.guess  Mon May  8 11:54:56 2006
@@ -1283,9 +1283,9 @@
     *:*VMS:*:*)
        UNAME_MACHINE=`(uname -p) 2>/dev/null`
        case "${UNAME_MACHINE}" in
-           A*) echo alpha-dec-vms ; exit ;;
-           I*) echo ia64-dec-vms ; exit ;;
-           V*) echo vax-dec-vms ; exit ;;
+           A*) echo alpha-hp-vms ; exit ;;
+           I*) echo ia64-hp-vms ; exit ;;
+           V*) echo vax-hp-vms ; exit ;;
        esac ;;
     *:XENIX:*:SysV)
        echo i386-pc-xenix
--- /src_root/gtk+-2.8.17/config.guess	Tue Apr 11 09:42:59 2006
+++ /lcl_root/gtk+-2.8.17/config.guess	Mon May  8 11:54:56 2006
@@ -1283,9 +1283,9 @@
     *:*VMS:*:*)
     	UNAME_MACHINE=`(uname -p) 2>/dev/null`
 	case "${UNAME_MACHINE}" in
-	    A*) echo alpha-dec-vms ; exit ;;
-	    I*) echo ia64-dec-vms ; exit ;;
-	    V*) echo vax-dec-vms ; exit ;;
+	    A*) echo alpha-hp-vms ; exit ;;
+	    I*) echo ia64-hp-vms ; exit ;;
+	    V*) echo vax-hp-vms ; exit ;;
 	esac ;;
     *:XENIX:*:SysV)
 	echo i386-pc-xenix


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