Make DSO_EXPORTS_CMD regexp more POSIX compliant
commit0acc888ca91a7401c5e54388c58272e263f73069
authorZach Loafman <zachary.loafman@isilon.com>
Wed, 9 Jul 2008 07:05:50 +0000 (9 00:05 -0700)
committerVolker Lendecke <vl@samba.org>
Tue, 22 Jul 2008 13:00:48 +0000 (22 15:00 +0200)
treeaa0c5d8c1b038db286e2cb1266d52e2d252dc5df
parent14d2a4da1da38d6f69c63505d35990322f253e5d
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.
source/Makefile.in