Linux Command Directory
This directory of Linux commands is from Linux in a Nutshell, 5th Edition.
Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
Buy it now, or read it online on Safari Bookshelf.
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 configure.ac file already exists, autoconf will check it for completeness and print suggestions for correcting any problems it finds.
Options
Don't remove temporary files.
Print help message, then exit.
Verbosely print information about the progress of autoscan.
Search in directory dir for input files. Use multiple times to add multiple directories.
Search dir for input files before searching in other directories. Use multiple times to add multiple directories.
Print version number, then exit.




