OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Autom4te
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/autoconf/dist/bin/
ifnames.in
44
use
Autom4te
::General;
45
use
Autom4te
::XFile;
46
use
Autom4te
::FileUtils;
99
my $file = new
Autom4te
::XFile ("< " . open_quote ($file_name));
autoheader.in
41
use
Autom4te
::ChannelDefs;
42
use
Autom4te
::Channels;
43
use
Autom4te
::Configure_ac;
44
use
Autom4te
::FileUtils;
45
use
Autom4te
::General;
46
use
Autom4te
::XFile;
53
my $
autom4te
= $ENV{'
AUTOM4TE
'} || '@bindir@/@
autom4te
-name@';
75
" .
Autom4te
::ChannelDefs::usage () .
[
all
...]
autoupdate.in
39
use
Autom4te
::ChannelDefs;
40
use
Autom4te
::Channels;
41
use
Autom4te
::Configure_ac;
42
use
Autom4te
::FileUtils;
43
use
Autom4te
::General;
44
use
Autom4te
::XFile;
49
my $
autom4te
= $ENV{'
AUTOM4TE
'} || '@bindir@/@
autom4te
-name@';
50
my $autoconf = "$
autom4te
--language=autoconf"
[
all
...]
autoreconf.in
39
use
Autom4te
::ChannelDefs;
40
use
Autom4te
::Channels;
41
use
Autom4te
::Configure_ac;
42
use
Autom4te
::FileUtils;
43
use
Autom4te
::General;
44
use
Autom4te
::XFile;
79
" .
Autom4te
::ChannelDefs::usage . "
88
The environment variables
AUTOM4TE
, AUTOCONF, AUTOHEADER, AUTOMAKE,
111
my $
autom4te
= $ENV{'
AUTOM4TE
'} || '@bindir@/@autom4te-name@'
[
all
...]
autom4te.in
8
#
autom4te
- Wrapper around M4 libraries.
37
use
Autom4te
::C4che;
38
use
Autom4te
::ChannelDefs;
39
use
Autom4te
::Channels;
40
use
Autom4te
::FileUtils;
41
use
Autom4te
::General;
42
use
Autom4te
::XFile;
171
" .
Autom4te
::ChannelDefs::usage . "
207
autom4te
(@PACKAGE_NAME@) @VERSION@
226
# Transform
Autom4te
conventions (e.g., using foo.m4f to designate a froze
[
all
...]
autoscan.in
38
use
Autom4te
::ChannelDefs;
39
use
Autom4te
::Configure_ac;
40
use
Autom4te
::General;
41
use
Autom4te
::FileUtils;
42
use
Autom4te
::XFile;
94
my $
autom4te
= $ENV{'
AUTOM4TE
'} || '@bindir@/@
autom4te
-name@';
95
my $autoconf = "$
autom4te
--language=autoconf";
172
my $table = new
Autom4te
::XFile "< " . open_quote ($file)
[
all
...]
/src/external/gpl3/autoconf/dist/lib/Autom4te/
Makefile.am
18
perllibdir = $(pkgdatadir)/
Autom4te
Getopt.pm
16
package
Autom4te
::Getopt;
20
Autom4te
::Getopt - GCS conforming parser for command line options
24
use
Autom4te
::Getopt;
38
use
Autom4te
::ChannelDefs qw/fatal/;
Request.pm
17
package
Autom4te
::Request;
21
Autom4te
::Request - a single m4 run request
25
use
Autom4te
::Request;
87
L<
Autom4te
::C4che>
Configure_ac.pm
21
package
Autom4te
::Configure_ac;
26
use
Autom4te
::Channels;
27
use
Autom4te
::ChannelDefs;
36
Autom4te
::Configure_ac - Locate configure.ac or configure.in.
40
use
Autom4te
::Configure_ac;
C4che.pm
17
package
Autom4te
::C4che;
21
Autom4te
::C4che - a single m4 run request
25
use
Autom4te
::C4che;
29
This Perl module handles the cache of M4 runs used by
autom4te
.
34
use
Autom4te
::Request;
53
=item C<$req =
Autom4te
::C4che-E<gt>retrieve (%attr)>
80
=item C<$req =
Autom4te
::C4che-E<gt>register (%attr)>
96
my $obj = new
Autom4te
::Request ('path' => $attr{path},
107
=item C<$req =
Autom4te
::C4che-E<gt>request (%request)>
122
Autom4te
::C4che->retrieve (%request
[
all
...]
XFile.pm
23
package
Autom4te
::XFile;
27
Autom4te
::XFile - supply object methods for filehandles with error handling
31
use
Autom4te
::XFile;
33
$fh = new
Autom4te
::XFile;
40
$fh = new
Autom4te
::XFile "> file";
45
$fh = new
Autom4te
::XFile "file", "r";
51
$fh = new
Autom4te
::XFile "file", O_WRONLY | O_APPEND;
64
C<
Autom4te
::XFile> inherits from C<IO::File>. It provides the method
79
use
Autom4te
::ChannelDefs;
80
use
Autom4te
::Channels qw(msg)
[
all
...]
General.pm
18
package
Autom4te
::General;
22
Autom4te
::General - general support functions for Autoconf
26
use
Autom4te
::General
37
use
Autom4te
::ChannelDefs;
38
use
Autom4te
::Channels;
39
use
Autom4te
::Getopt ();
236
Wrapper around C<
Autom4te
::Getopt::parse_options>. In addition to
258
Autom4te
::Getopt::parse_options (%option);
398
L<
Autom4te
::XFile>
ChannelDefs.pm
17
package
Autom4te
::ChannelDefs;
19
use
Autom4te
::Channels;
23
Autom4te
::ChannelDefs - channel definitions for Automake and helper functions
27
use
Autom4te
::ChannelDefs;
29
print
Autom4te
::ChannelDefs::usage (), "\n";
39
Autom4te
::ChannelDefs::set_strictness ($STRICTNESS_NAME);
63
C<
Autom4te
::Channel::msg>. For some of them we list a shorthand
367
L<
Autom4te
::Channels>
FileUtils.pm
21
package
Autom4te
::FileUtils;
25
Autom4te
::FileUtils - handling files
29
use
Autom4te
::FileUtils
42
use
Autom4te
::Channels;
43
use
Autom4te
::ChannelDefs;
363
my $f = new
Autom4te
::XFile "< " . open_quote ($file);
Channels.pm
21
package
Autom4te
::Channels;
25
Autom4te
::Channels - support functions for error and warning management
29
use
Autom4te
::Channels;
420
#
Autom4te
::Location class and display contexts.
595
C<$location> can also be an instance of C<
Autom4te
::Location>. In this
811
L<
Autom4te
::Location>
/src/external/gpl3/autoconf/dist/
cfg.mk
50
.PHONY: fetch gnulib-update
autom4te
-update
51
fetch: gnulib-update
autom4te
-update
86
Autom4te
/Configure_ac.pm \
87
Autom4te
/Channels.pm \
88
Autom4te
/FileUtils.pm \
89
Autom4te
/Getopt.pm \
90
Autom4te
/XFile.pm
94
autom4te
-update:
96
mkdir -p Fetchdir/
Autom4te
98
infile=`echo $$file | sed 's/
Autom4te
/Automake/g'`;
[
all
...]
configure
3121
ac_config_files="$ac_config_files Makefile doc/Makefile lib/Makefile lib/
Autom4te
/Makefile lib/autoscan/Makefile lib/m4sugar/Makefile lib/autoconf/Makefile lib/autotest/Makefile bin/Makefile"
3862
"lib/
Autom4te
/Makefile") CONFIG_FILES="$CONFIG_FILES lib/
Autom4te
/Makefile" ;;
Completed in 36 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026