configure.ac: move AC_PROG_SED() close to other AC_PROG_*()
[lttng-ust.git] / configure.ac
index 789759147e4d6478355087f0c83a7231749fdbae..0642b20121370b3cee610eee6309497984a5fb42 100644 (file)
@@ -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],
This page took 0.025054 seconds and 4 git commands to generate.