{"id":13648434,"url":"https://github.com/autotools-mirror/autoconf","last_synced_at":"2025-04-22T07:31:32.961Z","repository":{"id":131919327,"uuid":"47662429","full_name":"autotools-mirror/autoconf","owner":"autotools-mirror","description":"GNU Autoconf. Mirror of git://git.savannah.gnu.org/autoconf.git ","archived":false,"fork":false,"pushed_at":"2024-11-05T22:50:22.000Z","size":17262,"stargazers_count":49,"open_issues_count":0,"forks_count":23,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-05T23:32:37.874Z","etag":null,"topics":["autoconf","autotools","gnu","m4","mirror"],"latest_commit_sha":null,"homepage":"https://www.gnu.org/software/autoconf/","language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autotools-mirror.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog.0","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-09T02:08:16.000Z","updated_at":"2024-11-05T22:50:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc2fe78a-925c-4299-a627-ec9840e0e557","html_url":"https://github.com/autotools-mirror/autoconf","commit_stats":null,"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotools-mirror%2Fautoconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotools-mirror%2Fautoconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotools-mirror%2Fautoconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotools-mirror%2Fautoconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autotools-mirror","download_url":"https://codeload.github.com/autotools-mirror/autoconf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250195033,"owners_count":21390230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoconf","autotools","gnu","m4","mirror"],"created_at":"2024-08-02T01:04:14.967Z","updated_at":"2025-04-22T07:31:32.377Z","avatar_url":"https://github.com/autotools-mirror.png","language":"Roff","funding_links":[],"categories":["Roff"],"sub_categories":[],"readme":"-*- text -*-\n\nAutoconf\n\nAutoconf is an extensible package of M4 macros that produce shell\nscripts to automatically configure software source code packages.\nThese scripts can adapt the packages to many kinds of UNIX-like\nsystems without manual user intervention.  Autoconf creates a\nconfiguration script for a package from a template file that lists the\noperating system features that the package can use, in the form of M4\nmacro calls.\n\nProducing configuration scripts using Autoconf requires GNU M4 and\nPerl.  You should install GNU M4 (version 1.4.8 or later is required;\n1.4.16 or later is recommended) and Perl (5.006 or later) before\nconfiguring Autoconf, so that Autoconf's configure script can find\nthem.  The configuration scripts produced by Autoconf are\nself-contained, so their users do not need to have Autoconf (or GNU\nM4, Perl, etc.).\n\nYou can get GNU M4 here:\n\nhttps://ftp.gnu.org/gnu/m4/\n\nThe file INSTALL should be distributed with packages that use\nAutoconf-generated configure scripts and Makefiles that conform to the\nGNU coding standards.  The package's README can just give an overview\nof the package, where to report bugs, and a pointer to INSTALL for\ninstructions on compilation and installation.  This removes the need\nto maintain many similar sets of installation instructions.\n\nBe sure to read BUGS and INSTALL.\n\nMail suggestions to autoconf@gnu.org, report bugs to\nbug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org.\nAll changes can be tracked at the read-only autoconf-commit@gnu.org.\nAlways include the Autoconf version number, which you can get by\nrunning 'autoconf --version'.  Archives of bug-autoconf@gnu.org can be\nfound in \u003chttps://lists.gnu.org/archive/html/bug-autoconf/\u003e, and\nsimilarly for the other mailing lists.\n\nLicensing\n=========\nAutoconf is released under the General Public License version 3 (GPLv3+).\nAdditionally, Autoconf includes a licensing exception in some of its\nsource files; see the respective copyright notices for how your\nproject is impacted by including scripts generated by Autoconf, and the\nCOPYING.EXCEPTION file for the exception in terms of the Additional\nPermissions as described in section 7 of GPLv3.\n\nFor more licensing information, see\n\u003chttps://www.gnu.org/licenses/gpl-faq.html\u003e and\n\u003chttps://www.gnu.org/licenses/exceptions.html\u003e.\n\nFor any copyright year range specified as YYYY-ZZZZ in this package\nnote that the range specifies every single year in that closed interval.\n\nGNU Project notice\n==================\nAutoconf is part of the GNU Operating System, developed by the GNU Project.\n\nIf you are the author of an awesome program and want to join us in\nwriting Free (libre) Software, please consider making it an official\nGNU program and become a GNU Maintainer.  Instructions on how to do\nthis are here:\n  https://www.gnu.org/help/evaluation\n\nDon't have a program to contribute?  Look at all the other ways to help:\n  https://www.gnu.org/help/help.html\n\nAnd to learn more about Free (libre) Software in general, please read\nand share this page:\n  https://gnu.org/philosophy/free-sw.html\n\nWe are looking forward to hacking with you!\n\n-----\n\nCopyright (C) 1992-1994, 1998, 2000-2017, 2020-2024 Free Software\nFoundation, Inc.\n\nCopying and distribution of this file, with or without modification,\nare permitted in any medium without royalty provided the copyright\nnotice and this notice are preserved.  This file is offered as-is,\nwithout warranty of any kind.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautotools-mirror%2Fautoconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautotools-mirror%2Fautoconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautotools-mirror%2Fautoconf/lists"}