mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-31 03:04:49 +01:00
4b44bbb3fb
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50
7 lines
126 B
Text
7 lines
126 B
Text
|
|
AC_INIT(zsh, 4.1.0-dev-0, [zsh-workers@sunsite.dk])
|
|
AC_PREREQ(2.50)
|
|
AC_CONFIG_SRCDIR(Src/zsh.h)
|
|
|
|
m4_include([zshconfig.ac])
|
|
|