mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
14760: do not use version number in AC_INIT
This commit is contained in:
parent
19db317af3
commit
573445867a
2 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
2001-06-06 Andrej Borsenkow <bor@zsh.org>
|
||||
|
||||
* 14760: zshconfig.ac: use old-style AC_INIT without version
|
||||
|
||||
* 14758: zshconfig.ac: no more ac_cv_cygwin in autoconf-2.50;
|
||||
use host_os instead
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
AC_INIT(zsh, 4.1.0-dev-0, [zsh-workers@sunsite.dk])
|
||||
AC_INIT(Src/zsh.h)
|
||||
AC_PREREQ(2.50)
|
||||
AC_CONFIG_SRCDIR(Src/zsh.h)
|
||||
|
||||
m4_include([zshconfig.ac])
|
||||
|
||||
|
|
Loading…
Reference in a new issue