aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Install calcurse-caldav by defaultLukas Fleischer2016-02-091-1/+1
| | | | | | | Add a new Makefile to build and install calcurse-caldav and include it in the top-level build process. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
* po/: Add MakevarsLukas Fleischer2012-11-261-4/+0
| | | | | | | | Add project-specific gettext settings to "po/Makevars". Also, remove the "AM_XGETTEXT_OPTION" autoconf macro and use "XGETTEXT_OPTIONS" Makevars instead. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* autogen.sh: Add missing autopoint(1) commandLukas Fleischer2012-11-261-0/+1
| | | | | | | autopoint(1) is needed to create the gettext infrastructure. This was forgotten in 7e7987575a4d5228137dba649813307c381c5034. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add a configuration file upgrade scriptLukas Fleischer2012-03-291-2/+2
| | | | | | | | | | | | | | This isn't ready for distribution but allows users of the -git version of calcurse to easily update their configuration files without having to edit them manually. Following things are still missing here: * A command line parameter to specify a custom data directory. * A backup file that is created automatically before upgrading. * Debug output. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add a minimal test suiteLukas Fleischer2012-01-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | Introduce a new "test/" sub-directory that contains tests for calcurse. Right now, it only includes the quick-and-dirty "run-test" helper that can be used to run and verify tests: $ ./run-test test-1 test-2 test-3 test-4 Running test-1... ok Running test-2... ok Running test-3... FAIL Each argument passed to run-test must be a test script located in the current directory. run-test invokes each script twice and passes the command line argument "expected" and "actual", respectively. A test case succeeds if both "expected" and "actual" instances return with a zero exit status and produce exactly the same output. It fails otherwise. run-test terminates with a non-zero exit status as soon as one of the test fails. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add a configure setting to skip "doc/"Lukas Fleischer2011-09-031-4/+15
| | | | | | | | | | | | | | | | This should fix all remaining build issues with documentation generation. Finally. The new "--disable-docs" option should be used to skip documentation completely, whereas "--without-asciidoc" can be used if both manual and man page should not be rebuilt. As a consequence, "--without-asciidoc" can only be combined with "--enable-docs" if ready-made documentation already exists in "doc/". This is true for release tarballs (where we include prebuilt documentation for the sake of portability and simplicity), as well as for Git checkouts where the documentation has already been built earlier. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add Git version string support.Lukas Fleischer2011-04-221-1/+3
| | | | | | | | Introduce a script to auto-generate version strings. Use `git describe` to create descriptive version strings when building from a Git checkout, use ".version" files for release tarballs. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Add "--no-location" to xgettext options.Lukas Fleischer2011-04-101-0/+4
| | | | | | | Disable line numbers in portable object files. They are not very useful and generate a lot of junk on every update, hiding the actual changes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Convert man page to AsciiDoc.Lukas Fleischer2011-03-031-0/+13
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Convert documentation to AsciiDoc, delete translations.Lukas Fleischer2011-03-031-2/+29
|
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
|
* Updates for the upcoming 2.8.Frederic Culot2010-05-261-2/+3
|
* calcurse 2.7 releasedFrederic Culot2009-08-221-3/+2
|
* Check for some headers added.Frederic Culot2009-07-201-3/+4
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-4/+4
|
* Switched to 2.6. Check added for regex.h header.Frederic Culot2009-07-051-3/+3
|
* switch to 2.5Frederic Culot2009-01-241-2/+2
|
* configuration script improved to link with ncursesw if ncurses is not foundFrederic Culot2009-01-231-9/+22
|
* bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵Frederic Culot2009-01-221-2/+2
| | | | thread was launched (thanks Jan for reporting this)
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-1/+17
| | | | memory usage
* calcurse 2.4 releasedFrederic Culot2008-12-271-2/+2
|
* prefer overridability and let people choose their own CFLAGSFrederic Culot2008-12-081-15/+2
|
* oops, forgot to remove previous CFLAGS declarationFrederic Culot2008-12-081-3/+1
|
* --enable-debug configuration option addedFrederic Culot2008-12-081-1/+16
|
* Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added ↵Frederic Culot2008-12-081-3/+3
| | | | locale.h include (thanks Cedric for your patch)
* switched to calcurse 2.3Frederic Culot2008-10-151-2/+2
|
* manpage, manuals and translations updated for 2.3_betaFrederic Culot2008-09-211-2/+2
|
* switched to calcurse 2.2Frederic Culot2008-08-281-2/+2
|
* french translation updated. Switched to 2.2_betaFrederic Culot2008-08-121-2/+2
|
* version 2.1 releasedFrederic Culot2008-05-171-2/+2
|
* 2.1_beta soon to be releasedFrederic Culot2008-04-201-2/+2
|
* NEWS and po files updatedFrederic Culot2008-03-021-2/+2
| | | | Dutch manual and translation updated, thanks Jeremy
* memory leak fixed in notify_thread_app()Frederic Culot2008-02-101-2/+2
| | | | | | check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
* configure.ac updatedFrederic Culot2008-01-261-5/+5
|
* calcurse 1.9 releasedFrederic Culot2007-10-231-2/+2
|
* bugfix: wrong symbol used for pthread library (thanks Michael for noticing ↵Frederic Culot2007-09-161-2/+2
| | | | this mistake)
* Autotools use improvedFrederic Culot2007-07-281-32/+70
|
* calcurse version switched to 1.8Frederic Culot2007-05-221-2/+2
|
* version switched to 1.8_betaFrederic Culot2007-04-151-3/+3
| | | | check for header files updated
* calcurse version switched to 1.7Frederic Culot2007-01-161-2/+2
|
* new version number: 1.7_betaFrederic Culot2006-12-181-2/+2
|
* forgot a white space :(Frederic Culot2006-10-171-2/+2
|
* check for getopt.h header file addedFrederic Culot2006-10-171-2/+2
|
* moved LOCALEDIR definition from configure.ac to src/Makefile.amFrederic Culot2006-09-221-5/+1
|
* added test for pthread library and switched to version 1.6Frederic Culot2006-09-091-2/+10
|
* switched to version number 1.5Frederic Culot2006-08-241-2/+2
|
* Initial revisionFrederic Culot2006-07-311-0/+44