autoconf
[Top][All Lists]
Advanced

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

Re: [Help:] autoconf installation


From: Gary V . Vaughan
Subject: Re: [Help:] autoconf installation
Date: Thu, 26 Apr 2001 21:09:45 +0100

On Tuesday 24 April 2001  8:48 pm, J. Liu wrote:
> Hello,
>
> I am new to autoconf. would please give me soem detail instruction
>
> on how to install the package and m4 package ?
>
> thanks.

$ PATH=/usr/local/bin:$PATH
$ wget ftp://ftp.gnu.org/gnu/m4/m4-1.4.tar.gz
$ wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz
$ tar zxf m4-1.4.tar.gz
$ cd m4-1.4
$ more README
$ more INSTALL
$ ./configure
$ make
$ su root
Password:
# make install
# exit
$ tar zxf autoconf-2.13.tar.gz
$ cd autoconf-2.13
$ more README
$ ./configure
$ make
$ su root
Password:
# make install
# exit
$ cd ..
$ info -d /usr/local/info -f m4.info
$ info -d /usr/local/info -f autoconf.info

HTH,
        Gary.
-- 
  ___              _   ___   __              _         mailto: address@hidden
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       address@hidden
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc



reply via email to

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