Friday 11, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Friday, 1 September 2017

autoheader Linux Commands

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

-d, --debug
Don't remove temporary files.

-f, --force
Replace files generated previously by autoheader.

-h, --help
Print help message, then exit.

-o file, --output=file
Save output to file.

-v, --verbose
Verbosely print information about the progress of autoheader.

-B dir, --prepend-include=dir
Prepend directory dir to the search path.

-I dir, --include=dir
Append directory dir to the search path.

-V, --version
Print version number, then exit.

-W category, --warnings=category
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.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • echo - Linux Command echo echo [options] [string] Send (echo) the input string to standard output. This is the /bin/echo command. echo also exists as a command built into bash. The following character sequences have special meanings: \a Aler… Read More
  • grep Linux Command grep grep [options] pattern [files] Search one or more files for lines that match a regular expression pattern. Regular expressions are described in Chapter 7. Exit status is 0 if any lines match, 1 if none match, and 2 fo… Read More
  • fuser Linux Command fuser fuser [options] [files | filesystems] Identifies and outputs the process IDs of processes that are using the files or local filesystems. Each process ID is followed by a letter code: c if process is using file as the… Read More
  • Patch Linux Command patch patch [options] [original [patchfile] ] Apply the patches specified in patchfile to original. Replace the original with the new, patched version; move the original to original.orig or original~. The patch file is a d… Read More
  • ping - Linux Command ping ping [options] host System administration command. Confirm that a remote host is online and responding. ping is intended for use in network testing, measurement, and management. Because of the load it can impose on th… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: autoheader Linux Commands Rating: 5 Reviewed By: eHowToNow