aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-03-05 07:59:36 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-03-05 07:59:36 +0000
commit76bfe0825e5b1c547bc1aa32cfb322fb30803999 (patch)
treea0d6687d5c71068a7bf7d7ff6b3adc2e47e82ebd /general-concepts/autotools/text.xml
parentComplete src_unpack. (diff)
downloaddevmanual-76bfe0825e5b1c547bc1aa32cfb322fb30803999.tar.gz
devmanual-76bfe0825e5b1c547bc1aa32cfb322fb30803999.tar.bz2
devmanual-76bfe0825e5b1c547bc1aa32cfb322fb30803999.zip
Add uri's where we can right now
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@14 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'general-concepts/autotools/text.xml')
-rw-r--r--general-concepts/autotools/text.xml27
1 files changed, 15 insertions, 12 deletions
diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml
index 6224ebd..7bf1739 100644
--- a/general-concepts/autotools/text.xml
+++ b/general-concepts/autotools/text.xml
@@ -5,7 +5,7 @@
<body>
<todo>
-This is too long for `General Concepts`_. It needs to be split up and
+This is too long for <uri link="::general-concepts"/>. It needs to be split up and
moved somewhere, either to a top-level of its own or into `Appendices`_.
</todo>
@@ -134,7 +134,8 @@ src_compile() {
<p>
The <c>einfo</c> message before running autotools is not mandatory. However, these
steps can sometimes take a while and may produce no output, so it may make sense
-to let the user know that something is still happening. See `Messages`_.
+to let the user know that something is still happening. See
+<uri link="::ebuild-writing/messages"/>.
</p>
</body>
@@ -490,7 +491,8 @@ This is handled via the macro <c>AC_SUBST(VARNAME)</c> in <c>configure.ac</c>.
<p>
Sometimes, badly behaved <c>Makefile.am</c> files will override user variables such
-as <c>CFLAGS</c>. This must not be allowed <d/> see `Not Filtering Variables`_. There
+as <c>CFLAGS</c>. This must not be allowed <d/> see
+<uri link="::general-concepts/user-environment#Not Filtering Variables"/>. There
are separate special variables which should be used in these situations <d/> for
setting <c>CFLAGS</c>. for example, a <c>Makefile.am</c> should use <c>AM_CFLAGS</c> so
that user preferences are not ignored.
@@ -638,7 +640,7 @@ For more details on autotools:
The book "GNU Autoconf, Automake and Libtool" by Gary V. Vaughan, Ben
Elliston, Tom Tromey and Ian Lance Taylor (often called "The Autobook")
provides a good but somewhat outdated description of autotools. It is
- `freely available online &lt;http://sources.redhat.com/autobook/&gt;`_.
+ <uri link="http://sources.redhat.com/autobook/">freely available online</uri>.
</li>
<li>
The GNU documentation for the various autotools components is of varying
@@ -646,23 +648,24 @@ For more details on autotools:
</li>
<ul>
<li>
- `GNU automake Manual
- &lt;http://www.gnu.org/software/automake/manual/automake.html&gt;`_
+ <uri link="http://www.gnu.org/software/automake/manual/automake.html">
+ GNU automake Manual
+ </uri>
</li>
<li>
- `GNU autoconf Manual &lt;http://www.gnu.org/software/autoconf/manual/&gt;`_
+ <uri link="http://www.gnu.org/software/autoconf/manual/">GNU autoconf Manual</uri>
</li>
<li>
- `GNU libtool Manual &lt;http://www.gnu.org/software/libtool/manual.html&gt;`_
+ <uri link="http://www.gnu.org/software/libtool/manual.html">GNU libtool Manual</uri>
</li>
<li>
- `GNU m4 Manual &lt;http://www.gnu.org/software/m4/manual/m4.html&gt;`_
+ <uri link="http://www.gnu.org/software/m4/manual/m4.html">GNU m4 Manual</uri>
</li>
</ul>
<li>
- There are some good overview lectures available online. `These slides
- &lt;http://vipe.technion.ac.il/~shlomif/lecture/Autotools/slides/&gt;`_ are one
- example.
+ There are some good overview lectures available online. <uri
+ link="http://vipe.technion.ac.il/~shlomif/lecture/Autotools/slides/">These
+ slides</uri> are one example.
</li>
</ul>