]> git.mxchange.org Git - flightgear.git/commitdiff
Updated to include autoheader.
authorcurt <curt>
Sat, 29 Dec 2001 04:56:21 +0000 (04:56 +0000)
committercurt <curt>
Sat, 29 Dec 2001 04:56:21 +0000 (04:56 +0000)
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: