1AUTOSCAN(1)                      User Commands                     AUTOSCAN(1)
2
3
4

NAME

6       autoscan - Generate a preliminary configure.in
7

SYNOPSIS

9       autoscan [OPTION]... [SRCDIR]
10

DESCRIPTION

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

AUTHOR

38       Written by David J. MacKenzie and Akim Demaille.
39

REPORTING BUGS

41       Report bugs to <bug-autoconf@gnu.org>.
42
44       Copyright  ©  2008  Free Software Foundation, Inc.  License GPLv2+: GNU
45       GPL    version     2     or     later     <http://gnu.org/licenses/old-
46       licenses/gpl-2.0.html>
47       This  is  free  software:  you  are free to change and redistribute it.
48       There is NO WARRANTY, to the extent permitted by law.
49

SEE ALSO

51       autoconf(1), automake(1), autoreconf(1), autoupdate(1),  autoheader(1),
52       autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).
53
54       The  full documentation for autoscan is maintained as a Texinfo manual.
55       If the info and autoscan programs are properly installed at your  site,
56       the command
57
58              info autoscan
59
60       should give you access to the complete manual.
61
62
63
64GNU Autoconf 2.63               September 2008                     AUTOSCAN(1)
Impressum