On 01/05/2017 01:01 AM, Niemand Sonst wrote: > Thanks, > > I made the changes and pushed the solution. > Just for curiosity: > Could you explain, why we habe two identical files just with different > names? > linuxcnc == linuxncnc.in
You can use 'diff -u linuxcnc.in linuxcnc' to see that they are not identical. 'linuxcnc.in' has a bunch of variables in it that get replaced with specific values to create 'linuxcnc'. This is done at the end of the src/configure script, by AC_CONFIG_FILES. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
