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