OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Oct-2002 11:36:48
Branch: HEAD Handle: 2002102210364800
Modified files:
openpkg-src/autoconf autoconf.spec
Log:
Improve package description in agreement with GNU documentation.
Summary:
Revision Changes Path
1.28 +7 -5 openpkg-src/autoconf/autoconf.spec
____________________________________________________________________________
Index: openpkg-src/autoconf/autoconf.spec
============================================================
$ cvs diff -u -r1.27 -r1.28 autoconf.spec
--- openpkg-src/autoconf/autoconf.spec 22 Oct 2002 09:32:27 -0000 1.27
+++ openpkg-src/autoconf/autoconf.spec 22 Oct 2002 09:36:48 -0000 1.28
@@ -52,11 +52,13 @@
AutoReqProv: no
%description
- GNU Autoconf is a package for generating configure scripts. These
- scripts are present in a large number of free software packages and
- are used to detect system features at compilation time. Autoconf
- is mostly needed by people producing packages that run on a wide
- variety of platforms--particularly UNIX-a-likes.
+ 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.
%prep
%setup0 -q -c -n autoconf-%{V_latest}
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]