nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5eb3b8feb504cb77fa3e55cb97a23413dbf3315c
parent f601eeda5762f2c88842f2b367d048e0f29bdbd5
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 22 Jun 2020 13:05:05 +0200

tweaks: add a helpful message for when pkg.m4 is missing during a build

Diffstat:
Mconfigure.ac | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -74,7 +74,8 @@ if test x$from_git = xyes; then if test ! -f $(aclocal --print-ac-dir)/pkg.m4; then AC_MSG_ERROR([ *** The pkg.m4 macros are missing. *** - *** The pkg-config package needs to be installed when building from git. ***]) + *** The pkg-config package needs to be installed when building from git. *** + *** After fixing this problem, rerun ./autogen.sh. ***]) fi if test "$ac_cv_path_MSGFMT" = ":"; then AC_MSG_ERROR([