| Back to the Main Page. | ax_dirname |
Download the M4 Source. |
AX_DIRNAME(PATHNAME)
0.5.65 : guidod
AC_DEFUN([AX_DIRNAME],
[echo X[]$1 |
sed ['s/\/[^\/:][^\/:]*\/..\//\//g
s/\/[^\/:][^\/:]*\/..\//\//g
s/\/[^\/:][^\/:]*\/..\//\//g
s/\/[^\/:][^\/:]*\/..\//\//g
/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q']])