mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-15 13:34:18 +01:00
4b44bbb3fb
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
|
|
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])
|
|
|