]> git.mxchange.org Git - flightgear.git/blobdiff - docs-mini/README.autoconf
Updated to document the new 3d positional tags that are available for
[flightgear.git] / docs-mini / README.autoconf
index ba22f3478a2967373b6980851ca13c4bb8ac1856..1a00b3818f8c83772800e1a735524117e78b40a6 100644 (file)
@@ -14,7 +14,7 @@ you can fetch them from the locations listed below:
 
 After making a change to configure.in you will need to run:
 
-    aclocal ; automake -a ; autoconf
+    aclocal ; autoheader ; automake -a ; autoconf
 
 Then follow the regular build procedure: