Changeset a86c171 in rtems for aclocal/config-subdirs.m4


Ignore:
Timestamp:
05/24/01 20:01:10 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6b5a85ae
Parents:
01ec6c0
Message:

2001-05-16 Ralf Corsepius <corsepiu@…>

  • canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
  • aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f, Add support for DOS-drive-letters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aclocal/config-subdirs.m4

    r01ec6c0 ra86c171  
    4646AC_DEFUN(_RTEMS_GIVEN_INSTALL,
    4747[
    48 ifdef([AC_PROVIDE_AC_PROG_INSTALL],
    49       [  case "$ac_given_INSTALL" in
    50 changequote(, )dnl
    51         [/$]*) INSTALL="$ac_given_INSTALL" ;;
    52 changequote([, ])dnl
    53         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    54         esac
     48ifdef([AC_PROVIDE_AC_PROG_INSTALL],[ 
     49  case "$ac_given_INSTALL" in
     50  [[\\/]]* | ?:[[\\/]]*) INSTALL="$ac_given_INSTALL" ;;
     51  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
     52  esac
    5553])dnl
    5654])
     
    7472    .) # No --srcdir option.  We are building in place.
    7573      $1=$srcdir ;;
    76     /*) # Absolute path.
     74    [[\\/]]* | ?:[[\\/]]*) # Absolute path.
    7775      $1=$srcdir/$2 ;;
    7876    *) # Relative path.
Note: See TracChangeset for help on using the changeset viewer.