diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | tools/verify-evolution-install.sh | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2000-10-15 Peter Williams <peterw@helixcode.com> + + * tools/verify-evolution-install.sh (libcamelvee): Check + for linkage against version 0.5 libcamelvee, not version 0.3. + This should track with the version of Evolution itself. + (rm -f $ldddfile): Remove a temporary file. + 2000-10-15 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added "nn" to ALL_LINGUAS. diff --git a/tools/verify-evolution-install.sh b/tools/verify-evolution-install.sh index bf511754a1..32a911009d 100755 --- a/tools/verify-evolution-install.sh +++ b/tools/verify-evolution-install.sh @@ -253,7 +253,7 @@ You should check to see that the install succeeded." fi done - #rm -f $lddfile + rm -f $lddfile IFS="$IFSback" if test x"$need_bonobox" = xyes -a x"$use_bonobo" = xyes -a x"$use_bonobox" != xyes ; then @@ -621,7 +621,7 @@ fi add_lib_to_check libcal-client "$e_prefix/lib" add_lib_to_check libcamel "$e_prefix/lib" -add_lib_to_check libcamelvee "$e_prefix/lib/evolution/camel-providers/0.3" +add_lib_to_check libcamelvee "$e_prefix/lib/evolution/camel-providers/0.5" check_oafinfo addressbook evolution check_oafinfo calendar-control evolution check_oafinfo evolution-mail evolution |