summaryrefslogtreecommitdiff
path: root/README
blob: bf3eeb1730ca024a73d60e688357947008904410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
-*- 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.