18 Commits

Author SHA1 Message Date
Lukas Fleischer
213e5f86a5 Update copyright ranges for 2023
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2023-04-11 17:04:24 -04:00
Lukas Fleischer
01ad848628 Update copyright ranges for 2022
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2022-03-11 11:33:19 -05:00
Lukas Fleischer
5ad76df5fe Update copyright ranges
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2020-01-30 19:22:23 +01:00
Lukas Fleischer
9f6678bc49 Update copyright ranges
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2017-01-12 08:40:30 +01:00
Lukas Fleischer
978d24a9d2 Update copyright ranges
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2016-01-30 11:21:53 +01:00
Lukas Fleischer
892d6edccd autogen.sh: Do not use sed -i
`sed -i` is not portable, use a temporary file instead.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2015-02-24 13:34:17 +01:00
Lukas Fleischer
9ef427693b Update copyright ranges
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2015-02-07 11:42:20 +01:00
Lukas Fleischer
b3280b8bca Do not ignore "--datarootdir" in "po/Makefile.in.in"
This fixes the "--datarootdir" warning seen with autotools >=2.59c. Note
that this is a workaround for a bug in autopoint(1).

Inspired by util-linux commit cc3c3fdd29719883605687fc0d11391386ab46c6.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-02-05 21:37:01 +01:00
Lukas Fleischer
a7944d335e Update copyright ranges
Add 2013 to the copyright range for all source and documentation files.

Reported-by: Frederic Culot <frederic@culot.org>
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-02-04 20:10:14 +01:00
Lukas Fleischer
8c60b0fdd9 autogen.sh: Add missing autopoint(1) command
autopoint(1) is needed to create the gettext infrastructure. This was
forgotten in 7e7987575a4d5228137dba649813307c381c5034.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-11-26 01:44:09 +01:00
Lukas Fleischer
7e7987575a Simplify autogen.sh
Replace the whole autogen.sh magic by four simple lines that execute the
commands that are actually needed.

This enables verbose error output and allows advanced users to figure
out what went wrong in case of errors. We expect users building calcurse
from Git to be smart enough to fix "command not found" errors by
themselves.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-11-18 20:00:34 +01:00
Lukas Fleischer
38865b8e48 Update copyright notices in source files, documentation and "COPYING".
* Update copyright dates (use 2004-2011 as date range everywhere).

* Change copyright holder from "Frederic Culot" to "calcurse Development
  Team".

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-04-22 07:26:05 +02:00
Lukas Fleischer
012e446194 Quick fix for "autogen.sh" version comparison breakage.
The autogen script failed to compare program versions properly printing
error messages like "./autogen.sh: line 107: [: too many arguments" to
stderr. This commit adds a hacky fix. To fix this properly,
check_program_version() should be rewritten from scratch.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03 15:19:55 +01:00
Lukas Fleischer
ea44597a5a Add "ABOUT-NLS" to clean_old_files() in "autogen.sh".
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03 14:51:09 +01:00
Lukas Fleischer
a66be4604b Replace tabs by spaces in "autogen.sh".
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03 14:50:00 +01:00
Frederic Culot
921a66ac5a Switch to BSD license 2009-07-05 20:32:28 +00:00
Frederic Culot
0a921d513a Check for gettextize added in autogen.sh 2009-06-22 16:20:04 +00:00
Frederic Culot
ac36e94341 Initial revision 2006-07-31 21:00:02 +00:00