Lines Matching +refs:autoconf +refs:font +refs:lock +refs:keywords

4 @setfilename autoconf.info
222 * Autoconf: (autoconf). Create source code configuration scripts.
227 * autoscan: (autoconf)autoscan Invocation.
229 * ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
230 * autoconf-invocation: (autoconf)autoconf Invocation.
232 * autoreconf: (autoconf)autoreconf Invocation.
234 * autoheader: (autoconf)autoheader Invocation.
236 * autom4te: (autoconf)autom4te Invocation.
238 * configure: (autoconf)configure Invocation. Configuring a package.
239 * autoupdate: (autoconf)autoupdate Invocation.
241 * config.status: (autoconf)config.status Invocation. Recreating configurations.
242 * testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
308 * autoconf Invocation:: How to create configuration scripts
490 * Reporting Messages:: Notifying @command{autoconf} users
773 See the @uref{http://@/www.gnu.org/@/software/@/autoconf/,
777 Mail suggestions to @email{autoconf@@gnu.org, the Autoconf mailing
779 @uref{http://@/lists.gnu.org/@/archive/@/html/@/autoconf/, archived}.
781 Mail bug reports to @email{bug-autoconf@@gnu.org, the
783 @uref{http://@/lists.gnu.org/@/archive/@/html/@/bug-autoconf/, archived}.
791 @uref{http://@/savannah.gnu.org/@/projects/@/autoconf/, Autoconf
793 @uref{http://@/git.sv.gnu.org/@/gitweb/@/?p=autoconf.git, the actual
797 @email{autoconf-patches@@gnu.org, Autoconf Patches mailing list}, with
799 @uref{http://@/lists.gnu.org/@/archive/@/html/@/autoconf-@/patches/,
801 @email{autoconf-commit@@gnu.org, Autoconf Commit mailing list}, which is
802 also @uref{http://@/lists.gnu.org/@/archive/@/html/@/autoconf-commit/,
809 @uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
951 @uref{http://@/www@/.gnu@/.org/@/software/@/autoconf/, Autoconf},
1011 @command{autoconf} on it. If you write your own feature tests to
1021 @command{autoconf} and @command{autoheader} also read the installed Autoconf
1022 macro files (by reading @file{autoconf.m4}).
1032 | .------> autoconf* -----> configure
1078 * autoconf Invocation:: How to create configuration scripts
1126 @command{autoconf}? A set of properly written shell functions is enough to
1133 So, what is really needed is some kind of compiler, @command{autoconf},
1137 How does @command{autoconf} perform this task?
1148 therefore most convenient to implement @command{autoconf} as a macro
1243 protect your script in case autoconf ever adds a macro @code{AC_DC}:
1271 unexpanded macro when running @command{autoconf}, because it collides
1343 # Process this file with autoconf to produce a configure script.
1400 relative to another macro, so that @command{autoconf} produces a warning;
1480 @node autoconf Invocation
1481 @section Using @command{autoconf} to Create @command{configure}
1482 @cindex @command{autoconf}
1485 @command{autoconf} program with no arguments. @command{autoconf} processes
1487 Autoconf macros. If you give @command{autoconf} an argument, it reads that
1490 @command{autoconf} the argument @option{-}, it reads from the standard
1495 distributed with Autoconf; @command{autoconf} reads them first. Then it
1501 defined in more than one of the files that @command{autoconf} reads, the
1504 @command{autoconf} accepts the following options:
1572 Because @command{autoconf} uses @command{autom4te} behind the scenes, it
1605 $ @kbd{autoconf -t AC_SUBST}
1622 $ @kbd{autoconf -t 'AC_DEFINE:@@: $@@}
1638 $ @kbd{autoconf -t 'AC_SUBST:$$ac_subst@{"$1"@} = "$f:$l";'}
1653 $ @kbd{autoconf -t 'AM_MISSING_PROG:$@{|:::::|@}*'}
1655 AUTOCONF|:::::|autoconf|:::::|$missing_dir
1673 @command{autoreconf} runs @command{autoconf}, @command{autoheader},
1690 properly, but does not pass @option{--autoconf-dir=@var{dir}} or
1757 Passed on to @command{aclocal}, @command{autoconf} and
1763 Passed on to @command{autoconf} and @command{autoheader} internally.
1861 distribution tar ball names (e.g., @samp{autoconf}). It defaults to
2374 AC_CONFIG_FILES([autoconf], [chmod +x autoconf])
2898 @c $$ restore font-lock
2952 autoconf autoheader: Makefile
3027 $ @kbd{autoconf}
3151 cd '$(srcdir)' && autoconf
3799 @cindex Common autoconf behavior
4993 previous versions of @command{autoconf}. This macro checks for several known
5001 previous versions of @command{autoconf} you're encouraged to define it
7460 If @command{autoconf} detects this situation, it leaves @code{const} alone,
8961 This macro runs only at @command{autoconf} time, and incurs no cost at
9107 This macro issues a warning during @command{autoconf} processing if
9515 @command{autoconf} prints a warning message when creating
10273 To diagnose static issues, i.e., when @command{autoconf} is run, see
10559 On the other hand, since autoconf generates shell code, you often want
11092 unexpanded macros. The @command{autoconf} program checks for this problem
11337 @c $$ restore font-lock
11379 @xref{autoconf Invocation}, for examples of trace uses.
11385 when invoked, @command{autoconf} preselects all the macros that
11436 autom4te --prepend-include /usr/local/share/autoconf \
11446 autom4te --prepend-include /usr/local/share/autoconf \
11951 autoconf macros into this diversion.
13136 development snapshot of autoconf claimed to be at version
13171 Remember that the autoconf philosophy favors feature checks over version
13479 @command{autoconf}), in order to inspect when a macro is called and with
13481 autoconf version could be found by:
13484 $ @kbd{autoconf --trace=AC_INIT}
13485 configure.ac:23:AC_INIT:GNU Autoconf:2.63b.95-3963:bug-autoconf@@gnu.org
13486 $ @kbd{autoconf --trace='AC_INIT:version is $2'}
13495 autoconf primitive or of one of your autoconf macros, you can do it like
13505 $ @kbd{autoconf}
14220 * Reporting Messages:: Notifying @command{autoconf} users
14397 @cindex Messages, from @command{autoconf}
14400 is possible to make @command{autoconf} detect the problem, and refuse to
14438 Report a severe error @var{message}, and have @command{autoconf} die.
14447 When the user runs @samp{autoconf -W error}, warnings from
14449 @code{AC_WARNING}) are reported as errors, see @ref{autoconf Invocation}.
14764 The details of this macro are hairy: if @command{autoconf} encounters an
14784 @uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
15587 @c <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
15647 @c $$ font-lock
15775 While @command{autoconf} and friends are usually run on some Posix
15819 that are Posixy enough to run @command{autoconf} (such as DJGPP)
15836 as @command{autoconf} uses a .in suffix for template files.
15859 not important for @command{autoconf}.
16822 beginning of a script, and many macros within autoconf rely on this
17652 Some shell scripts, such as those generated by @command{autoconf}, use a
18538 Traditional Awk does not support the keywords @code{delete} or @code{do}.
19225 @c $$ restore font-lock
20174 @c $$ @c restore font-lock
20559 in a rule, including shell variables, functions, and keywords.
20651 @c $$ restore font-lock
20730 @c $$ restore font-lock
22476 @c $$ restore font-lock
22646 @set autoconf
22920 configure.ac --. .------> autoconf* -----> configure
24088 @cindex Upgrading autoconf
24114 @file{acsite.m4}. @xref{autoconf Invocation}.
24173 macros while running @command{autoconf}, you may safely ignore them, but
24272 @cindex Upgrading autoconf
24322 $ @kbd{autoconf-2.13; ./configure --silent}
24332 $ @kbd{autoconf-2.50; ./configure --silent}
24360 $ @kbd{autoconf-2.13}
24361 autoconf: Undefined macros:
24366 $ @kbd{autoconf-2.50}
24399 $ @kbd{autoconf}
24423 $ @kbd{autoconf}
25041 @defmac AT_KEYWORDS (@var{keywords})
25043 Associate the space-separated list of @var{keywords} to the enclosing
25051 Several invocations within a test group accumulate new keywords. In
25319 keywords.
25353 @item --keywords=@var{keywords}
25354 @itemx -k @var{keywords}
25355 Add to the selection the test groups with title or keywords (arguments
25356 to @code{AT_SETUP} or @code{AT_KEYWORDS}) that match @emph{all} keywords
25357 of the comma separated list @var{keywords}, case-insensitively. Use
25359 keyword. By default, the keywords match whole words; enclose them in
25831 the @uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
25852 role and is read by many tools: @command{autoconf} to create
25864 @command{autoconf}, behind the scenes, @command{autom4te} also
25916 $ @kbd{autoconf -Wall}
25965 $ @kbd{autoconf -Wall}
26007 $ @kbd{autoconf}
26070 autoconf. In other words, the author was unknowingly relying on a bug
26138 When @command{autoconf} fails, common causes for error include:
26161 Sometimes @command{autoconf} succeeds but the generated
26164 If this command fails, the same tips apply, as if @command{autoconf} had
26248 @cindex History of autoconf
26396 Noah Friedman added the @option{--autoconf-dir} option and
26569 @c LocalWords: texinfo setfilename autoconf texi settitle setchapternewpage