Mercurial > hg > xemacs-beta
comparison aclocal.m4 @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | aabb7f5b1c81 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
90 case "$xehost_os" in | 90 case "$xehost_os" in |
91 aix3* | aix4* | irix5* | irix6* | osf3* | osf4*) | 91 aix3* | aix4* | irix5* | irix6* | osf3* | osf4*) |
92 # PIC is the default for these OSes. | 92 # PIC is the default for these OSes. |
93 ;; | 93 ;; |
94 | 94 |
95 os2*) | 95 aix3* | aix4* | os2*) |
96 # We can build DLLs from non-PIC. | 96 # We can build DLLs from non-PIC. |
97 ;; | 97 ;; |
98 amigaos*) | 98 amigaos*) |
99 # FIXME: we need at least 68020 code to build shared libraries, but | 99 # FIXME: we need at least 68020 code to build shared libraries, but |
100 # adding the `-m68020' flag to GCC prevents building anything better, | 100 # adding the `-m68020' flag to GCC prevents building anything better, |
106 ;; | 106 ;; |
107 esac | 107 esac |
108 else | 108 else |
109 # PORTME Check for PIC flags for the system compiler. | 109 # PORTME Check for PIC flags for the system compiler. |
110 case "$xehost_os" in | 110 case "$xehost_os" in |
111 hpux9* | hpux10*) | 111 hpux9* | hpux1[[0-9]]*) |
112 # Is there a better link_static_flag that works with the bundled CC? | 112 # Is there a better link_static_flag that works with the bundled CC? |
113 wl='-Wl,' | 113 wl='-Wl,' |
114 dll_cflags='+Z' | 114 dll_cflags='+Z' |
115 ;; | 115 ;; |
116 | 116 |
566 | 566 |
567 osf3* | osf4*) | 567 osf3* | osf4*) |
568 ld_dynamic_link_flags= | 568 ld_dynamic_link_flags= |
569 ;; | 569 ;; |
570 | 570 |
571 sco3.2v5* | unixware* | sysv5* | sysv4* | solaris2* | solaris7*) | 571 solaris2* | solaris7*) |
572 ld_dynamic_link_flags= | |
573 ;; | |
574 | |
575 sco3.2v5* | unixware* | sysv5* | sysv4*) | |
572 ld_dynamic_link_flags="${wl}-Bexport" | 576 ld_dynamic_link_flags="${wl}-Bexport" |
573 ;; | 577 ;; |
574 | 578 |
575 sunos4*) | 579 sunos4*) |
576 ld_dynamic_link_flags= | 580 ld_dynamic_link_flags= |