<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'><br><br><hr id="zwchr"><blockquote id="DWT15524" style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;">Author: milad<br>Date: 2012-10-22 14:50:27 -0500 (Mon, 22 Oct 2012)<br>New Revision: 5819<br><br>Added:<br>   MOAB/trunk/examples/moabuse/README.moabuse.in<br>   MOAB/trunk/examples/moabuse/mberr.hpp.in<br>   MOAB/trunk/examples/moabuse/moabuse1.cpp.in<br>   MOAB/trunk/examples/moabuse/moabuse2.cpp.in<br>   MOAB/trunk/examples/moabuse/moabuse3.cpp.in<br>   MOAB/trunk/examples/moabuse/moabuse4.cpp.in<br>Removed:<br>   MOAB/trunk/examples/moabuse/README.moabuse<br>   MOAB/trunk/examples/moabuse/mberr.hpp<br>   MOAB/trunk/examples/moabuse/moabuse1.cpp<br>   MOAB/trunk/examples/moabuse/moabuse2.cpp<br>   MOAB/trunk/examples/moabuse/moabuse3.cpp<br>   MOAB/trunk/examples/moabuse/moabuse4.cpp<br>Modified:<br>   MOAB/trunk/configure.ac<br>Log:<br>Renamed all of the files in the moabuse example so that they end in<br>".in". This prevents a configure error encountered by several people<br>when doing installing in the source directory.<br><br><br></blockquote>I think the correct solution would be to just add Makefile.am there. <br>Makefile.in and all *.in files should not be created during configure. (so look at examples/Makefile.am)<br><br>Why do you need to recreate  README.moabuse as part of configure?<br><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;"><br>Modified: MOAB/trunk/configure.ac<br>===================================================================<br>--- MOAB/trunk/configure.ac        2012-10-22 15:38:48 UTC (rev 5818)<br>+++ MOAB/trunk/configure.ac        2012-10-22 19:50:27 UTC (rev 5819)<br>@@ -1188,12 +1188,12 @@<br>                  examples/simple/makefile<br>                  examples/itaps/Makefile<br>                  examples/moabuse/Makefile<br>-                 examples/moabuse/README.moabuse:examples/moabuse/README.moabuse<br>-                 examples/moabuse/mberr.hpp:examples/moabuse/mberr.hpp<br>-                 examples/moabuse/moabuse1.cpp:examples/moabuse/moabuse1.cpp<br>-                 examples/moabuse/moabuse2.cpp:examples/moabuse/moabuse2.cpp<br>-                 examples/moabuse/moabuse3.cpp:examples/moabuse/moabuse3.cpp<br>-                 examples/moabuse/moabuse4.cpp:examples/moabuse/moabuse4.cpp<br>+                 examples/moabuse/README.moabuse<br>+                 examples/moabuse/mberr.hpp<br>+                 examples/moabuse/moabuse1.cpp<br>+                 examples/moabuse/moabuse2.cpp<br>+                 examples/moabuse/moabuse3.cpp<br>+                 examples/moabuse/moabuse4.cpp<br>                  MeshFiles/Makefile<br>                  MeshFiles/unittest/Makefile<br>                  MeshFiles/unittest/io/Makefile<br><br>Deleted: MOAB/trunk/examples/moabuse/README.moabuse<br>===================================================================<br>--- MOAB/trunk/examples/moabuse/README.moabuse        2012-10-22 15:38:48 UTC (rev 5818)<br>+++ MOAB/trunk/examples/moabuse/README.moabuse        2012-10-22 19:50:27 UTC (rev 5819)<br>@@ -1,19 +0,0 @@<br>-====================<br>-The moabuse tutorial<br>-====================<br>-<br>-The source files in this directory define a set of examples that<br>-constitute the moabuse tutorial. This tutorial is meant to demonstrate<br>-the functionality of the MOAB library beginning with very simple<br>-examples. If you are new to MOAB, start with the first one<br>-(moabuse1.cpp) then work your way through. READ THE COMMENTS. Later<br>-examples assume you have looked at previous ones.<br>-<br>-Each source file in the tutorial should be compiled as a separate<br>-program and linked to MOAB. Each example includes the "mberr.hpp"<br>-header file as well.<br>-<br>-There should be a Makefile in the examples/moabuse directory. Just<br>-type "make" to build all of the examples or "make moabuseN" to build<br>-example N.<br>-<br><br>Copied: MOAB/trunk/examples/moabuse/README.moabuse.in (from rev 5809, MOAB/trunk/examples/moabuse/README.moabuse)<br>===================================================================<br></blockquote><br></div></body></html>