On Mon, Apr 14, 2014 at 9:18 AM, E V <[email protected]> wrote: > I noticed you excluded the configure script and other stuff needed to build > the package. I guess I'll add it back in on my fork. If you don't want it in > your repo I'll just put it on a build branch.
"configure" and other auto-generated files should *never* be in SCM trees such as GitHub. Use the "autogen.sh" script to generate them. "configure.ac" is the source file, and it's in the original slurm-drmaa tree. Michael -- Michael Jennings <[email protected]> Senior HPC Systems Engineer High-Performance Computing Services Lawrence Berkeley National Laboratory Bldg 50B-3209E W: 510-495-2687 MS 050B-3209 F: 510-486-8615
