From 46a73fe44061590e6d4b1182a39a7dac62529873 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 27 Feb 2016 04:39:36 -0500 Subject: [PATCH] configure.ac: move AC_PROG_SED() close to other AC_PROG_*() Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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], -- 2.34.1