components/autogen/autogen.p5m
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 03 Feb 2015 04:25:36 -0800
changeset 3737 a71f444ba849
parent 1948 2d1537e7942d
child 5299 a301501de846
permissions -rw-r--r--
20462161 Upgrade Apache Web Server 2.4 to version 2.4.12 20462192 problem in UTILITY/APACHE
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1323
diff changeset
    21
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    22
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    23
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    25
set name=pkg.fmri \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    26
    value=pkg:/developer/build/autogen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    27
set name=pkg.summary value="GNU autogen utility"
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    28
set name=pkg.description \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    29
    value="AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 683
diff changeset
    30
set name=com.oracle.info.description value="GNU autogen"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1323
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    32
set name=info.classification \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    33
    value="org.opensolaris.category.2008:Development/Other Languages"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2008/315 value=PSARC/2012/367
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    38
file path=usr/bin/$(MACH64)/autoopts-config
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    39
file usr/bin/$(MACH64)/autogen path=usr/bin/autogen
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    40
file path=usr/bin/autoopts-config
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    41
file usr/bin/$(MACH64)/columns path=usr/bin/columns
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    42
file usr/bin/$(MACH64)/getdefs path=usr/bin/getdefs
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    43
file usr/bin/$(MACH64)/xml2ag path=usr/bin/xml2ag
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    44
file path=usr/include/autoopts/options.h
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    45
file path=usr/include/autoopts/usage-txt.h
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    46
file path=usr/lib/$(MACH64)/libopts.a
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    47
link path=usr/lib/$(MACH64)/libopts.so target=libopts.so.25.11.5
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    48
link path=usr/lib/$(MACH64)/libopts.so.25 target=libopts.so.25.11.5
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    49
file path=usr/lib/$(MACH64)/libopts.so.25.11.5
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/libopts.a
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    51
link path=usr/lib/libopts.so target=libopts.so.25.11.5
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    52
link path=usr/lib/libopts.so.25 target=libopts.so.25.11.5
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    53
file path=usr/lib/libopts.so.25.11.5
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    54
file usr/share/pkgconfig/autoopts.pc path=usr/lib/pkgconfig/autoopts.pc
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    55
file path=usr/share/aclocal/autoopts.m4
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    56
file path=usr/share/autogen/aginfo.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    57
file path=usr/share/autogen/aginfo3.tpl
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    58
file path=usr/share/autogen/agman-cmd.tpl
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    59
file path=usr/share/autogen/agman.tlib
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    60
file path=usr/share/autogen/agman1.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    61
file path=usr/share/autogen/agman3.tpl
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    62
file path=usr/share/autogen/agmdoc-cmd.tpl
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    63
file path=usr/share/autogen/agpl.lic
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    64
file path=usr/share/autogen/agtexi-cmd.tpl
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    65
file path=usr/share/autogen/autoopts.m4
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    66
file path=usr/share/autogen/bits.tpl
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    67
file path=usr/share/autogen/cmd-doc.tlib
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    68
file path=usr/share/autogen/confmacs.tlib
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    69
file path=usr/share/autogen/conftest.tpl
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    70
file path=usr/share/autogen/def2pot.tpl
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    71
file path=usr/share/autogen/fsm-macro.tlib
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    72
file path=usr/share/autogen/fsm-trans.tlib
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    73
file path=usr/share/autogen/fsm.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    74
file path=usr/share/autogen/getopt.tpl
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    75
file path=usr/share/autogen/gpl.lic
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    76
file path=usr/share/autogen/gplv2.lic
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    77
file path=usr/share/autogen/lgpl.lic
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    78
file path=usr/share/autogen/liboptschk.m4
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    79
file path=usr/share/autogen/man2man
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    80
file path=usr/share/autogen/man2mdoc
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    81
file path=usr/share/autogen/man2texi
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    82
file path=usr/share/autogen/mbsd.lic
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    83
file path=usr/share/autogen/mdoc2man
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    84
file path=usr/share/autogen/mdoc2mdoc
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    85
file path=usr/share/autogen/mdoc2texi
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    86
file path=usr/share/autogen/optcode.tlib
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    87
file path=usr/share/autogen/opthead.tlib
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    88
file path=usr/share/autogen/options.tpl
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    89
file path=usr/share/autogen/optlib.tlib
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    90
file path=usr/share/autogen/optmain.tlib
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    91
file path=usr/share/autogen/rc-sample.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    92
file path=usr/share/autogen/stdoptions.def
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    93
file path=usr/share/autogen/strings.tpl
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    94
file path=usr/share/autogen/texi2man
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    95
file path=usr/share/autogen/texi2mdoc
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    96
file path=usr/share/autogen/texi2texi
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    97
file path=usr/share/autogen/tpl-config.tlib
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    98
file path=usr/share/autogen/usage.tlib
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    99
file path=usr/share/info/autogen.info
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   100
file path=usr/share/info/autogen.info-1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   101
file path=usr/share/info/autogen.info-2
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   102
file path=usr/share/man/man1/autogen.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   103
file path=usr/share/man/man1/autoopts-config.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   104
file path=usr/share/man/man1/columns.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   105
file path=usr/share/man/man1/getdefs.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   106
file path=usr/share/man/man1/xml2ag.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   107
file path=usr/share/man/man3/ao_string_tokenize.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   108
file path=usr/share/man/man3/configFileLoad.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   109
file path=usr/share/man/man3/optionFileLoad.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   110
file path=usr/share/man/man3/optionFindNextValue.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   111
file path=usr/share/man/man3/optionFindValue.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   112
file path=usr/share/man/man3/optionFree.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   113
file path=usr/share/man/man3/optionGetValue.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   114
file path=usr/share/man/man3/optionLoadLine.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   115
file path=usr/share/man/man3/optionNextValue.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   116
file path=usr/share/man/man3/optionOnlyUsage.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   117
file path=usr/share/man/man3/optionProcess.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   118
file path=usr/share/man/man3/optionRestore.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   119
file path=usr/share/man/man3/optionSaveFile.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   120
file path=usr/share/man/man3/optionSaveState.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   121
file path=usr/share/man/man3/optionUnloadNested.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   122
file path=usr/share/man/man3/optionVersion.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   123
file path=usr/share/man/man3/strequate.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   124
file path=usr/share/man/man3/streqvcmp.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   125
file path=usr/share/man/man3/streqvmap.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   126
file path=usr/share/man/man3/strneqvcmp.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   127
file path=usr/share/man/man3/strtransform.3
1323
a1d7c0356871 PSARC 2012/367 GNU autogen 5.16.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
   128
license autogen.license license="GPLv3, FDLv1.2"