bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#1191: How to contribute back changes for Emacs on Solaris


From: Dan Nicolaescu
Subject: bug#1191: How to contribute back changes for Emacs on Solaris
Date: Thu, 23 Oct 2008 12:35:45 -0700 (PDT)

Ali Bahrami <ali_gnu@emvision.com> writes:

  > Dan,
  > 
  >    I made the changes you suggested to the src/s/sol2-10.h. I
  > pulled a copy of CVS head, and produced diffs for configure.in based
  > on that. Both items are below, delimited by '=======' lines.

Thanks, I checked this in, with some simplifications.

  > =========================================================================
  > *** configure.in.orig   Wed Oct 22 20:40:42 2008
  > --- configure.in        Wed Oct 22 20:53:20 2008
  > ***************
  > *** 442,449 ****
  >     ;;
  > 
  >     *-sun-solaris* \
  > !     | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
  > !     | rs6000-*-solaris2*)
  >       case "${canonical}" in
  >         i[3456]86-*-* )     machine=intel386 ;;
  >         amd64-*-*|x86_64-*-*)   machine=amdx86-64 ;;
  > --- 442,450 ----
  >     ;;
  > 
  >     *-sun-solaris* \
  > !     | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
  > !     | x86_64-*-solaris2*    | x86_64-*-sunos5*    \
  > !     | powerpc*-*-solaris2*  | rs6000-*-solaris2*)

This hunk should not be necessary, *-sun-solaris* should match anyway.
Please verify that things still work.







reply via email to

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