It's okay to get an aclocal warning...

This commit is contained in:
Mike Brady 2017-03-04 19:35:31 +00:00 committed by GitHub
parent d94f668213
commit 5f3e5a29b8

View file

@ -20,6 +20,11 @@ $ autoreconf -fi
$ ./configure
$ make
```
The `autoconfigure` command may take a long time. You may get a warning which you can ignore:
```
aclocal: warning: couldn't open directory 'm4': No such file or directory
```
* Install the library:
```
$ sudo make install