public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dan Kegel <dkegel@ixiacom.com>
To: Phil Edwards <phil@jaj.com>
Cc: gcc@gcc.gnu.org,  ghazi@caip.rutgers.edu
Subject: Re: Documenting tools necessary for GCC [draft]
Date: Mon, 02 Jun 2003 19:19:00 -0000	[thread overview]
Message-ID: <3EDBA1A1.2020801@ixiacom.com> (raw)
In-Reply-To: <20030602185455.GA21600@disaster.jaj.com>

Phil Edwards wrote:
>     if <an acinclude.m4 file exists>
>     then
>         <automake is being used; use aclocal(1) to generate aclocal.m4,
>          which will contain acinclude.m4 plus things needed by automake>
>     else
>         <only autoconf is being used; aclocal.m4 is written (not generated)
>          by hand>
>     endif

Thanks!  Then it's just a question of which automake's aclocal to use.
Looks like it's usually automake-1.4
(ftp://ftp.gnu.org/gnu/automake/automake-1.4.tar.gz ?)
but for libstdc++-v3, automake-1.4-p6 is used
(ftp://ftp.gnu.org/gnu/automake/automake-1.4-p6.tar.gz ?):

~/gcc-3.3$ grep 'generated auto' */aclocal.m4
boehm-gc/aclocal.m4:dnl aclocal.m4 generated automatically by aclocal 1.4
fastjar/aclocal.m4:dnl aclocal.m4 generated automatically by aclocal 1.4
libffi/aclocal.m4:dnl aclocal.m4 generated automatically by aclocal 1.4
libjava/aclocal.m4:dnl aclocal.m4 generated automatically by aclocal 1.4
libstdc++-v3/aclocal.m4:dnl aclocal.m4 generated automatically by aclocal 1.4-p6
zlib/aclocal.m4:dnl aclocal.m4 generated automatically by aclocal 1.4


BTW, it looks like the autoconf used to generate gcc-3.3/gcc/configure
was ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz plus the mawk patch, e.g.
http://pkgcvs.turbolinux.co.jp/centro/index.cgi/~checkout~/autoconf/2.13/Attic/autoconf-2.13-mawk.patch?rev=1.1&content-type=text/plain&hideattic=0
At least, when I used those together and ran autoconf, I got a configure script identical to the one that was shipped.
- Dan

  reply	other threads:[~2003-06-02 19:12 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-02 18:54 Dan Kegel
2003-06-02 18:55 ` Phil Edwards
2003-06-02 19:19   ` Dan Kegel [this message]
2003-06-03 16:08   ` Andreas Schwab
  -- strict thread matches above, loose matches on Subject: below --
2003-06-01 12:42 Robert Dewar
2003-06-01 13:34 ` Fergus Henderson
2003-05-30 17:33 Bruce Korb
2003-05-30 16:08 Nathanael Nerode
2003-05-29 22:04 Robert Dewar
2003-05-29 21:55 Bruce Korb
2003-05-30  1:22 ` Kaveh R. Ghazi
2003-05-29 17:44 Kaveh R. Ghazi
2003-05-29 18:18 ` Joseph S. Myers
2003-05-29 18:56   ` Joe Buck
2003-05-29 18:56     ` Eric Christopher
2003-05-29 19:06       ` Joe Buck
2003-05-29 19:05         ` Eric Christopher
2003-05-29 21:11         ` Joseph S. Myers
2003-05-31 16:35     ` Neil Booth
2003-05-31 20:06       ` Alexandre Oliva
2003-05-31 21:06         ` Kaveh R. Ghazi
2003-05-31 21:48           ` Alexandre Oliva
2003-05-31 21:49           ` Alexandre Oliva
2003-05-31 21:50             ` Gabriel Dos Reis
2003-05-31 22:26               ` Joseph S. Myers
2003-05-31 22:32                 ` Diego Novillo
2003-05-31 22:52                 ` Toon Moene
2003-06-01 11:36             ` Geert Bosch
2003-06-02 18:21               ` Alexandre Oliva
2003-06-02 20:06                 ` Zack Weinberg
2003-06-02 20:50                   ` Alexandre Oliva
2003-06-02 20:56                     ` Zack Weinberg
2003-06-01 12:27         ` Kai Henningsen
2003-05-29 21:22   ` Phil Edwards
2003-05-30  1:04     ` Kaveh R. Ghazi
2003-05-30  0:54   ` Kaveh R. Ghazi
2003-05-30  0:57     ` David Edelsohn
2003-05-30  1:09       ` Joe Buck
2003-05-30  1:35         ` Kaveh R. Ghazi
2003-05-30  2:53           ` Phil Edwards
2003-05-30  3:42             ` Kaveh R. Ghazi
2003-05-30  8:28               ` Benjamin Kosnik
2003-05-30 10:14     ` Joseph S. Myers
2003-06-01 14:24       ` Kaveh R. Ghazi
2003-06-01 15:13         ` Joseph S. Myers
2003-05-30 20:38   ` Alexandre Oliva
2003-05-29 18:30 ` Eric Christopher
2003-05-30  1:00   ` Kaveh R. Ghazi
2003-05-30  9:12     ` Gerald Pfeifer
2003-05-30 16:54       ` Eric Christopher
2003-05-30 17:18       ` Joe Buck
2003-05-30 19:27         ` Gerald Pfeifer
2003-05-30 19:46           ` Joe Buck
2003-05-30 19:59           ` David O'Brien
2003-05-30 20:10             ` Eric Christopher
2003-05-30 20:52               ` Kaveh R. Ghazi
2003-05-30 22:21             ` Joe Buck
2003-05-29 18:36 ` DJ Delorie
2003-05-29 21:11 ` E. Weddington
2003-05-30  1:01   ` Kaveh R. Ghazi
2003-05-30 15:52     ` E. Weddington
2003-05-31 18:07       ` Gerald Pfeifer
2003-05-31 19:35         ` Joseph S. Myers
2003-06-02 16:46           ` E. Weddington
2003-06-02 18:16             ` Gerald Pfeifer
2003-05-29 21:35 ` Gerald Pfeifer
2003-05-30  1:07   ` Kaveh R. Ghazi
2003-05-30  9:27     ` Gerald Pfeifer
2003-06-12 11:21       ` Ranjit Mathew
2003-06-12 16:59         ` Joe Buck
2003-06-12 17:08           ` Tom Tromey
2003-06-12 23:22             ` Gerald Pfeifer
2003-06-13  0:34               ` Joe Buck
2003-06-13  5:16                 ` Ranjit Mathew
2003-06-13 15:32                   ` Rob Savoye
2003-05-29 22:52 ` Mike Stump
2003-05-30  1:26   ` Kaveh R. Ghazi
2003-05-30  3:54     ` Mike Stump
2003-05-30 10:30     ` Joseph S. Myers
2003-05-30 17:25 ` David O'Brien
2003-05-30 18:02   ` Andreas Jaeger
2003-05-30 21:21   ` Kaveh R. Ghazi
2003-05-30 22:19     ` Joe Buck
2003-05-31  0:14       ` Matt Austern
2003-06-01  7:03   ` Zack Weinberg
2003-06-01  7:59     ` Fergus Henderson
2003-06-01  8:28       ` Zack Weinberg
2003-06-01 12:47     ` Joseph S. Myers
2003-06-01 17:20       ` Zack Weinberg
2003-06-01 20:37     ` David O'Brien
2003-06-01 20:39       ` Zack Weinberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EDBA1A1.2020801@ixiacom.com \
    --to=dkegel@ixiacom.com \
    --cc=gcc@gcc.gnu.org \
    --cc=ghazi@caip.rutgers.edu \
    --cc=phil@jaj.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).