9 Commits

Author SHA1 Message Date
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