Fix: prepend to $program_transform_name instead overriding it
[babeltrace.git] / configure.ac
index 4adacc0be227e3e872623d1060cbaca04733e36b..75d330b77c2f8ae9b1d53c07977f0b83bacb1473 100644 (file)
@@ -349,8 +349,8 @@ AC_SUBST(babeltracectfirincludedir)
 babeltracepluginincludedir="${includedir}/babeltrace/plugin"
 AC_SUBST(babeltracepluginincludedir)
 
-program_transform_name='s/babeltrace[\].bin/babeltrace/g'
-AC_SUBST(program_transform_name)
+# Add a rule to $program_transform_name to rename babeltrace.bin to babeltrace on installation
+program_transform_name="s&babeltrace\.bin&babeltrace&;$program_transform_name"
 
 # check for Doxygen
 AC_ARG_ENABLE(
This page took 0.027457 seconds and 4 git commands to generate.