summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Replaced 'echo -n' with m4_esyscmd_s in configure.ac for portabilityJames Morris2021-02-191-2/+2
|
* switch gnu.org sites to httpsMike Frysinger2017-02-081-1/+1
|
* Drop support for lzip-compressed tarballs.Peter Simons2015-09-031-1/+1
|
* configure.ac: recent versions of gnulib require $SED definedv2014.10.15Peter Simons2014-10-151-0/+2
|
* Disable tar.gz and tar.bz2 release archives.Peter Simons2014-10-151-1/+1
| | | | | | | | The tarballs compressed with xz and lzip are quite a bit smaller and those utilities are sufficiently common to be suitable to replace the old formats. Also, document the github mirror in the README and NEWS file.
* configure.ac: add another release tarball in lzip formatPeter Simons2013-02-061-1/+1
|
* Updated documentation and infrastructure files to accommodate for the fact thatPeter Simons2010-02-271-17/+15
| | | | | | | | the Autoconf Archive is now an official GNU project. The main home page now resides at http://www.gnu.org/software/autoconf-archive/. The mailing lists have moved from nongnu.org to corresponding gnu.org addresses. All files have a proper copyright statement, even AUTHORS, ChangeLog, etc.
* configure.ac: document the fact that we depend on Automake 1.11 or later ↵Peter Simons2010-01-121-1/+1
| | | | because of the dist-xz option
* bump date in compilation copyright lines to 2010Peter Simons2010-01-051-1/+1
|
* configure.ac: determine the set of available macros at time "autoconf" is runPeter Simons2009-12-271-16/+5
| | | | | | | | | This approach has the advantage that the Archive's installation procedure doesn't depend on any shell-specific behavior at all; the set of available macros is statically built into the configure script. Gnulib's dist target ensures that this information is up-to-date whenever a release archive is compiled.
* configure.ac: fixed detection of available texinfo documentationPeter Simons2009-12-181-4/+4
| | | | | This shell-pattern stuff really needs to be replaced ASAP. This is very unreliable.
* Changed copyright attribution to "Autoconf Archive Maintainers".Peter Simons2009-12-171-1/+1
|
* doc: moved all documentation (and its build process) into the doc directoryPeter Simons2009-12-171-4/+5
| | | | | | This relocation has the advantage that makeinfo needs no more magic -I flags to find the generated macro texi files from the top-level; now those files reside all within on directory.
* Drop generated HTML documentation from the release tarball. OurPeter Simons2009-09-211-8/+0
| | | | | documentation format of choice is Texinfo, from which all kinds of other formats, including HTML, can be derived.
* configure.ac: brought copyright line in sync with the one in the texinfo ↵Peter Simons2009-09-191-1/+1
| | | | | | documentation Eventually, the copyright will be transferred to the FSF.
* Integrated Texinfo documentation into the Automake build.Peter Simons2009-09-191-3/+11
|
* Removed redundant (c) from copyright lines in README and configure.ac.Peter Simons2009-07-211-1/+1
|
* maint: use maintainer-makefile module from gnulibPeter Simons2009-07-211-1/+1
| | | | | Gnulib is now registered as a submodule. Please run "git submodule init" to update your checked-out copy.
* build: re-enable installation of HTML documentationPeter Simons2009-07-201-0/+8
|
* configure.ac: display version string as part of the configure scriptPeter Simons2009-07-201-1/+5
|
* configure.ac: use git-version-gen script to derive current version from GITPeter Simons2009-07-191-1/+1
|
* build: disable HTML installation for the time beingPeter Simons2009-07-191-12/+4
|
* Use Automake to build the distribution tarballs.Peter Simons2009-05-061-0/+37