Name
autoscan
Synopsis
autoscan [options] [directory]
GNU autoscan 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
- -d, --debug
Don’t remove temporary files.
- -h, --help
Print help message, then exit.
- -v, --verbose
Verbosely print information about the progress of autoscan.
- -I dir, --include=dir
Search in directory dir for input files. Use multiple times to add multiple directories.
- -B dir, --prepend-include=dir
Search dir for input files before searching in other directories. Use multiple times to add multiple directories.
- -V, --version
Print version number, then exit.