4.4. AC_OUTPUT
- AC_OUTPUT generates files that are required for building the packages.
- Its first argument is a whitespace separated list of files. The script will look for these files along with the suffix .in and convert them to their output files while substituting the output variable values.
- Two optional argument are commands to be excuted afterwards, and commands to be excuted beforehand.
- Example:
AC_OUTPUT([Makefile freecell-solver-config freecell-solver.spec], [chmod +x freecell-solver-config])