Blame SPECS/autoconf.spec

f8f82d
# Enable Emacs support
f8f82d
%bcond_without autoconf_enables_emacs
f8f82d
# Run extended test
f8f82d
%bcond_without autoconf_enables_optional_test
f8f82d
f8f82d
Summary:    A GNU tool for automatically configuring source code
f8f82d
Name:       autoconf
f8f82d
Version:    2.69
8dc1e6
Release:    28%{?dist}
f8f82d
License:    GPLv2+ and GFDL
f8f82d
Source0:    http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
f8f82d
Source1:    config.site
f8f82d
Source2:    autoconf-init.el
f8f82d
URL:        http://www.gnu.org/software/autoconf/
f8f82d
f8f82d
Patch1:     autoconf-2.69-perl-5.22-autoscan.patch
8dc1e6
Patch2:     autoconf-2.69-backport-runstatedir-option.patch
f8f82d
f8f82d
BuildArch:  noarch
f8f82d
f8f82d
f8f82d
# run "make check" by default
f8f82d
%bcond_without check
f8f82d
f8f82d
# m4 >= 1.4.6 is required, >= 1.4.14 is recommended:
f8f82d
BuildRequires:      m4 >= 1.4.14
f8f82d
Requires:           m4 >= 1.4.14
f8f82d
%if %{with autoconf_enables_emacs}
f8f82d
Requires:           emacs-filesystem
f8f82d
BuildRequires:      emacs
f8f82d
%endif
f8f82d
# the filtering macros are currently in /etc/rpm/macros.perl:
f8f82d
BuildRequires:      perl-generators
f8f82d
BuildRequires:      perl-macros
f8f82d
BuildRequires:      perl(Data::Dumper)
f8f82d
# from f19, Text::ParseWords is not the part of 'perl' package
f8f82d
BuildRequires:      perl(Text::ParseWords)
f8f82d
f8f82d
# %%configure replaces config.guess/config.sub for us, which confuses autoconf
f8f82d
# build system and it produces empty man pages for those scripts if help2man is
f8f82d
# not installed
f8f82d
BuildRequires:      help2man
f8f82d
f8f82d
%if %{with check}
f8f82d
%if %{with autoconf_enables_optional_test}
f8f82d
# For extended testsuite coverage
f8f82d
BuildRequires:      gcc-gfortran
f8f82d
%if 0%{?fedora} >= 15
f8f82d
BuildRequires:      erlang
f8f82d
%endif
f8f82d
%endif
f8f82d
%endif
f8f82d
f8f82d
Requires(post):     /sbin/install-info
f8f82d
Requires(preun):    /sbin/install-info
f8f82d
f8f82d
# filter out bogus perl(Autom4te*) dependencies
f8f82d
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Autom4te::
f8f82d
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Autom4te::
f8f82d
f8f82d
%description
f8f82d
GNU's Autoconf is a tool for configuring source code and Makefiles.
f8f82d
Using Autoconf, programmers can create portable and configurable
f8f82d
packages, since the person building the package is allowed to
f8f82d
specify various configuration options.
f8f82d
f8f82d
You should install Autoconf if you are developing software and
f8f82d
would like to create shell scripts that configure your source code
f8f82d
packages. If you are installing Autoconf, you will also need to
f8f82d
install the GNU m4 package.
f8f82d
f8f82d
Note that the Autoconf package is not required for the end-user who
f8f82d
may be configuring software with an Autoconf-generated script;
f8f82d
Autoconf is only required for the generation of the scripts, not
f8f82d
their use.
f8f82d
f8f82d
f8f82d
%prep
f8f82d
%autosetup -p1
f8f82d
f8f82d
%build
f8f82d
%if %{with autoconf_enables_emacs}
f8f82d
export EMACS=%{_bindir}/emacs
f8f82d
%else
f8f82d
export EMACS=%{_bindir}/false
f8f82d
%endif
f8f82d
%configure \
f8f82d
    %{?with_autoconf_enables_emacs:--with-lispdir=%{_emacs_sitelispdir}/autoconf}
