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
any developer working on live git and not a release tarball should be able to run autoreconf -fi. keeping the files in the tree causes headaches for people.
case in point: i got the tree and ran configure, and then the system wanted to rebuild autotools for me. after doing so, i'm left with 20 modified files.
also, the test-driver script committed to the repo now is incorrectly a symlink. it should be a real file.
The text was updated successfully, but these errors were encountered:
any developer working on live git and not a release tarball should be able to run
autoreconf -fi
. keeping the files in the tree causes headaches for people.case in point: i got the tree and ran configure, and then the system wanted to rebuild autotools for me. after doing so, i'm left with 20 modified files.
also, the
test-driver
script committed to the repo now is incorrectly a symlink. it should be a real file.The text was updated successfully, but these errors were encountered: