diff options
-rw-r--r-- | INSTALL.quagga.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt index fbf350b9..90d17845 100644 --- a/INSTALL.quagga.txt +++ b/INSTALL.quagga.txt @@ -48,7 +48,7 @@ should work at least with: To create the required autotools files (Makefile.in, configure, etc.), run either the 'update-autotools' script provided, or else the -'autoreconf' command supplied with your autoconf package. After this +'autoreconf -i' command supplied with your autoconf package. After this you may run configure. GNU texinfo is required in order to build doc/quagga.info, which is not supplied in CVS, but is supplied in the CVS snapshots on the Quagga website. quagga.info is created via |