]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2003-08-08 23:11:34 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Fri, 8 Aug 2003 23:11:34 +0000 (23:11 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Fri, 8 Aug 2003 23:11:34 +0000 (23:11 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@210 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

ChangeLog
configure
configure.in

index 7ba02a7bce8223470c80b0c4ecce6bfb609ef42e..22bc66b7d215c1b267d3f4d1f131dd2de41a15d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2003-08-08  Michael Reinelt  <reinelt@lizard.reinelt>
 
+       * dvb.c, dvb.h: CVS Id and Log missing from dvb.{c,h}
+
+       * Makefile.am, Makefile.in, lcd4linux.c, pid.c, pid.h:
+       added PID file handling
+
+       * ChangeLog, configure, debug.c, lcd4linux.c: improved forking
+
        * ChangeLog, TODO, config.h.in, configure, configure.in, dvb.c, CREDITS:
        uClibc compatibility issue; small glitch in dvb.c
 
index ffc6214633a1bd8e3889ef8d891fa63b84228c9d..dd9a1c6cfe593da2405a1e35ab9589328c4778b6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for LCD4Linux 0.9.9.
+# Generated by GNU Autoconf 2.57 for LCD4Linux 0.9.10.
 #
 # Report bugs to <reinelt@eunet.at>.
 #
@@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='LCD4Linux'
 PACKAGE_TARNAME='lcd4linux'
-PACKAGE_VERSION='0.9.9'
-PACKAGE_STRING='LCD4Linux 0.9.9'
+PACKAGE_VERSION='0.9.10'
+PACKAGE_STRING='LCD4Linux 0.9.10'
 PACKAGE_BUGREPORT='reinelt@eunet.at'
 
 ac_unique_file="lcd4linux.c"
@@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures LCD4Linux 0.9.9 to adapt to many kinds of systems.
+\`configure' configures LCD4Linux 0.9.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -845,7 +845,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LCD4Linux 0.9.9:";;
+     short | recursive ) echo "Configuration of LCD4Linux 0.9.10:";;
    esac
   cat <<\_ACEOF
 
@@ -943,7 +943,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-LCD4Linux configure 0.9.9
+LCD4Linux configure 0.9.10
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -958,7 +958,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by LCD4Linux $as_me 0.9.9, which was
+It was created by LCD4Linux $as_me 0.9.10, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -1488,7 +1488,7 @@ fi
 
 PACKAGE=lcd4linux
 
-VERSION=0.9.9
+VERSION=0.9.10
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
@@ -8320,7 +8320,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by LCD4Linux $as_me 0.9.9, which was
+This file was extended by LCD4Linux $as_me 0.9.10, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -8383,7 +8383,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-LCD4Linux config.status 0.9.9
+LCD4Linux config.status 0.9.10
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 12a5e3e3be616abf79a90a3911a661999a2859c6..90d1e599a61db9b1ef343189e7e94f18aa4fd17c 100644 (file)
@@ -2,9 +2,9 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([LCD4Linux],[0.9.9],[reinelt@eunet.at])
+AC_INIT([LCD4Linux],[0.9.10],[reinelt@eunet.at])
 AC_CONFIG_SRCDIR([lcd4linux.c])
-AM_INIT_AUTOMAKE(lcd4linux,0.9.9)
+AM_INIT_AUTOMAKE(lcd4linux,0.9.10)
 AM_CONFIG_HEADER(config.h)
 
 # Checks for programs.