* trivial configure patch for 22.0.96 / AIX 4.3.3
@ 2007-03-22 12:24 Joe Buehler
2007-03-22 14:33 ` Chong Yidong
0 siblings, 1 reply; 2+ messages in thread
From: Joe Buehler @ 2007-03-22 12:24 UTC (permalink / raw)
To: emacs-devel
undump segfaults without this (obvious) patch
--- configure.~1~ 2007-03-19 19:47:29.000000000 -0500
+++ configure 2007-03-21 15:19:57.000000000 -0500
@@ -2632,6 +2632,9 @@
rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* )
machine=ibmrs6000 opsys=aix4-2
;;
+ rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* )
+ machine=ibmrs6000 opsys=aix4-2
+ ;;
rs6000-ibm-aix5* | powerpc-ibm-aix5* )
machine=ibmrs6000 opsys=aix4-2
;;
--
Joe Buehler
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: trivial configure patch for 22.0.96 / AIX 4.3.3
2007-03-22 12:24 trivial configure patch for 22.0.96 / AIX 4.3.3 Joe Buehler
@ 2007-03-22 14:33 ` Chong Yidong
0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2007-03-22 14:33 UTC (permalink / raw)
To: jbuehler; +Cc: emacs-devel
Joe Buehler <jbuehler@spirentcom.com> writes:
> undump segfaults without this (obvious) patch
>
> --- configure.~1~ 2007-03-19 19:47:29.000000000 -0500
> +++ configure 2007-03-21 15:19:57.000000000 -0500
> @@ -2632,6 +2632,9 @@
> rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* )
> machine=ibmrs6000 opsys=aix4-2
> ;;
> + rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* )
> + machine=ibmrs6000 opsys=aix4-2
> + ;;
> rs6000-ibm-aix5* | powerpc-ibm-aix5* )
> machine=ibmrs6000 opsys=aix4-2
> ;;
Thanks. I checked it in.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-22 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-22 12:24 trivial configure patch for 22.0.96 / AIX 4.3.3 Joe Buehler
2007-03-22 14:33 ` Chong Yidong
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.