zsh/Src/Modules/regex.mdd
Peter Stephenson 0a1de76213 23578: make standard features autoloadable,
use feature notation for .mdd autoloads
2007-06-20 20:59:15 +00:00

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"