{"id":19118562,"url":"https://github.com/dkosmari/devkitpro-autoconf","last_synced_at":"2026-03-01T13:34:21.222Z","repository":{"id":244602419,"uuid":"814802084","full_name":"dkosmari/devkitpro-autoconf","owner":"dkosmari","description":"Autoconf macros for using devkitPro in homebrew projects.","archived":false,"fork":false,"pushed_at":"2026-02-12T07:57:09.000Z","size":792,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-12T16:54:10.350Z","etag":null,"topics":["3ds","autoconf","automake","devkitpro","gamecube","nds","switch","wii","wii-u","wiiu"],"latest_commit_sha":null,"homepage":"","language":"M4","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkosmari.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-13T18:27:36.000Z","updated_at":"2026-02-12T07:57:13.000Z","dependencies_parsed_at":"2024-06-29T01:40:02.022Z","dependency_job_id":"25ebf305-9f2a-4278-bbc0-245b4259e654","html_url":"https://github.com/dkosmari/devkitpro-autoconf","commit_stats":null,"previous_names":["dkosmari/devkitpro-autoconf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dkosmari/devkitpro-autoconf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkosmari%2Fdevkitpro-autoconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkosmari%2Fdevkitpro-autoconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkosmari%2Fdevkitpro-autoconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkosmari%2Fdevkitpro-autoconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkosmari","download_url":"https://codeload.github.com/dkosmari/devkitpro-autoconf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkosmari%2Fdevkitpro-autoconf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29970443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T13:32:00.443Z","status":"ssl_error","status_checked_at":"2026-03-01T13:32:00.084Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["3ds","autoconf","automake","devkitpro","gamecube","nds","switch","wii","wii-u","wiiu"],"created_at":"2024-11-09T05:06:58.648Z","updated_at":"2026-03-01T13:34:21.203Z","avatar_url":"https://github.com/dkosmari.png","language":"M4","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devkitpro Autoconf\n\nThis is a collection of Autoconf macros to make it easier to use the devkitPro toolchain.\n\nThe macros all use the [all-permissive\nlicense](https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html). They\ndepend on [Autoconf Archive](https://www.gnu.org/software/autoconf-archive/) macros, which\nare usually installed alongside base Autoconf.\n\n\n## Installation\n\n0. `./bootstrap`\n\n1. `./configure --prefix=/usr`\n\n2. `make`\n\n3. `make install`\n\nNote the `--prefix=` option is needed to ensure the macros are installed in\n`/usr/share/aclocal`. Check the output of `aclocal --print-ac-dir` to see it's pointing to\na non-standard directory, and modify the `--prefix=` option accordingly.\n\n\n## Examples\n\nSome usage examples are provided in the [examples](examples) directory.\n\nNote that they use a [`./bootstrap`](common/bootstrap) script that just creates links to\nthe `.m4` macros in the [`macros`](macros) directory, to make sure the examples always use\nthe latest version.\n\nWhen you use these macros for your own project, your `bootstrap` script should look like\nthis instead:\n\n```\n# Copy all non-standard macros to our local macro repository.\naclocal -I m4 --install\n# Now invoke autoreconf to generate the configure script.\nexec autoreconf --install \"$@\"\n```\n\nYou should also add your `m4` directory to the source control, so any clones will have the\nexact same macro versions as you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkosmari%2Fdevkitpro-autoconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkosmari%2Fdevkitpro-autoconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkosmari%2Fdevkitpro-autoconf/lists"}