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

autoconf Linux Command

autoconf

autoconf [options] [template_file]
Generate a configuration script 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 script is almost invariably called configure.

Options

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

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

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

-i, --initialization
When tracing calls with the -t option, report calls made during initialization.

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

-t macro, --trace=macro
Report the list of calls to macro.

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

-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:

cross
Cross compilation.

obsolete
Obsolete constructs.

syntax
Questionable syntax.

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:

  • autoupdate Linux Command autoupdate autoupdate [options] [file] GNU autoconf tool. Update the configure template file file, or configure.ac if no file is specified. This command is seldom invoked manually. It is usually called automatically from o… Read More
  • 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 curren… Read More
  • autoscan Linux Command autoscan autoscan [options] [directory] GNU autoconf tool. Create or maintain a preliminary configure.ac file named configure.scan based on source files in specified directory, or current directory if none given. If a conf… Read More
  • autoconf Linux Command autoconf autoconf [options] [template_file] Generate a configuration script 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 scrip… Read More
  • autoreconf Linux Command autoreconf autoreconf [options] GNU autoconf tool. Update configure scripts by running autoconf, autoheader, aclocal, automake, and libtoolize in specified directories and subdirectories. This command is seldom invoked ma… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: autoconf Linux Command Rating: 5 Reviewed By: eHowToNow