bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MAC OS X 10.3.9


From: Mark D. Baushke
Subject: Re: MAC OS X 10.3.9
Date: Fri, 24 Jun 2005 01:00:34 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

E Keith Hege <address@hidden> writes:

> /usr/bin/automake --version
> 
> I have 1.6.3
> 
> I need 1.9.2

Are you certain you don't want the latest 1.9.5 version? I'll give you
instructions for the latest version, but you can replace the 1.9.5 with
1.9.2 in the commands below with no problems.

> How do i get it?

Note that you may also need to download a more recent version of
autoconf (probably 2.58 or better), so you probably want to download
that first:

cur ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz -o autoconf-2.59.tar.gz

Then download

curl ftp://ftp.gnu.org/gnu/automake-1.9.5.tar.gz -o automake-1.9.5.tar.gz

If you have gpg (or pgp), you are urged to verify the file by
downloading the .sig file using the command:

cur ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz.sig -o 
autoconf-2.59.tar.gz.sig
curl ftp://ftp.gnu.org/gnu/automake-1.9.5.tar.gz.sig -o 
automake-1.9.5.tar.gz.sig

and then use the ''gpg *.sig' command to verify that you have downloaded
the files correctly.

To extract the files, use the command:

    tar xzf autoconf-2.59.tar.gz
    tar xzf automake-1.9.2.tar.gz

To configure, build, test and install them, use the commands:

    cd autoconf-2.59
    ./configure
    make
    make check
    sudo make install

    cd ../automake-1.9.2
    ./configure
    make
    make check
    sudo make install

        Good luck,
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFCu72i3x41pRYZE/gRAqMoAJ9uImOkZbgvJ1XCNgbx98ijMgulEwCfTH/N
NJTOUX5gVAaszDal7M3+Ixc=
=tKMw
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]