Compiling – GitInstallation: autogen.sh handles missing m4 directory

Amit D 2017-09-04 18:03:59 +03:00
parent 2f03fa5a41
commit c3d65fb932

@ -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