mirror of
https://https.git.savannah.gnu.org/git/autoconf.git
synced 2026-01-27 18:04:29 +00:00
I don’t know if this will be the way to maintain them long term, but this keeps them out of the hair of people working on trunk while they’re experimental. Currently only has metainformation and a script to produce a report on how a CI environment is set up (vital for debugging). BuildCommon.pm was originally written by me for libxcrypt (https://github.com/besser82/libxcrypt). That project uses very permissive licensing when possible, so it is under CC0 rather than GPL.
54 lines
2.1 KiB
Plaintext
54 lines
2.1 KiB
Plaintext
-*- text -*-
|
|
|
|
Autoconf
|
|
|
|
Autoconf is an extensible package of M4 macros that produce shell
|
|
scripts to automatically configure software source code packages.
|
|
These scripts can adapt the packages to many kinds of UNIX-like
|
|
systems without manual user intervention. Autoconf creates a
|
|
configuration script for a package from a template file that lists the
|
|
operating system features that the package can use, in the form of M4
|
|
macro calls.
|
|
|
|
This disconnected branch holds scripts for “continuous integration” of
|
|
Autoconf, together with Automake and Libtool. If you are _using_ Autoconf
|
|
in the development of your own code, you do not need to use these scripts
|
|
or even know they exist. If you are doing development of Autoconf itself,
|
|
you can use these scripts to help you test your changes. We are working
|
|
on setting up a server that will run these scripts automatically on every
|
|
commit to the main branches.
|
|
|
|
Licensing
|
|
=========
|
|
Autoconf is released under the General Public License version 3 (GPLv3+).
|
|
Autoconf itself includes a licensing exception in some of its source files,
|
|
but this exception does not apply to the scripts on this branch.
|
|
|
|
GNU Project notice
|
|
==================
|
|
Autoconf is part of the GNU Operating System, developed by the GNU Project.
|
|
|
|
If you are the author of an awesome program and want to join us in
|
|
writing Free (libre) Software, please consider making it an official
|
|
GNU program and become a GNU Maintainer. Instructions on how to do
|
|
this are here:
|
|
https://www.gnu.org/help/evaluation
|
|
|
|
Don't have a program to contribute? Look at all the other ways to help:
|
|
https://www.gnu.org/help/help.html
|
|
|
|
And to learn more about Free (libre) Software in general, please read
|
|
and share this page:
|
|
https://gnu.org/philosophy/free-sw.html
|
|
|
|
We are looking forward to hacking with you!
|
|
|
|
-----
|
|
|
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. This file is offered as-is,
|
|
without warranty of any kind.
|