Back to the Main Page. | ac_subst_dir |
Download the M4 Source. |
AC_SUBST_DIR(VARNAME, [DIR])
1.3 (2003/04/24) 0.5.65 : Miscellaneous
Mathias Hasselmann <mathias.hasselmann@gmx.de>
AC_SUBST_DIR(DATADIR)
AC_DEFUN([AC_SUBST_DIR], [ ifelse($2,,,$1="[$]$2") $1=`( test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix="${prefix}" eval echo \""[$]$1"\" )` AC_SUBST($1) ])