dreed 11434f
Summary:	A GNU tool for automatically configuring source code.
dreed 11434f
Name:		autoconf
dreed 11434f
Version:	2.59
Karsten Hopp 8950c8
Release:    7
dreed 11434f
License:	GPL
dreed 11434f
Group:		Development/Tools
dreed 11434f
Source:		http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
Karsten Hopp 402b9e
Patch0:     autoconf-2.59-intrinsic.patch
dreed 11434f
URL:		http://www.gnu.org/software/autoconf/
dreed 11434f
BuildRequires:	sed, m4, emacs
dreed 11434f
Prereq(post,preun):	/sbin/install-info
dreed 11434f
Requires:	gawk, m4, mktemp, perl, textutils
dreed 11434f
BuildArchitectures:	noarch
dreed 11434f
BuildRoot:	%{_tmppath}/%{name}-root
cvsdist a0e91e
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}
Karsten Hopp 402b9e
%patch0 -p1
cvsdist 35ebdb
cvsdist 35ebdb
%build
cvsdist a0e91e
%configure
cvsdist 35ebdb
make
Karsten Hopp 402b9e
Karsten Hopp 402b9e
%check
dreed 11434f
make check || make check VERBOSE=yes
cvsdist 35ebdb
cvsdist 35ebdb
%install
cvsdist 35ebdb
rm -rf ${RPM_BUILD_ROOT}
cvsdist 35ebdb
%makeinstall
cvsdist 35ebdb
cvsdist a0e91e
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
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 a0e91e
%{_infodir}/autoconf.info*
cvsdist a0e91e
# don't include standards.info, because it comes from binutils...
cvsdist a0e91e
%exclude %{_infodir}/standards*
cvsdist 35ebdb
%{_datadir}/autoconf
cvsdist a0e91e
%{_datadir}/emacs/site-lisp
cvsdist a0e91e
%{_mandir}/man1/*
cvsdist 096a4d
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
cvsdist 35ebdb
cvsdist 35ebdb
%changelog
Karsten Hopp 8950c8
* Wed Feb 15 2006 Karsten Hopp <karsten@redhat.de> 2.59-7
Karsten Hopp 8950c8
- XrmInitialize takes no argument (#181340)
Karsten Hopp 8950c8
Karsten Hopp 402b9e
* Mon Feb 06 2006 Karsten Hopp <karsten@redhat.de> 2.59-6
Karsten Hopp 402b9e
- check for Xlib.h instead of Intrinsic.h to find X11 headers
Karsten Hopp 402b9e
  (#176379)
Karsten Hopp 402b9e
Jesse Keating aa97ee
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating aa97ee
- rebuilt
Jesse Keating aa97ee
dreed 0220c3
* Tue Sep 21 2004 Daniel Reed <djr@redhat.com> - 2.59-5
dreed 11434f
- rebuilt for dist-fc3
dreed 11434f
cvsdist 9cacb7
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9cacb7
- rebuilt
cvsdist 9cacb7
cvsdist 4b58b0
* Thu Dec 18 2003 Jens Petersen <petersen@redhat.com> - 2.59-2
cvsdist 4b58b0
- rebuild with perl-5.8.2 [Harald Hoyer]
cvsdist 4b58b0
cvsdist 7ae1b0
* Thu Nov 13 2003 Jens Petersen <petersen@redhat.com> - 2.59-1
cvsdist 7ae1b0
- update to 2.59 bugfix release
cvsdist 7ae1b0
- remove autoconf-2.58-fix-ac_abs-109267.patch no longer needed
cvsdist 7ae1b0
cvsdist 7ae1b0
* Fri Nov  7 2003 Jens Petersen <petersen@redhat.com> - 2.58-2
cvsdist 7ae1b0
- fix problem with ac_abs_{build,src}dir (#109267) [reported by Joe Orton,
cvsdist 7ae1b0
  patch by Alexandre Duret-Lutz]
cvsdist 7ae1b0
cvsdist 7ae1b0
* Wed Nov  5 2003 Jens Petersen <petersen@redhat.com> - 2.58-1
cvsdist 7ae1b0
- 2.58 release
cvsdist 7ae1b0
cvsdist a0e91e
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist a0e91e
- rebuilt
cvsdist a0e91e
cvsdist a0e91e
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.57-2
cvsdist a0e91e
- Fix missing/unpackaged file
cvsdist a0e91e
cvsdist a0e91e
* Thu Dec  5 2002 Jens Petersen <petersen@redhat.com> 2.57-1
cvsdist a0e91e
- update to 2.57 bugfix release
cvsdist a0e91e
- buildrequire emacs (#79031), sed and m4
cvsdist a0e91e
cvsdist a0e91e
* Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 2.56-2
cvsdist a0e91e
- add --without check build option to control whether "make check" run
cvsdist a0e91e
- don't gzip info files explicitly
cvsdist a0e91e
- use exclude for unwanted info files
cvsdist a0e91e
cvsdist a0e91e
* Thu Nov 21 2002 Jens Petersen <petersen@redhat.com>
cvsdist a0e91e
- no longer obsolete autoconf253
cvsdist a0e91e
cvsdist a0e91e
* Mon Nov 18 2002 Jens Petersen <petersen@redhat.com> 2.56-1
cvsdist a0e91e
- update to 2.56
cvsdist a0e91e
- obsolete autoheader-warn patch
cvsdist a0e91e
- no longer provide autoconf253
cvsdist a0e91e
- include site-lisp and man files
cvsdist a0e91e
- remove info dir which is not in the manifest
cvsdist a0e91e
- do not version suffix bin files for now
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