diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-08 08:44:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-08 08:44:14 +0000 |
commit | adeb1f195f251049725d39cc60b1297327e38594 (patch) | |
tree | b57d86da7c3b6950f45c1014632ddceddc0de5f2 /ChangeLog | |
parent | 1400de2e9c706bc2ff357be7f84910723b84fb33 (diff) | |
download | glibc-adeb1f195f251049725d39cc60b1297327e38594.tar glibc-adeb1f195f251049725d39cc60b1297327e38594.tar.gz glibc-adeb1f195f251049725d39cc60b1297327e38594.tar.bz2 glibc-adeb1f195f251049725d39cc60b1297327e38594.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,16 @@ +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 @@ -27,4 +40,5 @@ * glibc 2.3 released. + See ChangeLog.13 for earlier changes. |