]> sourceware.org Git - libabigail.git/commitdiff
Encourage people to use autoreconf -i
authorDodji Seketeli <dodji@redhat.com>
Thu, 1 Oct 2015 08:40:51 +0000 (10:40 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 1 Oct 2015 08:40:51 +0000 (10:40 +0200)
This lets autoreconf add stuff that might be missing, rather than just
bailing out.

* COMPILING: Mention autoreconf -i, rather than just autoreconf.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
COMPILING

index 8669e8144cb9db606ff1cb5c62b041bc9c534999..02aa205f93346ae25ac451dd5c83dcab2fd4d173 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -29,7 +29,7 @@ receive the binaries resulting from the compilation:
 Generate the relevant build-system-related information needed to
 configure the package for compilation, by typing:
 
-    autoreconf
+    autoreconf -i
 
 Then configure the package:
 
This page took 0.031971 seconds and 5 git commands to generate.