X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=0642b20121370b3cee610eee6309497984a5fb42;hb=46a73fe44061590e6d4b1182a39a7dac62529873;hp=789759147e4d6478355087f0c83a7231749fdbae;hpb=8f22f7fb23c633853f80b786828ffaa7e8464ae1;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 78975914..0642b201 100644 --- a/configure.ac +++ b/configure.ac @@ -40,13 +40,14 @@ AH_TEMPLATE([LTTNG_UST_HAVE_SDT_INTEGRATION], [SystemTap integration via sdt.h]) AH_TEMPLATE([LTTNG_UST_HAVE_PERF_EVENT], [Perf event integration via perf_event.h]) dnl Substitute minor/major/patchlevel version numbers -AC_PROG_SED AC_SUBST([MAJOR_VERSION], [V_MAJOR]) AC_SUBST([MINOR_VERSION], [V_MINOR]) AC_SUBST([PATCHLEVEL_VERSION], [V_PATCH]) +AC_PROG_SED AC_PROG_GREP AC_PROG_LN_S + # libtool link_all_deplibs fixup. See http://bugs.lttng.org/issues/321. AC_ARG_ENABLE([libtool-linkdep-fixup], AS_HELP_STRING([--disable-libtool-linkdep-fixup],