{
    "content": [
        {
            "type": "text",
            "text": "# autoupdate (man)\n\n**Summary:** autoupdate - Update a configure.ac to a newer Autoconf\n\n**Synopsis:** autoupdate [OPTION]... [TEMPLATE-FILE]...\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -h | --help | — | print this help, then exit |\n| -V | --version | — | print version number, then exit |\n| -v | --verbose | — | verbosely report processing |\n| -d | --debug | — | don't remove temporary files |\n| -f | --force | — | consider all files obsolete |\n| -B | --prepend-include | — | prepend directory DIR to search path |\n| -I | --include | — | append directory DIR to search path |\n\n## See Also\n\n- autoconf(1)\n- automake(1)\n- autoreconf(1)\n- autoheader(1)\n- autoscan(1)\n- fig.guess(1)\n- config.sub(1)\n- ifnames(1)\n- libtool(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (3 lines) — 9 subsections\n  - Operation modes: (1 lines)\n  - -h --help (2 lines)\n  - -V --version (2 lines)\n  - -v --verbose (2 lines)\n  - -d --debug (2 lines)\n  - -f --force (2 lines)\n  - Library directories: (1 lines)\n  - -B --prepend-include (2 lines)\n  - -I --include (2 lines)\n- **AUTHOR** (2 lines)\n- **REPORTING BUGS** (4 lines)\n- **COPYRIGHT** (5 lines)\n- **SEE ALSO** (13 lines)\n\n## Full Content\n\n### NAME\n\nautoupdate - Update a configure.ac to a newer Autoconf\n\n### SYNOPSIS\n\nautoupdate [OPTION]... [TEMPLATE-FILE]...\n\n### DESCRIPTION\n\nUpdate  each TEMPLATE-FILE if given, or 'configure.ac' if present, or else 'configure.in', to\nthe syntax of the current version of Autoconf.  The original files are backed up.\n\n#### Operation modes:\n\n#### -h --help\n\nprint this help, then exit\n\n#### -V --version\n\nprint version number, then exit\n\n#### -v --verbose\n\nverbosely report processing\n\n#### -d --debug\n\ndon't remove temporary files\n\n#### -f --force\n\nconsider all files obsolete\n\n#### Library directories:\n\n#### -B --prepend-include\n\nprepend directory DIR to search path\n\n#### -I --include\n\nappend directory DIR to search path\n\n### AUTHOR\n\nWritten by David J. MacKenzie and Akim Demaille.\n\n### REPORTING BUGS\n\nReport bugs to <bug-autoconf@gnu.org>.\nGNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.\nGeneral help using GNU software: <https://www.gnu.org/gethelp/>.\n\n### COPYRIGHT\n\nCopyright © 2021 Free Software Foundation, Inc.  License GPLv3+/Autoconf: GNU GPL  version  3\nor later <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>\nThis  is free software: you are free to change and redistribute it.  There is NO WARRANTY, to\nthe extent permitted by law.\n\n### SEE ALSO\n\nautoconf(1), automake(1),  autoreconf(1),  autoupdate(1),  autoheader(1),  autoscan(1),  con‐‐\nfig.guess(1), config.sub(1), ifnames(1), libtool(1).\n\nThe  full  documentation  for  autoupdate is maintained as a Texinfo manual.  If the info and\nautoupdate programs are properly installed at your site, the command\n\ninfo autoupdate\n\nshould give you access to the complete manual.\n\n\n\nGNU Autoconf 2.71                            August 2021                               AUTOUPDATE(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "autoupdate",
        "section": "",
        "mode": "man",
        "summary": "autoupdate - Update a configure.ac to a newer Autoconf",
        "synopsis": "autoupdate [OPTION]... [TEMPLATE-FILE]...",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "print this help, then exit"
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "print version number, then exit"
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "verbosely report processing"
            },
            {
                "flag": "-d",
                "long": "--debug",
                "arg": null,
                "description": "don't remove temporary files"
            },
            {
                "flag": "-f",
                "long": "--force",
                "arg": null,
                "description": "consider all files obsolete"
            },
            {
                "flag": "-B",
                "long": "--prepend-include",
                "arg": null,
                "description": "prepend directory DIR to search path"
            },
            {
                "flag": "-I",
                "long": "--include",
                "arg": null,
                "description": "append directory DIR to search path"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "autoconf",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/autoconf/1/json"
            },
            {
                "name": "automake",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/automake/1/json"
            },
            {
                "name": "autoreconf",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/autoreconf/1/json"
            },
            {
                "name": "autoheader",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/autoheader/1/json"
            },
            {
                "name": "autoscan",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/autoscan/1/json"
            },
            {
                "name": "fig.guess",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/fig.guess/1/json"
            },
            {
                "name": "config.sub",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/config.sub/1/json"
            },
            {
                "name": "ifnames",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ifnames/1/json"
            },
            {
                "name": "libtool",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/libtool/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": [
                    {
                        "name": "Operation modes:",
                        "lines": 1
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-d --debug",
                        "lines": 2,
                        "flag": "-d",
                        "long": "--debug"
                    },
                    {
                        "name": "-f --force",
                        "lines": 2,
                        "flag": "-f",
                        "long": "--force"
                    },
                    {
                        "name": "Library directories:",
                        "lines": 1
                    },
                    {
                        "name": "-B --prepend-include",
                        "lines": 2,
                        "flag": "-B",
                        "long": "--prepend-include"
                    },
                    {
                        "name": "-I --include",
                        "lines": 2,
                        "flag": "-I",
                        "long": "--include"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 13,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "autoupdate - Update a configure.ac to a newer Autoconf\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "autoupdate [OPTION]... [TEMPLATE-FILE]...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Update  each TEMPLATE-FILE if given, or 'configure.ac' if present, or else 'configure.in', to\nthe syntax of the current version of Autoconf.  The original files are backed up.\n",
                "subsections": [
                    {
                        "name": "Operation modes:",
                        "content": ""
                    },
                    {
                        "name": "-h --help",
                        "content": "print this help, then exit\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "content": "print version number, then exit\n",
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-v --verbose",
                        "content": "verbosely report processing\n",
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-d --debug",
                        "content": "don't remove temporary files\n",
                        "flag": "-d",
                        "long": "--debug"
                    },
                    {
                        "name": "-f --force",
                        "content": "consider all files obsolete\n",
                        "flag": "-f",
                        "long": "--force"
                    },
                    {
                        "name": "Library directories:",
                        "content": ""
                    },
                    {
                        "name": "-B --prepend-include",
                        "content": "prepend directory DIR to search path\n",
                        "flag": "-B",
                        "long": "--prepend-include"
                    },
                    {
                        "name": "-I --include",
                        "content": "append directory DIR to search path\n",
                        "flag": "-I",
                        "long": "--include"
                    }
                ]
            },
            "AUTHOR": {
                "content": "Written by David J. MacKenzie and Akim Demaille.\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "Report bugs to <bug-autoconf@gnu.org>.\nGNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.\nGeneral help using GNU software: <https://www.gnu.org/gethelp/>.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright © 2021 Free Software Foundation, Inc.  License GPLv3+/Autoconf: GNU GPL  version  3\nor later <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>\nThis  is free software: you are free to change and redistribute it.  There is NO WARRANTY, to\nthe extent permitted by law.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "autoconf(1), automake(1),  autoreconf(1),  autoupdate(1),  autoheader(1),  autoscan(1),  con‐‐\nfig.guess(1), config.sub(1), ifnames(1), libtool(1).\n\nThe  full  documentation  for  autoupdate is maintained as a Texinfo manual.  If the info and\nautoupdate programs are properly installed at your site, the command\n\ninfo autoupdate\n\nshould give you access to the complete manual.\n\n\n\nGNU Autoconf 2.71                            August 2021                               AUTOUPDATE(1)",
                "subsections": []
            }
        }
    }
}