From c3d65fb932ac6a1b11568e014b92244cfdbf9910 Mon Sep 17 00:00:00 2001 From: Amit D Date: Mon, 4 Sep 2017 18:03:59 +0300 Subject: [PATCH] =?UTF-8?q?Compiling=20=E2=80=93=20GitInstallation:=20auto?= =?UTF-8?q?gen.sh=20handles=20missing=20m4=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Compiling-–-GitInstallation.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Compiling-–-GitInstallation.md b/Compiling-–-GitInstallation.md index 3804099..4731de0 100644 --- a/Compiling-–-GitInstallation.md +++ b/Compiling-–-GitInstallation.md @@ -43,11 +43,6 @@ Finally, run these: sudo ldconfig ``` -On some systems, autotools may not create m4 directory automatically (you get the error "`configure: error: cannot find macro directory 'm4'`"). In this case, you must create the _m4_ directory by yourself before running `./configure`: -``` -mkdir -p m4 -``` - If you get this error: ``` make all-recursive