We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
u' modifier ignored since
Seems libtool.m4 sets ar parameters in a manner that causes the issue
libtool.m4
ar
grep cru m4/libtool.m4 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD : ${AR_FLAGS=cru}
libtool.m4 it self isn't in the repo. bootstrap.sh put's it in.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems
libtool.m4
setsar
parameters in a manner that causes the issuelibtool.m4
it self isn't in the repo. bootstrap.sh put's it in.u' modifier ignored since
D' is the default (see `U')" rsyslog/rsyslog#1179The text was updated successfully, but these errors were encountered: