cvsdist 35ebdb
Summary: A GNU tool for automatically configuring source code.
cvsdist 35ebdb
Name: autoconf
cvsdist 825d4f
Version: 2.54
cvsdist 825d4f
Release: 1
cvsdist 35ebdb
Copyright: GPL
cvsdist 35ebdb
Group: Development/Tools
cvsdist 096a4d
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.bz2
cvsdist 096a4d
URL: http://www.gnu.org/software/autoconf/
cvsdist 096a4d
Patch1: autoconf-2.52-wait3.patch
cvsdist 096a4d
Patch2: autoconf-2.53-autoheader-warn.patch
cvsdist 096a4d
Prereq(post,preun): /sbin/install-info
cvsdist 35ebdb
Requires: gawk, m4, mktemp, perl, textutils
cvsdist 35ebdb
BuildArchitectures: noarch
cvsdist 096a4d
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 35ebdb
cvsdist 35ebdb
%description
cvsdist 35ebdb
GNU's Autoconf is a tool for configuring source code and Makefiles.
cvsdist 35ebdb
Using Autoconf, programmers can create portable and configurable
cvsdist 096a4d
packages, since the person building the package is allowed to 
cvsdist 096a4d
specify various configuration options.
cvsdist 35ebdb
cvsdist 096a4d
You should install Autoconf if you are developing software and
cvsdist 096a4d
would like to create shell scripts that configure your source code
cvsdist 096a4d
packages. If you are installing Autoconf, you will also need to
cvsdist 096a4d
install the GNU m4 package.
cvsdist 35ebdb
cvsdist 9c4bf0
Note that the Autoconf package is not required for the end-user who
cvsdist e36451
may be configuring software with an Autoconf-generated script;
cvsdist 096a4d
Autoconf is only required for the generation of the scripts, not
cvsdist 096a4d
their use.
cvsdist 35ebdb
cvsdist 35ebdb
%prep
cvsdist 096a4d
%setup -q -n autoconf-%{version}
cvsdist 825d4f
#%patch2 -p1 -b .warn
cvsdist 35ebdb
cvsdist 35ebdb
%build
cvsdist ae6733
%configure --program-suffix=-%{version}
cvsdist 35ebdb
make
cvsdist 478625
make check
cvsdist 35ebdb
cvsdist 35ebdb
%install
cvsdist 35ebdb
rm -rf ${RPM_BUILD_ROOT}
cvsdist 35ebdb
%makeinstall
cvsdist 35ebdb
cvsdist ae6733
ln -s autoconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoconf
cvsdist ae6733
ln -s autoheader-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoheader
cvsdist 096a4d
ln -s autom4te-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autom4te
cvsdist ae6733
ln -s autoreconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoreconf
cvsdist ae6733
ln -s autoscan-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoscan
cvsdist ae6733
ln -s autoupdate-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoupdate
cvsdist ae6733
ln -s ifnames-%{version} ${RPM_BUILD_ROOT}%{_bindir}/ifnames
cvsdist ae6733
cvsdist 096a4d
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/autoconf.info*
cvsdist 096a4d
cvsdist 096a4d
# We don't want to include the standards.info stuff in the package,
cvsdist 096a4d
# because it comes from binutils...
cvsdist 096a4d
rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
cvsdist 096a4d
# cp install-sh ${RPM_BUILD_ROOT}%{_datadir}/autoconf
cvsdist 096a4d
cvsdist 35ebdb
%clean
cvsdist 35ebdb
rm -rf ${RPM_BUILD_ROOT}
cvsdist 35ebdb
cvsdist 35ebdb
%post
cvsdist 35ebdb
/sbin/install-info %{_infodir}/autoconf.info.gz %{_infodir}/dir
cvsdist 35ebdb
cvsdist 35ebdb
%preun
cvsdist 35ebdb
if [ "$1" = 0 ]; then
cvsdist 35ebdb
    /sbin/install-info --del %{_infodir}/autoconf.info.gz %{_infodir}/dir
