From: Nathan Scott Date: Sun, 15 Jul 2001 23:29:14 +0000 (+0000) Subject: add a pointer to autoconf documentation. X-Git-Tag: v2.0.0~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f80c74e78813698028f779544100c938931c048b;p=thirdparty%2Fxfsprogs-dev.git add a pointer to autoconf documentation. --- diff --git a/doc/PORTING b/doc/PORTING index 190cdbf6f..e2aed5f63 100644 --- a/doc/PORTING +++ b/doc/PORTING @@ -28,12 +28,12 @@ environment discovered by the configure script. 5. read some or all of the GNU tool chain documentation - gmake Table Of Contents : + GNU make : http://www.delorie.com/gnu/docs/make/make_toc.html - gmake Quick Reference section : - http://www.delorie.com/gnu/docs/make/make_120.html - Autoconf : + autoconf : http://www.delorie.com/gnu/docs/autoconf/autoconf_toc.html + libtool : + http://www.delorie.com/gnu/docs/libtool/libtool_toc.html gcc/g++ : http://www.delorie.com/gnu/docs/gcc/gcc_toc.html