Changeset a86c171 in rtems for aclocal/config-subdirs.m4
- Timestamp:
- 05/24/01 20:01:10 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6b5a85ae
- Parents:
- 01ec6c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/config-subdirs.m4
r01ec6c0 ra86c171 46 46 AC_DEFUN(_RTEMS_GIVEN_INSTALL, 47 47 [ 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 48 ifdef([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 55 53 ])dnl 56 54 ]) … … 74 72 .) # No --srcdir option. We are building in place. 75 73 $1=$srcdir ;; 76 /*) # Absolute path.74 [[\\/]]* | ?:[[\\/]]*) # Absolute path. 77 75 $1=$srcdir/$2 ;; 78 76 *) # Relative path.
Note: See TracChangeset
for help on using the changeset viewer.