summaryrefslogtreecommitdiff
path: root/m4/ac_expand.m4
blob: ae8188a792ade1fbfb6e7f439c132a54e581daab (plain)
1
2
3
4
5
6
7
8
AC_DEFUN([AC_EXPAND], [
  test "x$prefix" = xNONE && prefix="$ac_default_prefix"
  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  ac_expand=[$]$1
  test "x$ac_expand" = xNONE && ac_expand="[$]$2"
  ac_expand=`eval echo [$]ac_expand`
  $3=`eval echo [$]ac_expand`
])