diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-03-29 11:43:10 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-03-29 11:52:07 +0200 |
commit | afa57d77c03e44bee59fbf41754a53833c902ce3 (patch) | |
tree | b5ff4562b1bb1065fdce3c02edef0e41de229b1e /configure.ac | |
parent | a5eea86a07c9d0bd66d3a993d9e07c88abf34716 (diff) | |
download | calcurse-afa57d77c03e44bee59fbf41754a53833c902ce3.zip |
Add a configuration file upgrade script
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0500722..33b72ca 100644 --- a/configure.ac +++ b/configure.ac @@ -145,8 +145,8 @@ AM_XGETTEXT_OPTION([--no-location --keyword=_ --keyword=N_]) #------------------------------------------------------------------------------- # Create Makefiles #------------------------------------------------------------------------------- -AC_OUTPUT(Makefile doc/Makefile src/Makefile test/Makefile po/Makefile.in \ - po/Makefile) +AC_OUTPUT(Makefile doc/Makefile src/Makefile test/Makefile scripts/Makefile \ + po/Makefile.in po/Makefile) #------------------------------------------------------------------------------- # Summary #------------------------------------------------------------------------------- |