Files
libguestfs/m4
Richard W.M. Jones 9ec726606c build: Use ocamldep -all and -one-line flags instead of hacking the output.
We ran some sed scripts over the output of ocamldep to get them into a
single line format.  This actually broke the output of ocamldep,
combining multiple dependencies into single lines.  I didn't debug
exactly why our sed rules were broken because modern ocamldep has an
option (-one-line) which make this hacking unnecessary.

Another useful option (-all) is added so that all dependencies are
made explicit.

Since old ocamldep in RHEL 6 doesn't support these options, we have to
detect them at configure time.

The historical reason we were trying to combine entries into a single
line was so we could sort them.  That was only needed back when we
used to commit the dependency files (so the files were stable), but we
haven't committed dependency files in a long time.
2017-09-15 10:46:12 +01:00
..
2017-01-03 16:48:21 +01:00
2017-01-03 16:48:21 +01:00