mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-15 13:34:18 +01:00
0a1de76213
use feature notation for .mdd autoloads
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
name=zsh/regex
|
|
link=`if test x$ac_cv_func_regcomp = xyes && \
|
|
test x$ac_cv_func_regexec = xyes && \
|
|
test x$ac_cv_func_regerror = xyes && \
|
|
test x$ac_cv_func_regfree = xyes; then echo dynamic; else echo no; fi`
|
|
load=no
|
|
|
|
objects="regex.o"
|