Changeset 2e0fd427 in rtems for aclocal/multilib.m4
- Timestamp:
- 11/02/00 15:44:04 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a314d3b4
- Parents:
- 8262fda
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/multilib.m4
r8262fda r2e0fd427 23 23 dnl --with-target-subdir, --with-multisrctop, --with-multisubdir 24 24 25 test -z "[$]{with_target_subdir}" && with_target_subdir=.26 27 25 if test "[$]{srcdir}" = "."; then 28 26 if test "[$]{with_target_subdir}" != "."; then … … 43 41 44 42 AC_OUTPUT_COMMANDS( 45 if test -n "$CONFIG_FILES"; do46 $ac_file" =ifelse([$1],,Makefile,[$1]) \43 if test -n "$CONFIG_FILES"; then 44 ac_file=[]ifelse([$1],,Makefile,[$1]) \ 47 45 . ${multilib_basedir}/../config-ml.in 48 fi, 46 fi,[ 49 47 srcdir=${srcdir} 50 48 host=${host} 51 49 target=${target} 52 #with_multisrctop="${with_multisrctop}"53 #with_target_subdir="${with_target_subdir}"50 with_multisrctop="${with_multisrctop}" 51 with_target_subdir="${with_target_subdir}" 54 52 with_multisubdir="${with_multisubdir}" 55 53 ac_configure_args="${multilib_arg} ${ac_configure_args}" 56 54 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 57 55 multilib_basedir=${multilib_basedir} 58 CC="${CC}" )56 CC="${CC}"]) 59 57 ])
Note: See TracChangeset
for help on using the changeset viewer.