1AUTOSCAN(1) User Commands AUTOSCAN(1)
2
3
4
6 autoscan - Generate a preliminary configure.ac
7
9 autoscan [OPTION]... [SRCDIR]
10
12 Examine source files in the directory tree rooted at SRCDIR, or the
13 current directory if none is given. Search the source files for common
14 portability problems, check for incompleteness of 'configure.ac', and
15 create a file 'configure.scan' which is a preliminary 'configure.ac'
16 for that package.
17
18 -h, --help
19 print this help, then exit
20
21 -V, --version
22 print version number, then exit
23
24 -v, --verbose
25 verbosely report processing
26
27 -d, --debug
28 don't remove temporary files
29
30 Library directories:
31 -B, --prepend-include=DIR
32 prepend directory DIR to search path
33
34 -I, --include=DIR
35 append directory DIR to search path
36
38 Written by David J. MacKenzie and Akim Demaille.
39
41 Report bugs to <bug-autoconf@gnu.org>.
42 GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
43 General help using GNU software: <https://www.gnu.org/gethelp/>.
44
46 Copyright © 2021 Free Software Foundation, Inc. License GPLv3+/Auto‐
47 conf: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>,
48 <https://gnu.org/licenses/exceptions.html>
49 This is free software: you are free to change and redistribute it.
50 There is NO WARRANTY, to the extent permitted by law.
51
53 autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1),
54 autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).
55
56 The full documentation for autoscan is maintained as a Texinfo manual.
57 If the info and autoscan programs are properly installed at your site,
58 the command
59
60 info autoscan
61
62 should give you access to the complete manual.
63
64
65
66GNU Autoconf 2.71 January 2021 AUTOSCAN(1)