Lines Matching full:configure
15 In your bootstrap (pre-configure) script, you can do this:
22 I tend to put my configure auxiliary files in "m4".
32 to your configure.ac file. See LIBOPTS_CHECK: below for details.
82 Adds two command-line options to the generated configure script,
93 This variant of LIBOPTS_CHECK is useful when multiple configure.ac
95 case, only one of the configure.ac files should build libopts and
99 configure.ac
101 configure.ac
106 by both configure.ac files link against the common-tools/libopts
108 configure.ac uses LIBOPTS_CHECK_NOBUILD([common-tools/libopts]),
109 while common-tools/configure.ac uses LIBOPTS_CHECK. The difference
111 leaving that to the subpackage configure.ac's LIBOPTS_CHECK.