auto-import changelog data from autoconf-2.13-14.src.rpm
Mon Aug 06 2001 Tim Powers <timp@redhat.com> - rebuilt to fix bug #50761
This commit is contained in:
parent
e36451a2c2
commit
9c4bf0702a
@ -1,7 +1,7 @@
|
||||
Summary: A GNU tool for automatically configuring source code.
|
||||
Name: autoconf
|
||||
Version: 2.13
|
||||
Release: 13
|
||||
Release: 14
|
||||
Copyright: GPL
|
||||
Group: Development/Tools
|
||||
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz
|
||||
@ -20,18 +20,18 @@ BuildRoot: %{_tmppath}/%{name}-root
|
||||
%description
|
||||
GNU's Autoconf is a tool for configuring source code and Makefiles.
|
||||
Using Autoconf, programmers can create portable and configurable
|
||||
packages, since the person building the package is allowed to
|
||||
specify various configuration options.
|
||||
packages, since the person building the package is allowed to specify
|
||||
various configuration options.
|
||||
|
||||
You should install Autoconf if you are developing software and you'd
|
||||
like to use it to create shell scripts which will configure your
|
||||
You should install Autoconf if you are developing software and you
|
||||
would like to use it to create shell scripts that will configure your
|
||||
source code packages. If you are installing Autoconf, you will also
|
||||
need to install the GNU m4 package.
|
||||
|
||||
Note that the Autoconf package is not required for the end user who
|
||||
Note that the Autoconf package is not required for the end-user who
|
||||
may be configuring software with an Autoconf-generated script;
|
||||
Autoconf is only required for the generation of the scripts, not
|
||||
their use.
|
||||
Autoconf is only required for the generation of the scripts, not their
|
||||
use.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -79,6 +79,9 @@ fi
|
||||
%{_datadir}/autoconf
|
||||
|
||||
%changelog
|
||||
* Mon Aug 6 2001 Tim Powers <timp@redhat.com>
|
||||
- rebuilt to fix bug #50761
|
||||
|
||||
* Thu Jul 26 2001 Than Ngo <than@redhat.com>
|
||||
- add patch to fix exit status
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user