faq: git: fix missing markup

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-07-21 14:51:46 -07:00
parent 19f0422515
commit 57b225749e

View file

@ -92,8 +92,9 @@ You can do three things to fix this :
3. figure out what prefix libtool has been installed to and point
aclocal to the right location by running
```
export ACLOCAL_FLAGS="-I $(prefix)/share/aclocal"
```
where you replace prefix with the prefix where libtool was
installed.
@ -116,4 +117,4 @@ it's the right thing to do, you can run:
make ERROR_CFLAGS=""
```
to clear the CFLAGS for error checking.
to clear the `CFLAGS` for error checking.