diff options
author | Damon Chaplin <damon@helixcode.com> | 2001-01-14 09:34:47 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-01-14 09:34:47 +0800 |
commit | aee2e69158e4e55662b310894406d16a38d629de (patch) | |
tree | 45e0799d73b0a09061b55df972258300caf0b42c | |
parent | 1e371a8cc2d73dc184eff677d05e6f7f2d77e06e (diff) | |
download | gsoc2013-evolution-aee2e69158e4e55662b310894406d16a38d629de.tar gsoc2013-evolution-aee2e69158e4e55662b310894406d16a38d629de.tar.gz gsoc2013-evolution-aee2e69158e4e55662b310894406d16a38d629de.tar.bz2 gsoc2013-evolution-aee2e69158e4e55662b310894406d16a38d629de.tar.lz gsoc2013-evolution-aee2e69158e4e55662b310894406d16a38d629de.tar.xz gsoc2013-evolution-aee2e69158e4e55662b310894406d16a38d629de.tar.zst gsoc2013-evolution-aee2e69158e4e55662b310894406d16a38d629de.zip |
added default_user/local/Tasks/Makefile to AC_OUTPUT.
2001-01-14 Damon Chaplin <damon@helixcode.com>
* configure.in: added default_user/local/Tasks/Makefile to AC_OUTPUT.
svn path=/trunk/; revision=7482
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-01-14 Damon Chaplin <damon@helixcode.com> + + * tools/evolution-move-tasks: new script to move tasks from the + Calendar folder to the new Tasks folder, so people won't lose tasks. + This can be deleted after a few releases. + + * tools/Makefile.am (bin_SCRIPTS): added above. + + * configure.in: added default_user/local/Tasks/Makefile to AC_OUTPUT. + 2001-01-12 Jeffrey Stedfast <fejj@ximian.com> * config.h.in: Removed GPG stuff. diff --git a/configure.in b/configure.in index 31d6b4b771..a4023268c6 100644 --- a/configure.in +++ b/configure.in @@ -687,6 +687,7 @@ default_user/local/Executive-Summary/Makefile default_user/local/Inbox/Makefile default_user/local/Outbox/Makefile default_user/local/Sent/Makefile +default_user/local/Tasks/Makefile default_user/local/Trash/Makefile tools/Makefile doc/Makefile |