From 7720415afaf26d6486173ba8097999933db88f33 Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Fri, 24 Mar 2023 15:00:06 +0100 Subject: [PATCH] Updates to the news and installation instructions. --- INSTALL.md | 6 +++--- NEWS.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 45db75f..a1fcee4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,8 +1,8 @@ -# How to compile and install mboxgrep +# Compilation and installation of mboxgrep -mboxgrep should compile on a modern Unix-like operating system, such as GNU/Linux or FreeBSD. +`mboxgrep` should compile on a modern Unix-like operating system, such as GNU/Linux or FreeBSD. -It uses autoconf, so the most basic compilation procedure consists of: +Autoconf and Automake are used, and the most basic compilation procedure consists of: ``` ./configure diff --git a/NEWS.md b/NEWS.md index 432ee6d..04d8f05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # Changes of mboxgrep +## Changes since 0.7.10 + +- GNU Automake is now utilized instead of manually written Makefile.in files. +- Code indentation has been corrected and documented (GNU indent is used for this purpose). + ## Changes since 0.7.9 - development has been restarted after a longer hiatus