diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-03-08 03:57:31 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-08 03:57:31 +0800 |
commit | 303052ac318f32677950d966e6930b10e7925e62 (patch) | |
tree | f5a3c5ee1184fada4e3fe250675776ef996a6631 | |
parent | ef1194325967ed7cce2e8cabadfd3a687b21119a (diff) | |
download | gsoc2013-evolution-303052ac318f32677950d966e6930b10e7925e62.tar.gz gsoc2013-evolution-303052ac318f32677950d966e6930b10e7925e62.tar.zst gsoc2013-evolution-303052ac318f32677950d966e6930b10e7925e62.zip |
Don't try to generate a Makefile in camel/providers/vee as it's empty.
2001-03-07 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Don't try to generate a Makefile in
camel/providers/vee as it's empty.
svn path=/trunk/; revision=8583
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | shell/main.c | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2001-03-07 Kjartan Maraas <kmaraas@gnome.org> + + * configure.in: Don't try to generate a Makefile in + camel/providers/vee as it's empty. + 2001-03-05 JP Rosevear <jpr@ximian.com> * README: Update pilot instructions diff --git a/configure.in b/configure.in index ff939640e1..db616d43fe 100644 --- a/configure.in +++ b/configure.in @@ -791,7 +791,6 @@ camel/providers/Makefile camel/providers/pop3/Makefile camel/providers/sendmail/Makefile camel/providers/smtp/Makefile -camel/providers/vee/Makefile camel/providers/imap/Makefile camel/providers/nntp/Makefile camel/providers/local/Makefile diff --git a/shell/main.c b/shell/main.c index 6be5ad4e29..3f98fd85b1 100644 --- a/shell/main.c +++ b/shell/main.c @@ -68,7 +68,7 @@ development_warning (void) "Evolution" VERSION, GNOME_STOCK_BUTTON_OK, NULL); - +/* xgettext:no-c-format */ label = gtk_label_new ( _( "Hi. Thanks for taking the time to download this PREVIEW RELEASE\n" |