All Projects → autoconf-archive → autoconf-archive

autoconf-archive / autoconf-archive

Licence: other
A mirror of the GNU Autoconf Archive, a collection of more than 500 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet.

Programming Languages

M4
1887 projects

Projects that are alternatives of or similar to autoconf-archive

go-sysconf
sysconf for Go, without using cgo
Stars: ✭ 119 (+70%)
Mutual labels:  unix, system-programming
daemonize
Template code for writing UNIX-daemons.
Stars: ✭ 33 (-52.86%)
Mutual labels:  unix, system-programming
Sistem-programlama
Sistem Programlama Türkçe Kaynak (KTÜ)
Stars: ✭ 30 (-57.14%)
Mutual labels:  unix, system-programming
TUI
Terminal user interface library. Works on *NIX and Windows systems
Stars: ✭ 32 (-54.29%)
Mutual labels:  unix
fil
😋 Unix file command written in Go
Stars: ✭ 69 (-1.43%)
Mutual labels:  unix
cross-unzip
Cross-platform 'native' unzip in Node.js
Stars: ✭ 17 (-75.71%)
Mutual labels:  unix
cam-track
Windows, Unix, Raspberry Pi Computer python program to Track Camera X, Y Movements and Convert to Camera Pointing Position. Useful for Stabilization or Robotics Course Correction
Stars: ✭ 27 (-61.43%)
Mutual labels:  unix
NtUtilsLibrary
Delphi library for system programming on Windows
Stars: ✭ 41 (-41.43%)
Mutual labels:  system-programming
kirai
String formatting library for Java, Android, Web and Unix Terminal
Stars: ✭ 69 (-1.43%)
Mutual labels:  unix
gobble
Rust rewrite of Devour
Stars: ✭ 23 (-67.14%)
Mutual labels:  unix
jawk
Awk for JSON.
Stars: ✭ 32 (-54.29%)
Mutual labels:  unix
dotfiles
🏡 .files, including zsh, tmux, vim, and git. Also macOS setup. Good stuff.
Stars: ✭ 30 (-57.14%)
Mutual labels:  unix
ClipboardText
Universal clipboard text support for PowerShell, notably also in PowerShell Core (cross-platform) and Windows PowerShell v2-v4
Stars: ✭ 37 (-47.14%)
Mutual labels:  unix
dotpr0n
Dotfiles for macOS, FreeBSD, fish, tmux, custom functions and lots more. Peekaboo!
Stars: ✭ 44 (-37.14%)
Mutual labels:  unix
dotfiles
🗂 ~josh
Stars: ✭ 19 (-72.86%)
Mutual labels:  unix
configs
all config files that I use/used
Stars: ✭ 14 (-80%)
Mutual labels:  unix
uapi
Unix API
Stars: ✭ 18 (-74.29%)
Mutual labels:  unix
fhnw-syspr
FHNW Modul System-Programmierung (syspr)
Stars: ✭ 24 (-65.71%)
Mutual labels:  system-programming
gosh
A primitive shell written in go.
Stars: ✭ 37 (-47.14%)
Mutual labels:  unix
splinter
Simple pattern-based linter 🐀
Stars: ✭ 31 (-55.71%)
Mutual labels:  unix

Autoconf Archive

The GNU Autoconf Archive is a collection of more than 500 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet. Every single one of those macros can be re-used without imposing any restrictions whatsoever on the licensing of the generated configure script. In particular, it is possible to use all those macros in configure scripts that are meant for non-free software. This policy is unusual for a Free Software Foundation project. The FSF firmly believes that software ought to be free, and software licenses like the GPL are specifically designed to ensure that derivative work based on free software must be free as well. In case of Autoconf, however, an exception has been made, because Autoconf is at such a pivotal position in the software development tool chain that the benefits from having this tool available as widely as possible outweigh the disadvantage that some authors may choose to use it, too, for proprietary software.

The best place to start exploring the Archive is the on-line documentation. There is also the Autoconf Archive home page at Savannah and a Github mirror.

Downloads

Here are the compressed sources:

Here are the GPG detached signatures:

You can use either of the above signature files to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this:

gpg --verify autoconf-archive-2021.02.19.tar.xz.sig

If that command fails because you don't have the required public key, then run this command to import it:

gpg --keyserver keys.gnupg.net --recv-keys 99089D72

and rerun the gpg --verify command.

License

Copyright (c) 2021 Autoconf Archive Maintainers <[email protected]>

The GNU Autoconf Archive is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The GNU Autoconf Archive is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the GNU Autoconf Archive. If not, see https://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].