Files
stk-code_catmod/acinclude.m4
grumbel c3d92a54ad - moved stuff into the right place, got rid of CVSROOT
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@493 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2004-12-21 03:12:00 +00:00

9 lines
237 B
Plaintext
Executable File

AC_DEFUN(MY_EXPAND_DIR, [
$1=$2
$1=`(
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
eval echo \""[$]$1"\"
)`
])