File: acinclude.m4

package info (click to toggle)
supertuxkart 0.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 22,432 kB
  • ctags: 1,782
  • sloc: cpp: 12,135; sh: 3,429; makefile: 181
file content (8 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
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"\"
        )`
])