Changeset 1722 for trunk/auto-reply

Show
Ignore:
Timestamp:
04/29/00 07:33:09 (9 years ago)
Author:
dwalker
Message:

automake files update

Location:
trunk/auto-reply
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply

    • Property svn:ignore
      •  

        old new  
        88stamp-h 
        99Makefile 
         10acinclude.m4 
  • trunk/auto-reply/.cvsignore

    r890 r1722  
    88stamp-h 
    99Makefile 
     10acinclude.m4 
  • trunk/auto-reply/config.guess

    r794 r1722  
    589589    exit 0 ;; 
    590590    *:NetBSD:*:*) 
    591     echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` 
     591    echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 
    592592    exit 0 ;; 
    593593    *:OpenBSD:*:*) 
     
    619619    exit 0 ;; 
    620620    *:Linux:*:*) 
    621     # uname on the ARM produces all sorts of strangeness, and we need to 
    622     # filter it out. 
    623     case "$UNAME_MACHINE" in 
    624       armv*)              UNAME_MACHINE=$UNAME_MACHINE ;; 
    625       arm* | sa110*)          UNAME_MACHINE="arm" ;; 
    626     esac 
     621#   # uname on the ARM produces all sorts of strangeness, and we need to 
     622#   # filter it out. 
     623#   case "$UNAME_MACHINE" in 
     624#     armv*)              UNAME_MACHINE=$UNAME_MACHINE ;; 
     625#     arm* | sa110*)          UNAME_MACHINE="arm" ;; 
     626#   esac 
    627627 
    628628    # The BFD linker knows what the default object file format is, so 
     
    642642      armlinux)   echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; 
    643643      m68klinux)  echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; 
     644      elf32arm)   echo "${UNAME_MACHINE}-unknown-linux-gnu"     ; exit 0 ;; 
    644645      elf32ppc) 
    645646        # Determine Lib Version 
  • trunk/auto-reply/config.sub

    r794 r1722  
    173173        | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ 
    174174        | mips64vr5000 | miprs64vr5000el \ 
    175         | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ 
     175        | armv[34][lb] | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ 
    176176        | thumb | d10v) 
    177177        basic_machine=$basic_machine-unknown 
     
    206206          | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ 
    207207          | mipstx39-* | mipstx39el-* \ 
     208          | armv[34][lb]-* \ 
    208209          | f301-* | armv*-* | t3e-* \ 
    209210          | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ 
  • trunk/auto-reply/install-sh

    r794 r1722  
    119119    if [ -d $dst ]; then 
    120120        instcmd=: 
     121        chmodcmd="" 
    121122    else 
    122123        instcmd=mkdir 
  • trunk/auto-reply/mkinstalldirs

    r794 r1722  
    2323 
    2424     if test ! -d "$pathcomp"; then 
    25         echo "mkdir $pathcomp" 1>&2 
     25        echo "mkdir $pathcomp" 
    2626 
    2727        mkdir "$pathcomp" || lasterr=$?