mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50
This commit is contained in:
parent
a77a6994e8
commit
4b44bbb3fb
7 changed files with 1972 additions and 1945 deletions
|
@ -1,7 +1,7 @@
|
|||
DISTFILES_SRC='
|
||||
.cvsignore .distfiles .preconfig Makefile.in
|
||||
ChangeLog ChangeLog-3.1 ChangeLog.3.0 INSTALL LICENCE META-FAQ README
|
||||
acconfig.h aclocal.m4 aczsh.m4 configure.in
|
||||
acconfig.h aclocal.m4 aczsh.m4 configure.in zshconfig.ac configure.ac
|
||||
configure config.h.in stamp-h.in
|
||||
config.guess config.sub install-sh mkinstalldirs
|
||||
config.guess config.sub install-sh mkinstalldirs
|
||||
'
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
001-06-06 Andrej Borsenkow <bor@zsh.org>
|
||||
|
||||
* unposted; based on 14679 (me) and 14693 (Bart): configure.ac,
|
||||
zshconfig.ac, .distfiles, Makefile.in, configure.in, Src/mkmakemod.sh:
|
||||
Allow processing by both autoconf-2.13 and autoconf-2.50; remove
|
||||
config.status hack for autoconf-2.50
|
||||
|
||||
|
||||
2001-06-05 Chmouel Boudjnah <chmouel@mandrakesoft.com>
|
||||
|
||||
* 14550: Completion/Redhat/Command/_rpm: Add --nobuild and --nogpg to rpm
|
||||
|
|
|
@ -128,7 +128,7 @@ config: config.h
|
|||
config.status: $(sdir)/configure
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||