summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
-rw-r--r--doc/README.html.in18
-rw-r--r--man/Makefile.am4
-rw-r--r--man/pam-dotfile-gen.1.xml.in2
-rw-r--r--man/pam-dotfile-helper.8.xml.in3
5 files changed, 18 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 5db808e..81375f3 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([pam_dotfile], [0.6], [mzcnzqbgsvyr@itaparica.org])
+AC_INIT([pam_dotfile], [0.7beta], [mzcnzqbgsvyr (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/pam_dotfile.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
-AM_MAINTAINER_MODE
AM_DISABLE_STATIC
@@ -38,6 +37,8 @@ if test "x$GCC" = "xyes" ; then
CFLAGS="$CFLAGS -pipe -Wall"
fi
+AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/pam_dotfile/])
+
CFLAGS="$CFLAGS -L/lib"
# Checks for libraries.
diff --git a/doc/README.html.in b/doc/README.html.in
index 59d4614..a37dbfb 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">pam_dotfile @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2002,2003 Lennart Poettering &lt;mzcnzqbgsvyr [at] itaparica.org&gt;</i></p>
+<p><i>Copyright 2002,2003 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,16 +42,20 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Mon Aug 25 2003: </div> <p class="news-text"><a
+href="@PACKAGE_URL@pam_dotfile-0.7.tar.gz">Version
+0.7</a> released, changes include: Fixed in conjunction with <tt>exim4</tt>, contact info updated, build system update</p>
+
<div class="news-date">Mon July 21 2003: </div> <p
class="news-text"><a
-href="http://www.stud.uni-hamburg.de/~lennart/projects/pam_dotfile/pam_dotfile-0.6.tar.gz">Version
+href="@PACKAGE_URL@pam_dotfile-0.6.tar.gz">Version
0.6</a> released, changes include: Fix MD5 digest generation. This
breaks compatibility with <tt>pam_dotfile</tt> <= 0.5 unless
<tt>--enable-compat05</tt> is specified at compile time. Minor other
fixes (mostly related to the build system). <b>All users should update.</b></p>
<div class="news-date">Tue July 8 2003: </div> <p class="news-text"><a
-href="http://www.stud.uni-hamburg.de/~lennart/projects/pam_dotfile/pam_dotfile-0.5.tar.gz">Version
+href="@PACKAGE_URL@pam_dotfile-0.5.tar.gz">Version
0.5</a> released, changes include: Autoconf support, fixed an important bug regarding a race on child process creation. <b>All users should update.</b></p>
<h2><a name="overview">Overview</a></h2>
@@ -250,15 +254,15 @@ for <tt>stat_only_home</tt></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/pam_dotfile/">http://www.stud.uni-hamburg.de/~lennart/projects/pam_dotfile/</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/pam_dotfile/pam_dotfile-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
+<p>The current release is <a href="@PACKAGE_URL@pam_dotfile-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
-<p>You may find a mostly up to date Debian package of <tt>pam_dotfile</tt> on the <a href="http://packages.debian.org/cgi-bin/search_packages.pl?keywords=libpam-dotfile&amp;searchon=names&amp;subword=1&amp;version=all&amp;release=all">Debian package repository</a>.</p>
+<p>You may find a mostly up to date Debian package of <tt>pam_dotfile</tt> on the <a href="http://packages.debian.org/libpam-dotfile">Debian package repository</a>.</p>
<hr/>
-<address>Lennart Poettering &lt;mzcnzqbgsvyr [at] itaparica.org&gt;, July 2003</address>
+<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, July 2003</address>
<div><i>$Id$</i></div>
</body>
diff --git a/man/Makefile.am b/man/Makefile.am
index 78a8129..b51499c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -25,9 +25,9 @@ if USE_XMLTOMAN
CLEANFILES = $(man_MANS)
pam-dotfile-gen.1: pam-dotfile-gen.1.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 - > $@
pam-dotfile-helper.8: pam-dotfile-helper.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/pam-dotfile-gen.1.xml.in b/man/pam-dotfile-gen.1.xml.in
index ff2a986..67a90f5 100644
--- a/man/pam-dotfile-gen.1.xml.in
+++ b/man/pam-dotfile-gen.1.xml.in
@@ -78,7 +78,7 @@
<section name="Author">
<p>pam-dotfile was written by Lennart Poettering
&lt;@PACKAGE_BUGREPORT@&gt;. pam-dotfile is available
- at <url href="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"/> </p>
+ at <url href="@PACKAGE_URL@"/> </p>
</section>
<section name="Comments">
diff --git a/man/pam-dotfile-helper.8.xml.in b/man/pam-dotfile-helper.8.xml.in
index c47f0ea..9c687e4 100644
--- a/man/pam-dotfile-helper.8.xml.in
+++ b/man/pam-dotfile-helper.8.xml.in
@@ -48,8 +48,7 @@
<section name="Author">
<p>pam-dotfile was written by Lennart Poettering
&lt;@PACKAGE_BUGREPORT@&gt;. pam-dotfile is available
- at <url
- href="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"/>
+ at <url href="@PACKAGE_URL@"/>
</p>
</section>