configure.ac: move AC_PROG_SED() close to other AC_PROG_*()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 27 Feb 2016 09:39:36 +0000 (04:39 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 1 Mar 2016 01:51:26 +0000 (20:51 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.025802 seconds and 4 git commands to generate.