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: [EMAIL PROTECTED]
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       [EMAIL PROTECTED]
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc

Reply via email to