You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider moving away from autotools. The whole current process is error-prone
and very slow.
In most cases, autotools cannot detect or recognize that source- or
configuration files have been changed, and thus will not rebuild the necessary
objects and binary files.
These last few days I have also read a couple of papers and articles on make,
autotools, and surrounding infrastructure:
I think ideally these projects should adopt cmake, as it has become something of
an industry standard, but I have not really used it myself, and will have to
investigate a bit more.
The text was updated successfully, but these errors were encountered:
As mentioned in #9
Consider moving away from autotools. The whole current process is error-prone
and very slow.
In most cases, autotools cannot detect or recognize that source- or
configuration files have been changed, and thus will not rebuild the necessary
objects and binary files.
These last few days I have also read a couple of papers and articles on make,
autotools, and surrounding infrastructure:
I think ideally these projects should adopt cmake, as it has become something of
an industry standard, but I have not really used it myself, and will have to
investigate a bit more.
The text was updated successfully, but these errors were encountered: