From 22aea4c5ead4f0b16bf1b4c4e9ba0740ad9280ae Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jan 2004 20:26:36 +0000 Subject: Ready for 0.4 git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@50 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- configure.ac | 10 +++++----- doc/README.html.in | 5 ++++- doc/style.css | 1 + 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 7cbf6d8..5a2cb8e 100644 --- a/configure.ac +++ b/configure.ac @@ -19,8 +19,8 @@ # along with libdaemon; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -AC_PREREQ(2.57) -AC_INIT([libdaemon], [0.4], [mzqnrzba (at) 0pointer (dot) de]) +AC_PREREQ(2.58) +AC_INIT([libdaemon],[0.4],[mzqnrzba (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/dfork.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) @@ -36,7 +36,7 @@ fi AC_PROG_CC AC_PROG_CXX AC_PROG_MAKE_SET -AC_PROG_LIBTOOL +AM_PROG_LIBTOOL # If using GCC specifiy some additional parameters if test "x$GCC" = "xyes" ; then @@ -63,7 +63,7 @@ AC_TYPE_MODE_T # DOXYGEN documentation generation AC_ARG_ENABLE(doxygen, - AC_HELP_STRING([--disable-doxygen], [Turn off doxygen usage for documentation generation]), + AS_HELP_STRING(--disable-doxygen,Turn off doxygen usage for documentation generation), [case "${enableval}" in yes) doxygen=yes ;; no) doxygen=no ;; @@ -82,7 +82,7 @@ AM_CONDITIONAL([USE_DOXYGEN], [test "x$doxygen" = xyes]) # LYNX documentation generation AC_ARG_ENABLE(lynx, - AC_HELP_STRING([--disable-lynx], [Turn off lynx usage for documentation generation]), + AS_HELP_STRING(--disable-lynx,Turn off lynx usage for documentation generation), [case "${enableval}" in yes) lynx=yes ;; no) lynx=no ;; diff --git a/doc/README.html.in b/doc/README.html.in index fc3aea9..14703a6 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+
Sat Jan 10 2004:
+

Version 0.4 released; changes include: new module dexec; added pkg-config support.

+
Mon Oct 20 2003:

Version 0.3 released; changes include: documentation update, build fixes, RPM spec file added, added new function int daemon_pid_file_kill_wait().

@@ -113,7 +116,7 @@ compilation and make install (as root) for installation of

Get libdaemon's development sources from the Subversion repository.


-
Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2003
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, January 2004
$Id$
diff --git a/doc/style.css b/doc/style.css index e14ba7c..9ce92b8 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,3 +1,4 @@ + /* $Id$ */ /*** -- cgit