Make DSO_EXPORTS_CMD regexp more POSIX compliant
commite233cdeb16e635260197e30528eef20d29678052
authorZach Loafman <zachary.loafman@isilon.com>
Wed, 9 Jul 2008 07:05:50 +0000 (9 00:05 -0700)
committerMichael Adam <obnox@samba.org>
Thu, 14 Aug 2008 15:07:10 +0000 (14 17:07 +0200)
tree3bbc1b8ff88de5cdcbc5f1eb1fe554b39c16029c
parent216623bb706f6b9ca9195829b9f9a8ab8485c44d
Make DSO_EXPORTS_CMD regexp more POSIX compliant

The FreeBSD sed command doesn't understand \? without passing -E to turn
on extended regexps. This patch changes the DSO_EXPORTS_CMD regexp to a
POSIX compliant RE by switching the \+ to a \{1,\} bound and the \? to a
\{0,1\} bound.
(cherry picked from commit 0acc888ca91a7401c5e54388c58272e263f73069)
source/Makefile.in