Becky Ligon wrote:
I have modified the configure script by adding "src/apps/user/module.mk"
to the list of files in the definition of $ac_config_files.  I also
modified configure.in by adding "src/apps/user/module.mk" to the
definition of AC_OUTPUT.

Do I need to "commit" both files to CVS?

Are these the only changes that I need to ensure that the configure script
will pick up the module.mk.in stored in src/apps/user?

Usually the thing to do is to modify configure.in and then run ./prepare. The configure script is automatically generated from configure.in.

At any rate, both of them do need to be committed to cvs. Its a little weird that we track configure in cvs since it is automatically generated, but it doesn't really hurt anything.

That should be all you need. The makefile searches for the module.mk files automatically.

-Phil
_______________________________________________
Pvfs2-developers mailing list
Pvfs2-developers@beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to