autoconf/configure

Reference docs for the autoconf/configure melange pipeline

Run the autoconf configure script

Dependencies

None

Reference

InputDescription
dirThe directory containing the configure script. Default is set to .

Example

- uses: autoconf/configure
  with:
    opts: |
      PYTHON=/usr/bin/python3 \
      --with-lzma \
      --with-zlib      

Last updated: 2022-11-01 11:07