mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
adeb1f195f
one found doesn't work on our configure.in. * configure: Regenerated. * config.make.in (AUTOCONF): New substituted variable. * Makefile (autoconf-it-cvs): New canned sequence, broken out of ... (autoconf-it): ... here, use that instead of defining conditionally. Use $(AUTOCONF) instead of literal autoconf. [$(AUTOCONF) != no] (configure, %/configure): Protect these rules with this condition. * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
2002-10-08 Roland McGrath <roland@redhat.com>
|
|
|
|
* configure.in (AUTOCONF): New check to set it. Set to "no" if the
|
|
one found doesn't work on our configure.in.
|
|
* configure: Regenerated.
|
|
* config.make.in (AUTOCONF): New substituted variable.
|
|
* Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
|
|
(autoconf-it): ... here, use that instead of defining conditionally.
|
|
Use $(AUTOCONF) instead of literal autoconf.
|
|
[$(AUTOCONF) != no] (configure, %/configure): Protect these rules
|
|
with this condition.
|
|
* Make-dist (autoconf-it, configure, %/configure): Copy those changes.
|
|
|
|
2002-10-08 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* Make-dist (dist): Cleanup a bit. We are not interested in the
|
|
14 char filename limit anymore. Remove intermediate files and
|
|
symlinks.
|
|
|
|
2002-10-05 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* po/sk.po: Update from translation team.
|
|
* po/tr.po: Likewise.
|
|
* po/gl.po: Likewise.
|
|
|
|
2002-10-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
|
|
|
* elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
|
|
|
|
2002-10-03 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* version.h (RELEASE): Change to stable.
|
|
|
|
2002-10-03 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
* sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
|
|
__syscall_exit_group): New prototypes.
|
|
|
|
2002-10-03 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* glibc 2.3 released.
|
|
|
|
|
|
See ChangeLog.13 for earlier changes.
|