autoconf: Transforming Names

1 
1 15.7 Transforming Program Names When Installing
1 ===============================================
1 
1 Autoconf supports changing the names of programs when installing them.
1 In order to use these transformations, `configure.ac' must call the
1 macro `AC_ARG_PROGRAM'.
1 
1  -- Macro: AC_ARG_PROGRAM
1      Place in output variable `program_transform_name' a sequence of
1      `sed' commands for changing the names of installed programs.
1 
1      If any of the options described below are given to `configure',
1      program names are transformed accordingly.  Otherwise, if
1      `AC_CANONICAL_TARGET' has been called and a `--target' value is
1      given, the target type followed by a dash is used as a prefix.
1      Otherwise, no program name transformation is done.
1 

Menu