|
@@ -1,9 +1,11 @@
|
|
<sect2>
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
<title>Command explanations</title>
|
|
|
|
|
|
-<para><userinput>sed $'/#define __/a \\\n#include <stdint.h>' readelf.h.backup > readelf.h :</userinput> This
|
|
|
|
-sed fixes an error which occurs when compiling file-3.36 with
|
|
|
|
-automake-1.5 installed.</para>
|
|
|
|
|
|
+<para><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in</userinput>:
|
|
|
|
+This command works around an error which occurs when compiling file with
|
|
|
|
+automake-1.5 installed by changing the modification dates of some files to
|
|
|
|
+the current date. Changing the date will cause make to think the files are
|
|
|
|
+already up-to-date so they're not recreated.</para>
|
|
|
|
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|