X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=aclocal.m4;h=d498939330c13d7c807f1c8baff383db83554fc1;hb=b724cdc89cf31757ab43262ecefe5242b0edc450;hp=eaaf235cab576a30e8322c51a020acefe3ca0c7f;hpb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;p=ncurses.git diff --git a/aclocal.m4 b/aclocal.m4 index eaaf235c..d4989393 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: aclocal.m4,v 1.947 2021/01/09 10:23:08 tom Exp $ +dnl $Id: aclocal.m4,v 1.950 2021/01/26 23:45:12 tom Exp $ dnl Macros used in NCURSES auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -4225,7 +4225,7 @@ ifelse($1,,,[$1=$LIB_PREFIX]) AC_SUBST(LIB_PREFIX) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_LIB_RULES version: 93 updated: 2021/01/04 18:48:01 +dnl CF_LIB_RULES version: 94 updated: 2021/01/23 15:37:41 dnl ------------ dnl Append definitions and rules for the given models to the subdirectory dnl Makefiles, and the recursion rule for the top-level Makefile. If the @@ -4606,7 +4606,7 @@ CF_EOF done fi - echo ' cd '$cf_dir' && ${MAKE} ${TOP_MFLAGS} [$]@' >>Makefile + echo ' ( cd '$cf_dir' && ${MAKE} ${TOP_MFLAGS} [$]@ )' >>Makefile done for cf_dir in $SRC_SUBDIRS @@ -4621,7 +4621,7 @@ do echo 'libs \' >> Makefile echo 'install.libs \' >> Makefile echo 'uninstall.libs ::' >> Makefile - echo ' cd '$cf_dir' && ${MAKE} ${TOP_MFLAGS} [$]@' >> Makefile + echo ' ( cd '$cf_dir' && ${MAKE} ${TOP_MFLAGS} [$]@ )' >> Makefile ;; esac fi @@ -4644,7 +4644,7 @@ install.libs \\ uninstall.libs \\ install.$cf_dir \\ uninstall.$cf_dir :: - cd "$cf_dir" && \${MAKE} \${TOP_MFLAGS} \[$]@ + ( cd "$cf_dir" && \${MAKE} \${TOP_MFLAGS} \[$]@ ) CF_EOF elif test -f "$srcdir/$cf_dir/headers" ; then cat >> Makefile <> Makefile <> Makefile <> Makefile <> Makefile <