2009-08-26 17:00:38 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2018-05-28 21:12:29 +02:00
|
|
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
2009-08-26 17:00:38 +02:00
|
|
|
# up the first '|' above the ':' following the base package name, and the '|'
|
2018-05-28 21:12:29 +02:00
|
|
|
# on the right side marks the last column you can put a character in. You must
|
|
|
|
# make exactly 11 lines for the formatting to be correct. It's also
|
2009-08-26 17:00:38 +02:00
|
|
|
# customary to leave one space after the ':'.
|
|
|
|
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
|
|
automake: automake (a Makefile generator)
|
|
|
|
automake:
|
2018-05-28 21:12:29 +02:00
|
|
|
automake: This is Automake, a Makefile generator. It was inspired by the 4.4BSD
|
2009-08-26 17:00:38 +02:00
|
|
|
automake: make and include files, but aims to be portable and to conform to the
|
2018-05-28 21:12:29 +02:00
|
|
|
automake: GNU standards for Makefile variables and targets. Automake is a Perl
|
|
|
|
automake: script. The input files are called Makefile.am. The output files are
|
|
|
|
automake: called Makefile.in; they are intended for use with Autoconf. Automake
|
|
|
|
automake: requires certain things to be done in your configure.in. You must
|
2009-08-26 17:00:38 +02:00
|
|
|
automake: install the "m4" and "perl" packages to be able to use automake.
|
|
|
|
automake:
|
|
|
|
automake:
|