-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The --daemon option has been fixed to properly work with sandboxing. The process is split early on so no further system calls have been added to stage 2. This version adds runtime debug support to display debug messages on standard error output. This is the same as the previous debug configure option during build. Signed-off-by: Tobias Stoeckmann <[email protected]>
- Loading branch information
1 parent
324d173
commit 0cb16a8
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([xwallpaper], [0.4.0], [[email protected]]) | ||
AC_INIT([xwallpaper], [0.4.1], [[email protected]]) | ||
AC_CONFIG_SRCDIR([Makefile.am]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters