configure: Comment out Ruby, Java, Haskell detection.
[hivex.git] / generator / generator.ml
index 89ba7d7..7a326db 100755 (executable)
@@ -1353,8 +1353,8 @@ Run it from the top source directory using the command
 
   check_functions ();
 
-  output_to "hivex/hivex.h" generate_c_header;
-  output_to "hivex/hivex.pod" generate_c_pod;
+  output_to "lib/hivex.h" generate_c_header;
+  output_to "lib/hivex.pod" generate_c_pod;
 
   (* Always generate this file last, and unconditionally.  It's used
    * by the Makefile to know when we must re-run the generator.