file-exp.xml 411 B

1234567891011
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in</userinput>:
  4. This command works around an error which occurs when compiling file with
  5. automake-1.5 installed by changing the modification dates of some files to
  6. the current date. Changing the date will cause make to think the files are
  7. already up-to-date so they're not recreated.</para>
  8. </sect2>