Home
last modified time | relevance | path

Searched full:autoconf (Results 1 – 25 of 1093) sorted by relevance

12345678910>>...44

/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/
Ddetect-autoconf.sh4 AUTOCONF="autoconf"
16 if test -x "`$WHICH autoconf-2.5x`" ; then
17 AUTOCONF="`$WHICH autoconf-2.5x`"
18 elif test -x "`$WHICH autoconf-2.54`" ; then
19 AUTOCONF="`$WHICH autoconf-2.54`"
20 elif test -x "`$WHICH autoconf-2.53`" ; then
21 AUTOCONF="`$WHICH autoconf-2.53`"
22 elif test -x "`$WHICH autoconf-2.53a`" ; then
23 AUTOCONF="`$WHICH autoconf-2.53a`"
24 elif test -x "`$WHICH autoconf-2.52`" ; then
[all …]
Dconf.change.pl6 # autoconf function (which are GPL) into our LGPL acinclude.m4.in
27 # later autoconf's
50 # in later autoconf (2.14.1) there is no CONFIG_FILES= line,
66 # hmm, we don't know the autoconf version, but we try anyway
80 # on autoconf 250, it ends with '# CONFIG_HEADER section'
95 print STDERR "hmm, don't know autoconf version\n";
110 print STDERR "hmm, don't know autoconf version\n" unless $ac_version;
125 #echo Doing the fast build of Makefiles -- autoconf $ac_version
152 #echo Doing the fast build of Makefiles -- autoconf $ac_version
/third_party/flutter/skia/third_party/externals/sdl/
Dautogen.sh3 echo "Generating build information using autoconf"
13 for autoconf in autoconf autoconf259 autoconf-2.59
14 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
17 echo "Couldn't find autoconf, aborting"
/third_party/flutter/skia/third_party/externals/sdl/test/
Dautogen.sh6 for autoconf in autoconf autoconf259 autoconf-2.59
7 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
10 echo "Couldn't find autoconf, aborting"
/third_party/flutter/skia/third_party/externals/sdl/visualtest/
Dautogen.sh6 for autoconf in autoconf autoconf259 autoconf-2.59
7 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
10 echo "Couldn't find autoconf, aborting"
/third_party/gettext/gettext-runtime/
DNEWS45 * Bug fix in the gettext.m4 autoconf macros.
51 * Autoconf macros:
52 - The gettext autoconf macros now require autoconf 2.52 or newer.
53 - A new autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is added. It allows to
56 - A new autoconf macro AM_GNU_GETTEXT_NEED is added. It allows to specify
62 * The gettext autoconf macros will now work with the forthcoming g++ 4.0.
68 * The gettext autoconf macros now require autoconf 2.50 or newer.
/third_party/skia/third_party/externals/libpng/scripts/
DREADME.txt68 libtool.m4 => Used by autoconf tools
69 ltoptions.m4 => Used by autoconf tools
70 ltsugar.m4 => Used by autoconf tools
71 ltversion.m4 => Used by autoconf tools
72 lt~obsolete.m4 => Used by autoconf tools
74 intprefix.dfn => Used by autoconf tools
75 macro.lst => Used by autoconf tools
76 prefix.dfn => Used by autoconf tools
/third_party/flutter/skia/third_party/externals/libpng/scripts/
DREADME.txt68 libtool.m4 => Used by autoconf tools
69 ltoptions.m4 => Used by autoconf tools
70 ltsugar.m4 => Used by autoconf tools
71 ltversion.m4 => Used by autoconf tools
72 lt~obsolete.m4 => Used by autoconf tools
74 intprefix.dfn => Used by autoconf tools
75 macro.lst => Used by autoconf tools
76 prefix.dfn => Used by autoconf tools
/third_party/libpng/scripts/
DREADME.txt68 libtool.m4 => Used by autoconf tools
69 ltoptions.m4 => Used by autoconf tools
70 ltsugar.m4 => Used by autoconf tools
71 ltversion.m4 => Used by autoconf tools
72 lt~obsolete.m4 => Used by autoconf tools
74 intprefix.dfn => Used by autoconf tools
75 macro.lst => Used by autoconf tools
76 prefix.dfn => Used by autoconf tools
/third_party/libsnd/m4/
Dax_recursive_eval.m42 # https://www.gnu.org/software/autoconf-archive/ax_recursive_eval.html
32 # As a special exception, the respective Autoconf Macro's copyright owner
34 # scripts that are the output of Autoconf when processing the Macro. You
38 # all other use of the material that constitutes the Autoconf Macro.
40 # This special exception to the GPL applies to versions of the Autoconf
41 # Macro released by the Autoconf Archive. When you make and distribute a
42 # modified version of the Autoconf Macro, you may extend this special
Dax_append_flag.m42 # https://www.gnu.org/software/autoconf-archive/ax_append_flag.html
39 # As a special exception, the respective Autoconf Macro's copyright owner
41 # scripts that are the output of Autoconf when processing the Macro. You
45 # all other use of the material that constitutes the Autoconf Macro.
47 # This special exception to the GPL applies to versions of the Autoconf
48 # Macro released by the Autoconf Archive. When you make and distribute a
49 # modified version of the Autoconf Macro, you may extend this special
Dax_append_compile_flags.m42 # https://www.gnu.org/software/autoconf-archive/ax_append_compile_flags.html
46 # As a special exception, the respective Autoconf Macro's copyright owner
48 # scripts that are the output of Autoconf when processing the Macro. You
52 # all other use of the material that constitutes the Autoconf Macro.
54 # This special exception to the GPL applies to versions of the Autoconf
55 # Macro released by the Autoconf Archive. When you make and distribute a
56 # modified version of the Autoconf Macro, you may extend this special
Dax_append_link_flags.m42 # https://www.gnu.org/software/autoconf-archive/ax_append_link_flags.html
44 # As a special exception, the respective Autoconf Macro's copyright owner
46 # scripts that are the output of Autoconf when processing the Macro. You
50 # all other use of the material that constitutes the Autoconf Macro.
52 # This special exception to the GPL applies to versions of the Autoconf
53 # Macro released by the Autoconf Archive. When you make and distribute a
54 # modified version of the Autoconf Macro, you may extend this special
/third_party/skia/third_party/externals/microhttpd/m4/
Dax_append_flag.m42 # http://www.gnu.org/software/autoconf-archive/ax_append_flag.html
39 # As a special exception, the respective Autoconf Macro's copyright owner
41 # scripts that are the output of Autoconf when processing the Macro. You
45 # all other use of the material that constitutes the Autoconf Macro.
47 # This special exception to the GPL applies to versions of the Autoconf
48 # Macro released by the Autoconf Archive. When you make and distribute a
49 # modified version of the Autoconf Macro, you may extend this special
Dax_append_compile_flags.m42 # http://www.gnu.org/software/autoconf-archive/ax_append_compile_flags.html
44 # As a special exception, the respective Autoconf Macro's copyright owner
46 # scripts that are the output of Autoconf when processing the Macro. You
50 # all other use of the material that constitutes the Autoconf Macro.
52 # This special exception to the GPL applies to versions of the Autoconf
53 # Macro released by the Autoconf Archive. When you make and distribute a
54 # modified version of the Autoconf Macro, you may extend this special
/third_party/pulseaudio/m4/
Dax_tls.m42 # http://www.gnu.org/software/autoconf-archive/ax_tls.html
34 # As a special exception, the respective Autoconf Macro's copyright owner
36 # scripts that are the output of Autoconf when processing the Macro. You
40 # all other use of the material that constitutes the Autoconf Macro.
42 # This special exception to the GPL applies to versions of the Autoconf
43 # Macro released by the Autoconf Archive. When you make and distribute a
44 # modified version of the Autoconf Macro, you may extend this special
/third_party/eudev/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'
/third_party/elfio/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'
/third_party/wayland-protocols_standard/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'
/third_party/node/deps/cares/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'
/third_party/libffi/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'
/third_party/skia/third_party/externals/microhttpd/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'
/third_party/libpng/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'
/third_party/libevdev/build-aux/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'
/third_party/skia/third_party/externals/libpng/
Dmissing24 # configuration script generated by Autoconf, you may include it under
35 # Used by our autoconf macros to check whether the available missing
57 aclocal autoconf autoheader autom4te automake makeinfo
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
115 echo "<$gnu_software_URL/autoconf>"
119 autoconf|autom4te|autoheader)
120 echo "The '$1' program is part of the GNU Autoconf package:"
121 echo "<$gnu_software_URL/autoconf/>"
141 autoconf*)
144 program_details 'autoconf'

12345678910>>...44