f8f82d
make %{?_smp_mflags}
f8f82d
f8f82d
f8f82d
%check
f8f82d
%if %{with check}
f8f82d
# make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199.
f8f82d
# make check TESTSUITEFLAGS="-k \!erlang"
f8f82d
make check %{?_smp_mflags}
f8f82d
%endif
f8f82d
f8f82d
f8f82d
%install
f8f82d
make install %{?_smp_mflags} DESTDIR=%{buildroot}
f8f82d
mkdir -p %{buildroot}/share
f8f82d
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}
f8f82d
f8f82d
%if %{with autoconf_enables_emacs}
f8f82d
# Create file to activate Emacs modes as required
f8f82d
mkdir -p %{buildroot}%{_emacs_sitestartdir}
f8f82d
install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
f8f82d
%endif
f8f82d
f8f82d
f8f82d
%post
f8f82d
/sbin/install-info %{_infodir}/autoconf.info %{_infodir}/dir || :
f8f82d
f8f82d
%preun
f8f82d
if [ "$1" = 0 ]; then
f8f82d
    /sbin/install-info --del %{_infodir}/autoconf.info %{_infodir}/dir || :
f8f82d
fi
f8f82d
f8f82d
f8f82d
%files
f8f82d
%license COPYING*
f8f82d
%{_bindir}/*
f8f82d
%{_infodir}/autoconf.info*
f8f82d
# don't include standards.info, because it comes from binutils...
f8f82d
%exclude %{_infodir}/standards*
f8f82d
# don't include info's TOP directory
f8f82d
%exclude %{_infodir}/dir
f8f82d
%{_datadir}/autoconf/
f8f82d
%{_datadir}/config.site
f8f82d
%if %{with autoconf_enables_emacs}
f8f82d
%{_datadir}/emacs/site-lisp/*
f8f82d
%endif
f8f82d
%{_mandir}/man1/*
f8f82d
%doc AUTHORS ChangeLog NEWS README THANKS TODO
f8f82d
f8f82d
f8f82d
%changelog
8dc1e6
* Tue May 26 2020 Patrik Novotný <panovotn@redhat.com> - 2.69-28
8dc1e6
- Backport --runstatedir option to configure 
8dc1e6
  Resolves: RHZB#1831941
8dc1e6
f8f82d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.69-27
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f8f82d
f8f82d
* Fri Oct 27 2017 Pavel Raiskup <praiskup@redhat.com> - 2.69-26
f8f82d
- drop %%config attribute for /usr/share/config.site file (rhbz#1506655)
f8f82d
f8f82d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.69-25
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f8f82d
f8f82d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.69-24
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f8f82d
f8f82d
* Fri Jul 29 2016 Pavel Raiskup <praiskup@redhat.com> - 2.69-23
f8f82d
- re-enable erlang tests, after rhbz#1240487 fix
f8f82d
- packaging guidelines fixes
f8f82d
f8f82d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.69-22
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f8f82d
f8f82d
* Mon Jul 13 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-21
f8f82d
- disable erlang tests as erlang on i386 is currently broken (#1236072)
f8f82d
f8f82d
* Mon Jul 06 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-21
f8f82d
- '{' character in regular expression must be escaped with perl 5.22
f8f82d
f8f82d
* Fri Jun 26 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-20
f8f82d
- conform to Packaging:Emacs guidelines (#1204274), init script
f8f82d
  by Jonathan Underwood
f8f82d
f8f82d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-19
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f8f82d
f8f82d
* Fri Mar 20 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-18
f8f82d
- depend on emacs-filesystem (rhbz#1204274)
f8f82d
f8f82d
* Fri Feb 27 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-17
f8f82d
- config.site: take AC_PREFIX_DEFAULT([/usr]) into account, by
f8f82d
  agruen at kernel.org (rhbz#1196340)
f8f82d
f8f82d
* Wed Nov 12 2014 Pavel Raiskup <praiskup@redhat.com> - 2.69-16
f8f82d
- avoid generating empty man pages for gnuconfig (#1162227)
f8f82d
f8f82d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-15
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f8f82d
f8f82d
* Tue Dec 17 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-14
f8f82d
- fix config.site to not affect cross compilation (Stefan Sørensen, #1042775)
f8f82d
f8f82d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-13
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f8f82d
f8f82d
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 2.69-12
f8f82d
- Perl 5.18 rebuild
f8f82d
f8f82d
* Mon Jun 17 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-11
f8f82d
- config.site installation should be safe as long as the CONFIG_SITE=NONE is
f8f82d
  exported by the rpmbuild environment (#772999)
f8f82d
f8f82d
* Thu Feb 14 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-10
f8f82d
- BR the perl(Text::ParseWords) explicitly to enable build again
f8f82d
f8f82d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-10
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f8f82d
f8f82d
* Wed Jan 23 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-9
f8f82d
- disable 'config.site' under /usr/share for now
f8f82d
f8f82d
* Tue Jan 15 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-8
f8f82d
- the 'INSTALL' file can be used as template file for packages which are using
f8f82d
  autoconf - mark it for installation again (#661623)
f8f82d
f8f82d
* Tue Jan 08 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-7
f8f82d
- Support the 'config.site' file in /usr/share
f8f82d
f8f82d
* Thu Oct 25 2012 Pavel Raiskup <praiskup@redhat.com> - 2.69-6
f8f82d
- fedora-review (minor) fixes and typos: trim lines, remove defattr(,,), do not
f8f82d
  run `rm -rf %%{buildroot} at the beginning of install section, use curly
f8f82d
  brackets only around rpm macros/variables and not around shell variables,
f8f82d
  remove clean section
f8f82d
f8f82d
* Wed Sep 26 2012 Pavel Raiskup <praiskup@redhat.com> - 2.69-5
f8f82d
- do not install the "INSTALL" documentation file (#661623)
f8f82d
f8f82d
* Thu Sep 13 2012 Karsten Hopp <karsten@redhat.com> 2.69-4
f8f82d
- don't require erlang in RHEL
f8f82d
f8f82d
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-3
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f8f82d
f8f82d
* Mon Jun 18 2012 Karsten Hopp <karsten@redhat.com> 2.69-2
f8f82d
- spec file changes by Ralf Corsépius:
f8f82d
- Use %%bcond_without for --with/out=check.
f8f82d
- Add BR: perl(Data::Dumper).
f8f82d
- Remove BR: automake (Testsuite doesn't need automake).
f8f82d
- Add BR: gcc-gfortran, erlang (Extend testsuite).
f8f82d
- Remove TESTSUITEFLAGS (Was referring to autoconf < 2.69).
f8f82d
- Add rpm-4.9 perl-filters %%__provides_exclude, %%__requires_exclude.
f8f82d
  Remove rpm-4.8 perl-filters (Address RHBZ 823770).
f8f82d
- Reflect autoconf being GPLv3'ed.
f8f82d
- Add BR: perl-macros, Remove BR: perl-devel
f8f82d
f8f82d
* Tue May 15 2012 Karsten Hopp <karsten@redhat.com> 2.69-1
f8f82d
- update to 2.69
f8f82d
f8f82d
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.68-3
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f8f82d
f8f82d
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.68-2
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f8f82d
f8f82d
* Mon Dec 06 2010 Karsten Hopp <karsten@redhat.com> 2.68-1
f8f82d
- update to 2.68
f8f82d
f8f82d
* Tue Jul 06 2010 Karsten Hopp <karsten@redhat.com> 2.66-2
f8f82d
- add 2 upstream patches (#611661)
f8f82d
- allow rpmbuild --without check
f8f82d
f8f82d
* Mon Jul  5 2010 Stepan Kasal <kasal@ucw.cz> - 2.66-1
f8f82d
- new upstream version, drop upstreamed patches
f8f82d
f8f82d
* Tue Mar  2 2010 Stepan Kasal <skasal@redhat.com> - 2.65-2
f8f82d
- use perl filtering macros
f8f82d
f8f82d
* Wed Nov 25 2009 Stepan Kasal <skasal@redhat.com> - 2.65-1
f8f82d
- new upstream version
f8f82d
- backported patch: make AC_FUNC_MMAP work with C++ again
f8f82d
f8f82d
* Tue Nov 24 2009 Stepan Kasal <skasal@redhat.com> - 2.64-2
f8f82d
- add back upstream AH_CHECK_HEADERS, backported from upstream
f8f82d
  fixes some build failures
f8f82d
f8f82d
* Fri Oct 30 2009 Stepan Kasal <skasal@redhat.com> - 2.64-1
f8f82d
- new upstream version
f8f82d
- skip failing test
f8f82d
f8f82d
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.63-4
f8f82d
- Use lzma compressed upstream tarball.
f8f82d
f8f82d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.63-3
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f8f82d
f8f82d
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.63-2
f8f82d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f8f82d
f8f82d
* Wed Sep 17 2008 Stepan Kasal <skasal@redhat.com> 2.63-1
f8f82d
- upstream bugfix release
f8f82d
- all patches dropped, the issues are fixed upstream
f8f82d
f8f82d
* Mon Jul 07 2008 Karsten Hopp <karsten@redhat.com> 2.62-5
f8f82d
- fix multiline variables (p.e. #449467)
f8f82d
f8f82d
* Fri Jul  4 2008 Stepan Kasal <skasal@redhat.com> 2.62-4
f8f82d
- add a quick fix for #449944
f8f82d
- remove Requires: mktemp, imake, grep; these are required by the generated
f8f82d
  configure, but not by Autoconf.
f8f82d
- switch on make check
f8f82d
f8f82d
* Tue Jun 24 2008 Karsten Hopp <karsten@redhat.com> 2.62-3
f8f82d
- add fix for same line comments #449245 (Ralf Wildenhues)
f8f82d
f8f82d
* Fri Jun 06 2008 Karsten Hopp <karsten@redhat.com> 2.62-2
f8f82d
- add upstream fix from Eric Blake for #449973,
f8f82d
  m4_if releated error message from autotest
f8f82d
f8f82d
* Tue May 13 2008 Karsten Hopp <karsten@redhat.com> 2.62-1
f8f82d
- autoconf-2.62
f8f82d
f8f82d
* Mon Oct 29 2007 Stepan Kasal <skasal@redhat.com> 2.61-10
f8f82d
- require m4 >= 1.4.7
f8f82d
- Resolves: #236073
f8f82d
f8f82d
* Wed Aug 08 2007 Karsten Hopp <karsten@redhat.com> 2.61-9
f8f82d
- update license tag
f8f82d
f8f82d
* Tue Feb 27 2007 Karsten Hopp <karsten@redhat.com> 2.61-8
f8f82d
- own %%{_datadir}/emacs/ (#225296)
f8f82d
f8f82d
* Mon Feb 26 2007 Karsten Hopp <karsten@redhat.com> 2.61-7
f8f82d
- add Requires: grep
f8f82d
f8f82d
* Thu Feb 22 2007 Karsten Hopp <karsten@redhat.com> 2.61-6
f8f82d
- drop gawk, sed requirements (#225296)
f8f82d
- add some comments
f8f82d
f8f82d
* Mon Feb 19 2007 Karsten Hopp <karsten@redhat.com> 2.61-5
f8f82d
- use ./configure
f8f82d
- filter dependencies
f8f82d
f8f82d
* Thu Feb 15 2007 Karsten Hopp <karsten@redhat.com> 2.61-4
f8f82d
- add disttag
f8f82d
- replace  tabs with spaces
f8f82d
- fix buildroot
f8f82d
- use Requires(post), Requires(preun)
f8f82d
- use make install DESTDIR=....
f8f82d
- drop perl requirement as it gets pulled it automatically
f8f82d
f8f82d
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 2.61-3
f8f82d
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
f8f82d
f8f82d
* Tue Nov 21 2006 Karsten Hopp <karsten@redhat.com> 2.61-2
f8f82d
- drop obsolete linkX11 patch
f8f82d
f8f82d
* Tue Nov 21 2006 Karsten Hopp <karsten@redhat.com> 2.61-1
f8f82d
- autoconf-2.61
f8f82d
f8f82d
* Thu Nov 09 2006 Karsten Hopp <karsten@redhat.com> 2.60-4
f8f82d
- autoconf-2.60
f8f82d
f8f82d
* Fri Oct 13 2006 Stepan Kasal <skasal@redhat.com> 2.59-12
f8f82d
- Add autoconf-2.59-lock.patch to eliminate a perl warning (#210653).
f8f82d
f8f82d
* Thu Jul 27 2006 Karsten Hopp <karsten@redhat.de> 2.59-11
f8f82d
- Requires imake for _AC_PATH_X
f8f82d
f8f82d
* Thu Jul 20 2006 Karsten Hopp <karsten@redhat.de> 2.59-10
f8f82d
- rebuild
f8f82d
f8f82d
* Wed Jul 19 2006 Karsten Hopp <karsten@redhat.de> 2.59-9
f8f82d
- rebuild
f8f82d
f8f82d
* Tue May 16 2006 Karsten Hopp <karsten@redhat.de> 2.59-8
f8f82d
- try to link with libX11 instead of libXt
f8f82d
f8f82d
* Wed Feb 15 2006 Karsten Hopp <karsten@redhat.de> 2.59-7
f8f82d
- XrmInitialize takes no argument (#181340)
f8f82d
f8f82d
* Mon Feb 06 2006 Karsten Hopp <karsten@redhat.de> 2.59-6
f8f82d
- check for Xlib.h instead of Intrinsic.h to find X11 headers
f8f82d
  (#176379)
f8f82d
f8f82d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f8f82d
- rebuilt
f8f82d
f8f82d
* Tue Sep 21 2004 Daniel Reed <djr@redhat.com> - 2.59-5
f8f82d
- rebuilt for dist-fc3
f8f82d
f8f82d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
f8f82d
- rebuilt
f8f82d
f8f82d
* Thu Dec 18 2003 Jens Petersen <petersen@redhat.com> - 2.59-2
f8f82d
- rebuild with perl-5.8.2 [Harald Hoyer]
f8f82d
f8f82d
* Thu Nov 13 2003 Jens Petersen <petersen@redhat.com> - 2.59-1
f8f82d
- update to 2.59 bugfix release
f8f82d
- remove autoconf-2.58-fix-ac_abs-109267.patch no longer needed
f8f82d
f8f82d
* Fri Nov  7 2003 Jens Petersen <petersen@redhat.com> - 2.58-2
f8f82d
- fix problem with ac_abs_{build,src}dir (#109267) [reported by Joe Orton,
f8f82d
  patch by Alexandre Duret-Lutz]
f8f82d
f8f82d
* Wed Nov  5 2003 Jens Petersen <petersen@redhat.com> - 2.58-1
f8f82d
- 2.58 release
f8f82d
f8f82d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
f8f82d
- rebuilt
f8f82d
f8f82d
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.57-2
f8f82d
- Fix missing/unpackaged file
f8f82d
f8f82d
* Thu Dec  5 2002 Jens Petersen <petersen@redhat.com> 2.57-1
f8f82d
- update to 2.57 bugfix release
f8f82d
- buildrequire emacs (#79031), sed and m4
f8f82d
f8f82d
* Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 2.56-2
f8f82d
- add --without check build option to control whether "make check" run
f8f82d
- don't gzip info files explicitly
f8f82d
- use exclude for unwanted info files
f8f82d
f8f82d
* Thu Nov 21 2002 Jens Petersen <petersen@redhat.com>
f8f82d
- no longer obsolete autoconf253
f8f82d
f8f82d
* Mon Nov 18 2002 Jens Petersen <petersen@redhat.com> 2.56-1
f8f82d
- update to 2.56
f8f82d
- obsolete autoheader-warn patch
f8f82d
- no longer provide autoconf253
f8f82d
- include site-lisp and man files
f8f82d
- remove info dir which is not in the manifest
f8f82d
- do not version suffix bin files for now
f8f82d
f8f82d
* Mon Aug 19 2002 Jens Petersen <petersen@redhat.com> 2.53-8
f8f82d
- make check
f8f82d
f8f82d
* Fri Jun 28 2002 Jens Petersen <petersen@redhat.com> 2.53-7
f8f82d
- update url (#66840)
f8f82d
- added doc files
f8f82d
f8f82d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.53-6
f8f82d
- automated rebuild
f8f82d
f8f82d
* Sun May 26 2002 Tim Powers <timp@redhat.com> 2.53-5
f8f82d
- automated rebuild
f8f82d
f8f82d
* Mon May 20 2002 Bill Nottingham <notting@redhat.com> 2.53-4
f8f82d
- provide autoconf253
f8f82d
f8f82d
* Thu May 16 2002 Bill Nottingham <notting@redhat.com> 2.53-3
f8f82d
- obsolete autoconf253
f8f82d
f8f82d
* Wed May  8 2002 Jens Petersen <petersen@redhat.com> 2.53-2
f8f82d
- patch autoheader so that --warnings=CATEGORY works (#64566)
f8f82d
  [reported with fix by hjl@gnu.org]
f8f82d
f8f82d
* Tue Apr 23 2002 Jens Petersen <petersen@redhat.com> 2.53-1
f8f82d
- update to autoconf-2.53
f8f82d
- drop mawk patch again
f8f82d
- version suffix bindir files and add symlinks to unversioned names
f8f82d
f8f82d
* Fri Feb  1 2002 Jens Petersen <petersen@redhat.com> 2.52-7
f8f82d
- revert to 2.52 (also fixes #58210!)
f8f82d
- remove relversion variable
f8f82d
- bring back mawk -> gawk patch
f8f82d
f8f82d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.52-6
f8f82d
- automated rebuild
f8f82d
f8f82d
* Thu Dec 20 2001 Jens Petersen <petersen@redhat.com> 2.52-5
f8f82d
- update to 2.52f
f8f82d
- add URL
f8f82d
- minor description improvements
f8f82d
- define relversion to carry version number
f8f82d
- mawk.patch no longer needed
f8f82d
f8f82d
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.52-4
f8f82d
- rebuild
f8f82d
f8f82d
* Wed Sep 19 2001 Jens Petersen <petersen@redhat.com> 2.52-3
f8f82d
- restore patch to prefer gawk to mawk
f8f82d
f8f82d
* Tue Sep 18 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.52-2
f8f82d
- update to 2.52d
f8f82d
f8f82d
* Mon Sep 17 2001 Jens Petersen <petersen@redhat.com> 2.52-1
f8f82d
- update to 2.52
f8f82d
- remove obsolete patches, since already new version
f8f82d
- dont install install-sh
f8f82d
f8f82d
* Tue Jul 10 2001 Jens Petersen <petersen@redhat.com>
f8f82d
- add patch to include various standard C headers as needed
f8f82d
  by various autoconf tests (#19114)
f8f82d
- add patch to autoscan.pl to get a better choice of init
f8f82d
  file (#42071), to test for CPP after CC (#42072) and to
f8f82d
  detect C++ source and g++ (#42073).
f8f82d
f8f82d
* Tue Jun 26 2001 Jens Petersen <petersen@redhat.com>
f8f82d
- Add a back-port of _AC_PROG_CXX_EXIT_DECLARATION
f8f82d
  from version 2.50 to make detection of C++ exit()
f8f82d
  declaration prototype platform independent.  The check is
f8f82d
  done in AC_PROG_CXX with the result stored in "confdefs.h".
f8f82d
  The exit() prototype in AC_TRY_RUN_NATIVE is no longer needed.
f8f82d
  (fixes #18829)
f8f82d
f8f82d
* Wed Nov 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
f8f82d
- Fix up interoperability with glibc 2.2 and gcc 2.96:
f8f82d
  AC_TRY_RUN_NATIVE in C++ mode added a prototype for exit() to
f8f82d
  the test code without throwing an exception, causing a conflict
f8f82d
  with stdlib.h --> AC_TRY_RUN_NATIVE for C++ code including stdlib.h
f8f82d
  always failed, returning wrong results
f8f82d
f8f82d
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
f8f82d
- add textutils as a dependency (#14439)
f8f82d
f8f82d
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
f8f82d
- automatic rebuild
f8f82d
f8f82d
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
f8f82d
- FHS packaging.
f8f82d
f8f82d
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
f8f82d
- fix preun
f8f82d
f8f82d
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
f8f82d
- add patch to help autoconf clean after itself and not leave /tmp clobbered
f8f82d
  with acin.* and acout.* files (can you say annoying?)
f8f82d
f8f82d
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
f8f82d
- auto rebuild in the new build environment (release 4)
f8f82d
- use gawk, not mawk
f8f82d
f8f82d
* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
f8f82d
- moved /usr/lib/autoconf to /usr/share/autoconf (with automake)
f8f82d
f8f82d
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
f8f82d
- Injected new description and group.
f8f82d
f8f82d
* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
f8f82d
- update to 2.13.
f8f82d
f8f82d
* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
f8f82d
- build against glibc 2.1
f8f82d
f8f82d
* Mon Oct 05 1998 Cristian Gafton <gafton@redhat.com>
f8f82d
- requires perl
f8f82d
f8f82d
* Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
f8f82d
- patch for fixing /tmp race conditions
f8f82d
f8f82d
* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
f8f82d
- spec file cleanups
f8f82d
- made a noarch package
f8f82d
- uses autoconf
f8f82d
- uses install-info
f8f82d
f8f82d
* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
f8f82d
- built with glibc