]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/faq.pod
release: 0.1.60
[lilypond.git] / Documentation / faq.pod
index 9611c995d0d571a66023c1bf134166e17cef2a47..01ff8a6d8962c5a4b48fac9dce999bb824bc5a19 100644 (file)
@@ -26,6 +26,19 @@ forget to remove the stale F<bison.simple> as well.
 
 If the problem persists, then please mail me.
 
+Q: I upgraded by applying a patch, and now my configure/build breaks.
+
+A: Patches don't include automatically generated files, i.e. F<configure>
+   and files generated by F<configure>.  Regenerate them yourself:
+
+    autoconf
+    configure
+
+You might need to create some extra "out" directories.  Do this
+with
+
+       make outdirs
+
 Q: Some of your neat scripts fail, what directories do you use:
 
 A: [This only applies if you don't do C<make install>, and develop out