summaryrefslogtreecommitdiff
path: root/m4/ax_boost_test_exec_monitor.m4
diff options
context:
space:
mode:
authorOlaf Meeuwissen <olaf.meeuwissen@avasys.jp>2010-07-16 13:25:26 +0200
committerPeter Simons <simons@cryp.to>2010-07-16 13:25:26 +0200
commitecc6a276b45f8499be3589effe85a273c6a22799 (patch)
tree62502d84d48eadfcb4363d3f384e3b85bb16b272 /m4/ax_boost_test_exec_monitor.m4
parent0fc9b8efc49d09fa5659ce73ae6c25d353eacaf0 (diff)
downloadautoconf-archive-ecc6a276b45f8499be3589effe85a273c6a22799.tar.gz
The boost macros for iostreams, regex, serialization, signals, system,
test_exec_monitor, unit_test_framework, wave, and wserialization have been patched not to rely on being executed by a 'bash' shell.
Diffstat (limited to 'm4/ax_boost_test_exec_monitor.m4')
-rw-r--r--m4/ax_boost_test_exec_monitor.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_boost_test_exec_monitor.m4 b/m4/ax_boost_test_exec_monitor.m4
index ec41a97..0c54cdc 100644
--- a/m4/ax_boost_test_exec_monitor.m4
+++ b/m4/ax_boost_test_exec_monitor.m4
@@ -30,7 +30,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 10
+#serial 11
AC_DEFUN([AX_BOOST_TEST_EXEC_MONITOR],
[
@@ -77,7 +77,7 @@ AC_DEFUN([AX_BOOST_TEST_EXEC_MONITOR],
if test "x$ax_boost_user_test_exec_monitor_lib" = "x"; then
saved_ldflags="${LDFLAGS}"
- for monitor_library in `ls $BOOSTLIBDIR/libboost_test_exec_monitor*.{so,a}* 2>/dev/null` ; do
+ for monitor_library in `ls $BOOSTLIBDIR/libboost_test_exec_monitor*.so* $BOOSTLIBDIR/libboost_test_exec_monitor*.a* 2>/dev/null` ; do
if test -r $monitor_library ; then
libextension=`echo $monitor_library | sed 's,.*/,,' | sed -e 's;^lib\(boost_test_exec_monitor.*\)\.so.*$;\1;' -e 's;^lib\(boost_test_exec_monitor.*\)\.a*$;\1;'`
ax_lib=${libextension}
@@ -108,7 +108,7 @@ AC_DEFUN([AX_BOOST_TEST_EXEC_MONITOR],
if test "x$link_test_exec_monitor" = "xyes"; then
break;
fi
- for monitor_library in `ls $BOOSTLIBDIR/lib${ax_lib}.{so,a}* 2>/dev/null` ; do
+ for monitor_library in `ls $BOOSTLIBDIR/lib${ax_lib}.so* $BOOSTLIBDIR/lib${ax_lib}.a* 2>/dev/null` ; do
if test -r $monitor_library ; then
libextension=`echo $monitor_library | sed 's,.*/,,' | sed -e 's;^lib\(boost_test_exec_monitor.*\)\.so.*$;\1;' -e 's;^lib\(boost_test_exec_monitor.*\)\.a*$;\1;'`
ax_lib=${libextension}