autoheader
autoheader
autoheader [options] [template_file]
GNU autoconf tool. Generate a template file of C #define statements from m4 macros defined in template_file, if given, or in a configure.ac or configure.in file in the current working directory. The generated template file is almost invariably called config.h.in.
Options
Don't remove temporary files.
Replace files generated previously by autoheader.
Print help message, then exit.
Save output to file.
Verbosely print information about the progress of autoheader.
Prepend directory dir to the search path.
Append directory dir to the search path.
Print version number, then exit.
Print any warnings related to category. Accepted categories are:
obsolete Obsolete constructs.
all All warnings.
no-category Turn off warnings for category.
none Turn off all warnings.
error Treat warnings as errors.