X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=425f536dc2062d79c39a62584c78f68f7cb28ced;hb=801236b0becd8aac71d606a5842f060f1fb308ad;hp=07b9c4dab97f85339ab42287b74923e06a4dfb0b;hpb=65385a822c061a32c9059caac52f1a69bd06795b;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 07b9c4dab..425f536dc 100644 --- a/configure.ac +++ b/configure.ac @@ -97,7 +97,7 @@ AS_IF([test "x$libtool_fixup" = "xyes"], [ AC_MSG_RESULT([$libtool_flag_pattern_count]) AC_MSG_WARN([the detected libtool will not link all dependencies, forcing link_all_deplibs = unknown]) - SED -i "s/\($libtool_flag_pattern\)\s*=\s*no/\1=unknown/g" $libtool_m4 + $SED -i "s/\($libtool_flag_pattern\)\s*=\s*no/\1=unknown/g" $libtool_m4 ], [ AC_MSG_RESULT([none]) @@ -821,6 +821,7 @@ AC_CONFIG_FILES([ tests/regression/tools/mi/Makefile tests/regression/tools/wildcard/Makefile tests/regression/tools/crash/Makefile + tests/regression/tools/metadata-regen/Makefile tests/regression/ust/Makefile tests/regression/ust/nprocesses/Makefile tests/regression/ust/high-throughput/Makefile @@ -843,6 +844,7 @@ AC_CONFIG_FILES([ tests/regression/ust/python-logging/Makefile tests/regression/ust/getcpu-override/Makefile tests/regression/ust/clock-override/Makefile + tests/regression/ust/type-declarations/Makefile tests/stress/Makefile tests/unit/Makefile tests/unit/ini_config/Makefile