summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-23 13:50:01 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-23 13:50:01 +0000
commitd222928a6eb04cac2daa344b0b131de4809e6153 (patch)
tree336e0e98192110565c2f0c8b109fe329a64968da
parentb97405a190129b4354e9cb295978e33dd43d21f7 (diff)
many fixes
git-svn-id: file:///home/lennart/svn/public/ifmetric/trunk@8 b1ab5a0b-19c4-0310-9d9a-ef184d715f50
-rw-r--r--configure.ac5
-rw-r--r--doc/README.html.in14
-rw-r--r--man/Makefile.am2
-rw-r--r--man/ifmetric.8.xml.in8
4 files changed, 15 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 913787a..333cb84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,11 +20,10 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
AC_PREREQ(2.57)
-AC_INIT([ifmetric], [0.1], [mzvszrgevp@itaparica.org])
+AC_INIT([ifmetric], [0.2], [mzvszrgevp (at) 0pointer (at) de])
AC_CONFIG_SRCDIR([src/ifmetric.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
-AM_MAINTAINER_MODE
# Checks for programs.
AC_PROG_CC
@@ -38,6 +37,8 @@ AC_TYPE_PID_T
AC_CHECK_HEADER([linux/version.h],, [AC_MSG_ERROR([*** Sorry, you have to install the kernel header files ***])])
+AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/ifmetric/])
+
# If using GCC specifiy some additional parameters
if test "x$GCC" = "xyes" ; then
CFLAGS="$CFLAGS -pipe -Wall"
diff --git a/doc/README.html.in b/doc/README.html.in
index 46f4a23..8acf269 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">ifmetric @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2003 Lennart Poettering &lt;mzvszrgevp [at] itaparica.org&gt;</i></p>
+<p><i>Copyright 2003 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,8 +42,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Mon Aug 23 2003: </div> <p class="news-text"><a
+href="@PACKAGE_URL@ifmetric-0.2.tar.gz">Version
+0.2</a> released; changes include updated documentation, build system, contact information</p>
+
<div class="news-date">Mon Aug 4 2003: </div> <p class="news-text"><a
-href="http://www.stud.uni-hamburg.de/~lennart/projects/ifmetric/ifmetric-0.1.tar.gz">Version
+href="@PACKAGE_URL@ifmetric-0.1.tar.gz">Version
0.1</a> released</p>
<h2><a name="overview">Overview</a></h2>
@@ -119,13 +123,13 @@ on their source codes for learning how to use NETLINK.</p>
<h2><a name="download">Download</a></h2>
-<p>The newest release is always available from <a href="http://www.stud.uni-hamburg.de/~lennart/projects/ifmetric/">http://www.stud.uni-hamburg.de/~lennart/projects/ifmetric/</a></p>
+<p>The newest release is always available from <a href="@PACKAGE_URL@">@PACKAGE_URL@</a></p>
-<p>The current release is <a href="http://www.stud.uni-hamburg.de/~lennart/projects/ifmetric/ifmetric-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
+<p>The current release is <a href="@PACKAGE_URL@ifmetric-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
<hr/>
-<address>Lennart Poettering &lt;mzvszrgevp [at] itaparica.org&gt;, July 2003</address>
+<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, July 2003</address>
<div><i>$Id$</i></div>
diff --git a/man/Makefile.am b/man/Makefile.am
index 26be22c..8523d68 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -25,6 +25,6 @@ if USE_XMLTOMAN
CLEANFILES = $(man_MANS)
ifmetric.8: ifmetric.8.xml.in Makefile
- sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
+ sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
endif
diff --git a/man/ifmetric.8.xml.in b/man/ifmetric.8.xml.in
index 050cb4d..f0aa960 100644
--- a/man/ifmetric.8.xml.in
+++ b/man/ifmetric.8.xml.in
@@ -52,16 +52,12 @@
</section>
<section name="Author">
- <p>ifmetric was written by Lennart Poettering
- &lt;@PACKAGE_BUGREPORT@&gt;. ifmetric is available
- at <url
- href="http://www.stud.uni-hamburg.de/users/lennart/projects/ifmetric/"/>
- </p>
+ <p>ifmetric was written by Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;. ifmetric is available at <url href="@PACKAGE_URL@"/></p>
</section>
<section name="See also">
<p>
- <manref name="route" section="8"/>, iproute2
+ <manref name="route" section="8"/>, <manref name="ip" section="8"/> (iproute2)
</p>
</section>