cvsdist 35ebdb
fi
cvsdist 35ebdb
cvsdist 35ebdb
%files
cvsdist 35ebdb
%defattr(-,root,root)
cvsdist 35ebdb
%{_bindir}/*
cvsdist 35ebdb
%{_infodir}/*.info*
cvsdist 35ebdb
%{_datadir}/autoconf
cvsdist 096a4d
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
cvsdist 35ebdb
cvsdist 35ebdb
%changelog
cvsdist 825d4f
* Tue Sep 17 2002 Jens Petersen <petersen@redhat.com> 2.54-1
cvsdist 825d4f
- 2.54
cvsdist 825d4f
- autoheader warning patch no longer needed
cvsdist 825d4f
- no longer obsolete or provide autoconf253
cvsdist 825d4f
cvsdist 478625
* Mon Aug 19 2002 Jens Petersen <petersen@redhat.com> 2.53-8
cvsdist 478625
- make check
cvsdist 478625
cvsdist 096a4d
* Fri Jun 28 2002 Jens Petersen <petersen@redhat.com> 2.53-7
cvsdist 096a4d
- update url (#66840)
cvsdist 096a4d
- added doc files
cvsdist 096a4d
cvsdist 096a4d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.53-6
cvsdist 096a4d
- automated rebuild
cvsdist 096a4d
cvsdist 096a4d
* Sun May 26 2002 Tim Powers <timp@redhat.com> 2.53-5
cvsdist 096a4d
- automated rebuild
cvsdist 096a4d
cvsdist 096a4d
* Mon May 20 2002 Bill Nottingham <notting@redhat.com> 2.53-4
cvsdist 096a4d
- provide autoconf253
cvsdist 096a4d
cvsdist 096a4d
* Thu May 16 2002 Bill Nottingham <notting@redhat.com> 2.53-3
cvsdist 096a4d
- obsolete autoconf253
cvsdist 096a4d
cvsdist 096a4d
* Wed May  8 2002 Jens Petersen <petersen@redhat.com> 2.53-2
cvsdist 096a4d
- patch autoheader so that --warnings=CATEGORY works (#64566)
cvsdist 096a4d
  [reported with fix by hjl@gnu.org]
cvsdist 096a4d
cvsdist 096a4d
* Tue Apr 23 2002 Jens Petersen <petersen@redhat.com> 2.53-1
cvsdist 096a4d
- update to autoconf-2.53
cvsdist 096a4d
- drop mawk patch again
cvsdist 096a4d
- version suffix bindir files and add symlinks to unversioned names
cvsdist 096a4d
cvsdist 096a4d
* Fri Feb  1 2002 Jens Petersen <petersen@redhat.com> 2.52-7
cvsdist 096a4d
- revert to 2.52 (also fixes #58210!)
cvsdist 096a4d
- remove relversion variable
cvsdist 096a4d
- bring back mawk -> gawk patch
cvsdist 096a4d
cvsdist 096a4d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.52-6
cvsdist 096a4d
- automated rebuild
cvsdist 096a4d
cvsdist 096a4d
* Thu Dec 20 2001 Jens Petersen <petersen@redhat.com> 2.52-5
cvsdist 096a4d
- update to 2.52f
cvsdist 424a92
- add URL
cvsdist 096a4d
- minor description improvements
cvsdist 096a4d
- define relversion to carry version number
cvsdist 096a4d
- mawk.patch no longer needed
cvsdist 424a92
cvsdist 096a4d
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.52-4
cvsdist 096a4d
- rebuild
cvsdist ae6733
cvsdist 096a4d
* Wed Sep 19 2001 Jens Petersen <petersen@redhat.com> 2.52-3
cvsdist 096a4d
- restore patch to prefer gawk to mawk
cvsdist ae6733
cvsdist 096a4d
* Tue Sep 18 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.52-2
cvsdist 096a4d
- update to 2.52d
cvsdist 9c4bf0
cvsdist 096a4d
* Mon Sep 17 2001 Jens Petersen <petersen@redhat.com> 2.52-1
cvsdist 096a4d
- update to 2.52
cvsdist 096a4d
- remove obsolete patches, since already new version
cvsdist 096a4d
- dont install install-sh
cvsdist e36451
cvsdist e36451
* Tue Jul 10 2001 Jens Petersen <petersen@redhat.com>
cvsdist e36451
- add patch to include various standard C headers as needed
cvsdist e36451
  by various autoconf tests (#19114)
cvsdist e36451
- add patch to autoscan.pl to get a better choice of init
cvsdist e36451
  file (#42071), to test for CPP after CC (#42072) and to
cvsdist e36451
  detect C++ source and g++ (#42073).
cvsdist e36451
cvsdist e36451
* Tue Jun 26 2001 Jens Petersen <petersen@redhat.com>
cvsdist e36451
- Add a back-port of _AC_PROG_CXX_EXIT_DECLARATION
cvsdist e36451
  from version 2.50 to make detection of C++ exit()
cvsdist e36451
  declaration prototype platform independent.  The check is
cvsdist e36451
  done in AC_PROG_CXX with the result stored in "confdefs.h".
cvsdist e36451
  The exit() prototype in AC_TRY_RUN_NATIVE is no longer needed.
cvsdist e36451
  (fixes #18829)
cvsdist e36451
cvsdist 7b269c
* Wed Nov 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7b269c
- Fix up interoperability with glibc 2.2 and gcc 2.96:
cvsdist 7b269c
  AC_TRY_RUN_NATIVE in C++ mode added a prototype for exit() to
cvsdist 7b269c
  the test code without throwing an exception, causing a conflict
cvsdist 7b269c
  with stdlib.h --> AC_TRY_RUN_NATIVE for C++ code including stdlib.h
cvsdist 7b269c
  always failed, returning wrong results
cvsdist 3c8700
cvsdist 35ebdb
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 35ebdb
- add textutils as a dependency (#14439)
cvsdist 35ebdb
cvsdist 35ebdb
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 35ebdb
- automatic rebuild
cvsdist 35ebdb
cvsdist 35ebdb
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 35ebdb
- FHS packaging.
cvsdist 35ebdb
cvsdist 35ebdb
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 35ebdb
- fix preun
cvsdist 35ebdb
cvsdist 35ebdb
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 35ebdb
- add patch to help autoconf clean after itself and not leave /tmp clobbered
cvsdist 35ebdb
  with acin.* and acout.* files (can you say annoying?)
cvsdist 35ebdb
cvsdist 35ebdb
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 35ebdb
- auto rebuild in the new build environment (release 4)
cvsdist 35ebdb
- use gawk, not mawk
cvsdist 35ebdb
cvsdist 35ebdb
* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
cvsdist 35ebdb
- moved /usr/lib/autoconf to /usr/share/autoconf (with automake)
cvsdist 35ebdb
cvsdist 35ebdb
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 35ebdb
- Injected new description and group.
cvsdist 35ebdb
cvsdist 35ebdb
* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 35ebdb
- update to 2.13.
cvsdist 35ebdb
cvsdist 35ebdb
* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 35ebdb
- build against glibc 2.1
cvsdist 35ebdb
cvsdist 35ebdb
* Mon Oct 05 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 35ebdb
- requires perl
cvsdist 35ebdb
cvsdist 35ebdb
* Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 35ebdb
- patch for fixing /tmp race conditions
cvsdist 35ebdb
cvsdist 35ebdb
* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
cvsdist 35ebdb
- spec file cleanups
cvsdist 35ebdb
- made a noarch package
cvsdist 35ebdb
- uses autoconf
cvsdist 35ebdb
- uses install-info
cvsdist 35ebdb
cvsdist 35ebdb
* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
cvsdist 35ebdb
- built with glibc
cvsdist 096a4d