output

Name

output  --  specify the file name of the output file

Synopsis

output {file}

Description

output writes all collected data of the configure script to a makefile in a sane order.

Caveats

Since output writes to a file, no functions called later than output in the configure script will affect the output writtens; always call output at the end of the configure script!

Example

Write output of the script to Makefile:

    output Makefile