[Pvfs2-developers] help with changes to configure
and configure.in....
Phil Carns
carns at mcs.anl.gov
Wed Sep 9 08:28:56 EDT 2009
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
More information about the Pvfs2-developers
mailing list