summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2012-11-26po/: Add MakevarsLukas Fleischer
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>
2012-11-26autogen.sh: Add missing autopoint(1) commandLukas Fleischer
autopoint(1) is needed to create the gettext infrastructure. This was forgotten in 7e7987575a4d5228137dba649813307c381c5034. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-03-29Add a configuration file upgrade scriptLukas Fleischer
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>
2012-01-21Add a minimal test suiteLukas Fleischer
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>
2011-09-03Add a configure setting to skip "doc/"Lukas Fleischer
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>
2011-04-22Add Git version string support.Lukas Fleischer
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>
2011-04-10Add "--no-location" to xgettext options.Lukas Fleischer
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>
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03Convert man page to AsciiDoc.Lukas Fleischer
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03Convert documentation to AsciiDoc, delete translations.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2010-05-26Updates for the upcoming 2.8.Frederic Culot
2009-08-22calcurse 2.7 releasedFrederic Culot
2009-07-20Check for some headers added.Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switched to 2.6. Check added for regex.h header.Frederic Culot
2009-01-24switch to 2.5Frederic Culot
2009-01-23configuration script improved to link with ncursesw if ncurses is not foundFrederic Culot
2009-01-22bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵Frederic Culot
thread was launched (thanks Jan for reporting this)
2008-12-28Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot
memory usage
2008-12-27calcurse 2.4 releasedFrederic Culot
2008-12-08prefer overridability and let people choose their own CFLAGSFrederic Culot
2008-12-08oops, forgot to remove previous CFLAGS declarationFrederic Culot
2008-12-08--enable-debug configuration option addedFrederic Culot
2008-12-08Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added ↵Frederic Culot
locale.h include (thanks Cedric for your patch)
2008-10-15switched to calcurse 2.3Frederic Culot
2008-09-21manpage, manuals and translations updated for 2.3_betaFrederic Culot
2008-08-28switched to calcurse 2.2Frederic Culot
2008-08-12french translation updated. Switched to 2.2_betaFrederic Culot
2008-05-17version 2.1 releasedFrederic Culot
2008-04-202.1_beta soon to be releasedFrederic Culot
2008-03-02NEWS and po files updatedFrederic Culot
Dutch manual and translation updated, thanks Jeremy
2008-02-10memory leak fixed in notify_thread_app()Frederic Culot
check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
2008-01-26configure.ac updatedFrederic Culot
2007-10-23calcurse 1.9 releasedFrederic Culot
2007-09-16bugfix: wrong symbol used for pthread library (thanks Michael for noticing ↵Frederic Culot
this mistake)
2007-07-28Autotools use improvedFrederic Culot
2007-05-22calcurse version switched to 1.8Frederic Culot
2007-04-15version switched to 1.8_betaFrederic Culot
check for header files updated
2007-01-16calcurse version switched to 1.7Frederic Culot
2006-12-18new version number: 1.7_betaFrederic Culot
2006-10-17forgot a white space :(Frederic Culot
2006-10-17check for getopt.h header file addedFrederic Culot
2006-09-22moved LOCALEDIR definition from configure.ac to src/Makefile.amFrederic Culot
2006-09-09added test for pthread library and switched to version 1.6Frederic Culot
2006-08-24switched to version number 1.5Frederic Culot
2006-07-31Initial revisionFrederic Culot