From: Philippe Proulx Date: Sat, 27 Feb 2016 09:39:36 +0000 (-0500) Subject: configure.ac: move AC_PROG_SED() close to other AC_PROG_*() X-Git-Tag: v2.8.0-rc1~16 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=46a73fe44061590e6d4b1182a39a7dac62529873 configure.ac: move AC_PROG_SED() close to other AC_PROG_*() Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- 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],