diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-15 08:43:00 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-15 08:43:00 +0200 |
| commit | 45c95b06f330c6f57a0d552671406c384ed7fdb9 (patch) | |
| tree | 2a299ff3fb1250de02cb65c6a104d1f2d55abc53 /configure.ac | |
| parent | 9df9c2b36f46b59e7d364848e5e208d3593cee7f (diff) | |
* move mug/ to toys/mug
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index c53cdc7..71099b4 100644 --- a/configure.ac +++ b/configure.ac @@ -153,8 +153,9 @@ AC_CONFIG_FILES([ Makefile src/Makefile src/tests/Makefile -mug/Makefile -mug/mug.desktop +toys/Makefile +toys/mug/Makefile +toys/mug/mug.desktop man/Makefile contrib/Makefile ]) @@ -165,9 +166,9 @@ echo "mu configuration is complete." echo "-----------------------------" echo -echo "Note: the Xapian database is no longer stored as <muhome>/xapian-0.6" -echo "but instead simply as <muhome>/xapian. You can remove the older" -echo "<muhome>/xapian-0.6 directory to save some disk space" +echo "Note: since version 0.7, the Xapian database is no longer stored as " +echo "<muhome>/xapian-0.6 but instead simply as <muhome>/xapian. You can " +echo "remove the olde <muhome>/xapian-0.6 directory to save some disk space" echo echo "type 'make' to build mu, or 'make check' to run the unit tests." |
