Update the non existing contact email
This commit is contained in:
parent
457e48a4cf
commit
479a390eff
@ -1,5 +1,9 @@
|
|||||||
|
2024-04-07 Eugen Wissner <belka@caraus.de>
|
||||||
|
|
||||||
|
* Added PolicyKit configuration
|
||||||
|
|
||||||
==================== 1.1 ====================
|
==================== 1.1 ====================
|
||||||
|
|
||||||
2012-01-22 Eugene Wissner <belka.ew@gmail.com>
|
2012-01-22 Eugen Wissner <belka@caraus.de>
|
||||||
|
|
||||||
* Added autotools scripts
|
* Added autotools scripts
|
||||||
|
10
configure
vendored
10
configure
vendored
@ -2,7 +2,7 @@
|
|||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.72 for slack-timedate 1.1.
|
# Generated by GNU Autoconf 2.72 for slack-timedate 1.1.
|
||||||
#
|
#
|
||||||
# Report bugs to <belka.ew@gmail.com>.
|
# Report bugs to <belka@caraus.de>.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
|
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
|
||||||
@ -269,7 +269,7 @@ then :
|
|||||||
printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
|
printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
|
||||||
printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
|
printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
|
||||||
else
|
else
|
||||||
printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and belka.ew@gmail.com
|
printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and belka@caraus.de
|
||||||
$0: about your system, including any error possibly output
|
$0: about your system, including any error possibly output
|
||||||
$0: before this message. Then install a modern shell, or
|
$0: before this message. Then install a modern shell, or
|
||||||
$0: manually run the script under such a shell if you do
|
$0: manually run the script under such a shell if you do
|
||||||
@ -605,7 +605,7 @@ PACKAGE_NAME='slack-timedate'
|
|||||||
PACKAGE_TARNAME='slack-timedate'
|
PACKAGE_TARNAME='slack-timedate'
|
||||||
PACKAGE_VERSION='1.1'
|
PACKAGE_VERSION='1.1'
|
||||||
PACKAGE_STRING='slack-timedate 1.1'
|
PACKAGE_STRING='slack-timedate 1.1'
|
||||||
PACKAGE_BUGREPORT='belka.ew@gmail.com'
|
PACKAGE_BUGREPORT='belka@caraus.de'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
ac_unique_file="slack-timedate.h"
|
ac_unique_file="slack-timedate.h"
|
||||||
@ -1388,7 +1388,7 @@ Some influential environment variables:
|
|||||||
Use these variables to override the choices made by 'configure' or to help
|
Use these variables to override the choices made by 'configure' or to help
|
||||||
it to find libraries and programs with nonstandard names/locations.
|
it to find libraries and programs with nonstandard names/locations.
|
||||||
|
|
||||||
Report bugs to <belka.ew@gmail.com>.
|
Report bugs to <belka@caraus.de>.
|
||||||
_ACEOF
|
_ACEOF
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
fi
|
fi
|
||||||
@ -5273,7 +5273,7 @@ $config_files
|
|||||||
Configuration commands:
|
Configuration commands:
|
||||||
$config_commands
|
$config_commands
|
||||||
|
|
||||||
Report bugs to <belka.ew@gmail.com>."
|
Report bugs to <belka@caraus.de>."
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
|
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([slack-timedate], [1.1], [belka.ew@gmail.com])
|
AC_INIT([slack-timedate], [1.1], [belka@caraus.de])
|
||||||
AC_CONFIG_SRCDIR([slack-timedate.h])
|
AC_CONFIG_SRCDIR([slack-timedate.h])
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Eugene Wissner <belka.ew@gmail.com>
|
* Copyright (C) 2013-2024 Eugen Wissner <belka@caraus.de>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Eugene Wissner <belka.ew@gmail.com>
|
* Copyright (C) 2013-2024 Eugen Wissner <belka@caraus.de>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user