mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
modify configure so that template/.similar entries can be
selected when they match a prefix of the value. The previous method, which stripped all version data from and then tried to match that against .similar entries, was entirely useless when .similar contained several entries for different version numbers of a single OS name.
This commit is contained in:
@ -1,15 +1,14 @@
|
||||
alpha-dec-osf=alpha
|
||||
alpha-unknown-linux-gnu=linux_alpha
|
||||
hppa1.1-hp-hpux10.20=hpux_cc
|
||||
hppa1.1-hp-hpux=hpux_cc
|
||||
hppa1.1-stratus-sysv4=svr4
|
||||
i386-next-nextstep3=nextstep
|
||||
i386-pc-bsdi2.0=bsdi_2.0
|
||||
i386-pc-bsdi2.1=bsdi_2.1
|
||||
i386-pc-bsdi3.0=bsdi_2.1
|
||||
i386-pc-bsdi3.1=bsdi_2.1
|
||||
i386-pc-bsdi4.0=bsdi_4.0
|
||||
i386-pc-bsdi3=bsdi_2.1
|
||||
i386-pc-bsdi4=bsdi_4.0
|
||||
i386-pc-linux-gnu=linux_i386
|
||||
i386-pc-solaris2.6=solaris_i386_gcc
|
||||
i386-pc-solaris=solaris_i386_gcc
|
||||
i386-pc-sunos5=solaris_i386_gcc
|
||||
i386-unknown-freebsd=freebsd
|
||||
i386-unknown-netbsd=netbsd
|
||||
@ -19,10 +18,9 @@ i586-pc-sco3.2v=sco
|
||||
i686-pc-linux-gnu=linux_i386
|
||||
mips-sgi-irix=irix5
|
||||
powerpc-ibm-aix3.2.5=aix_325
|
||||
powerpc-ibm-aix4.1.4.0=aix_41
|
||||
powerpc-ibm-aix4.1.5.0=aix_41
|
||||
powerpc-ibm-aix4.2.1.0=aix_42
|
||||
powerpc-ibm-aix4.3.1.0=aix_42
|
||||
powerpc-ibm-aix4.1=aix_41
|
||||
powerpc-ibm-aix4.2=aix_42
|
||||
powerpc-ibm-aix4.3=aix_42
|
||||
powerpc-unknown-linux-gnu=linux_ppc
|
||||
sparc-sun-solaris=solaris_sparc_gcc
|
||||
sparc-sun-sunos4=sunos4_gcc
|
||||
|
Reference in New Issue
Block a user