This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] configure.ac: Avoid empty subexpression in grep


Mike Frysinger wrote:
why not just use an ERE then ?
	if $READELF -S conftest.so | grep -E '\.rela?\.dyn' >/dev/null; then

Sure, that works too.

replace all the /dev/null redirects with a -q flag.

That also works.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]