~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/build/autoconf/config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1134
1134
                      # says <Richard.M.Bartel@ccMail.Census.GOV>
1135
1135
        echo i586-unisys-sysv4
1136
1136
        exit ;;
1137
 
#### MozillaHack 
1138
 
    *:*OpenVMS*:*:*)
1139
 
        case "${UNAME_SYSTEM}" in
1140
 
            POSIX_for_OpenVMS_AXP) echo alpha-dec-openvmsposix ;;
1141
 
            POSIX_for_OpenVMS_VAX) echo vax-dec-openvmsposix ;;
1142
 
            OpenVMS) echo alpha-dec-openvms ;;
1143
 
            *) echo unknown-dec-openvms ;;
1144
 
        esac
1145
 
        exit ;;
1146
 
#### End MozillaHack 
1147
1137
    *:UNIX_System_V:4*:FTX*)
1148
1138
        # From Gerald Hewes <hewes@openmarket.com>.
1149
1139
        # How about differentiating between stratus architectures? -djm