2007-08-24 23:14:56 +02:00
|
|
|
#
|
2008-09-12 20:48:02 +02:00
|
|
|
# spec file for package autoconf (Version 2.63)
|
2007-08-24 23:14:56 +02:00
|
|
|
#
|
2008-02-25 16:59:02 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-08-24 23:14:56 +02:00
|
|
|
#
|
2008-09-12 20:48:02 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-08-24 23:14:56 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2008-02-25 16:59:02 +01:00
|
|
|
|
2007-08-24 23:14:56 +02:00
|
|
|
|
|
|
|
Name: autoconf
|
|
|
|
BuildRequires: help2man
|
|
|
|
License: GPL v2 or later
|
|
|
|
Group: Development/Tools/Building
|
2008-02-25 16:59:02 +01:00
|
|
|
Url: http://www.gnu.org/software/autoconf
|
|
|
|
AutoReqProv: on
|
2007-08-24 23:14:56 +02:00
|
|
|
Requires: m4 >= %(rpm -q --qf=%%{VERSION} m4)
|
|
|
|
PreReq: %{install_info_prereq}
|
2008-09-12 20:48:02 +02:00
|
|
|
Version: 2.63
|
|
|
|
Release: 1
|
2007-08-24 23:14:56 +02:00
|
|
|
Summary: A GNU Tool for Automatically Configuring Source Code
|
|
|
|
Source: autoconf-%{version}.tar.bz2
|
|
|
|
Patch: autoreconf-ltdl.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
GNU Autoconf is a tool for configuring source code and makefiles. Using
|
|
|
|
autoconf, programmers can create portable and configurable packages,
|
|
|
|
because the person building the package is allowed to specify various
|
|
|
|
configuration options.
|
|
|
|
|
|
|
|
You should install autoconf if you are developing software and would
|
|
|
|
like to create shell scripts to configure your source code packages.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Ben Elliston <bje@cygnus.com>
|
|
|
|
David J MacKenzie <djm@catapult.va.pubnix.com>
|
|
|
|
|
|
|
|
%prep
|
2008-02-25 16:59:02 +01:00
|
|
|
%setup -q
|
2007-08-24 23:14:56 +02:00
|
|
|
%patch
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{suse_update_config -f config}
|
|
|
|
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
|
|
|
|
make
|
2008-03-11 18:10:08 +01:00
|
|
|
|
|
|
|
%check
|
2007-08-24 23:14:56 +02:00
|
|
|
trap 'test $? -ne 0 && cat tests/testsuite.log' EXIT
|
|
|
|
make check
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el*
|
|
|
|
|
|
|
|
%post
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING NEWS README TODO
|
|
|
|
%{_prefix}/bin/*
|
|
|
|
%{_prefix}/share/autoconf
|
|
|
|
%doc %{_infodir}/*.gz
|
|
|
|
%doc %{_mandir}/man1/*.gz
|
|
|
|
|
|
|
|
%changelog
|
2008-09-12 20:48:02 +02:00
|
|
|
* Wed Sep 10 2008 schwab@suse.de
|
|
|
|
- Update to autoconf 2.63.
|
|
|
|
** AC_C_BIGENDIAN does not mistakenly report "universal" for some
|
|
|
|
bigendian hosts, a regression introduced with universal binary
|
|
|
|
support in 2.62.
|
|
|
|
** AC_PATH_X now includes /lib64 and /usr/lib64 in its list of default
|
|
|
|
library directories.
|
|
|
|
** AC_USE_SYSTEM_EXTENSIONS no longer conflicts with an external
|
|
|
|
AC_DEFINE([__EXTENSIONS__]). This fixes a regression introduced in
|
|
|
|
2.62 when using macros such as AC_AIX that were made obsolete in
|
|
|
|
favor of the more portable AC_USE_SYSTEM_EXTENSIONS.
|
|
|
|
** AC_CHECK_TARGET_TOOLS is usable in the non-cross-compile case.
|
|
|
|
** Newly obsolete macros
|
|
|
|
The following macro has been marked obsolete, since current porting
|
|
|
|
targets can safely assume C89 semantics that signal handlers return
|
|
|
|
void. We have no current plans to remove the macro.
|
|
|
|
AC_TYPE_SIGNAL
|
|
|
|
** The macros m4_map and m4_map_sep now ignore any list elements
|
|
|
|
consisting of just empty quotes, and m4_map_sep now expands its
|
|
|
|
separator. This fixes a regression in 2.62 when these macros were
|
|
|
|
first documented, for the sake of clients expecting the semantics
|
|
|
|
that these macros had prior to that time. The new macros m4_mapall
|
|
|
|
and m4_mapall_sep, along with extra quoting of the separator, can
|
|
|
|
be used to get the semantics that m4_map_sep had in 2.62.
|
|
|
|
** Clients of m4_expand, such as AS_HELP_STRING and AT_SETUP, can now
|
|
|
|
handle properly quoted but otherwise unbalanced parentheses (for
|
|
|
|
some macros, this fixes a regression in 2.62).
|
|
|
|
** Two new quadrigraphs have been introduced: @{:@ for (, and @:}@ for ),
|
|
|
|
allowing the output of unbalanced parentheses in more contexts.
|
|
|
|
** The following m4sugar macros are new:
|
|
|
|
m4_joinall m4_mapall m4_mapall_sep m4_reverse m4_set_add
|
|
|
|
m4_set_add_all m4_set_contains m4_set_contents m4_set_delete
|
|
|
|
m4_set_difference m4_set_dump m4_set_empty m4_set_foreach
|
|
|
|
m4_set_intersection m4_set_list m4_set_listc m4_set_remove
|
|
|
|
m4_set_size m4_set_union
|
|
|
|
** The following m4sugar macros now accept multiple arguments, as is the
|
|
|
|
case with underlying m4:
|
|
|
|
m4_defn m4_popdef m4_undefine
|
|
|
|
** The following m4sugar macros now guarantee linear scaling; they
|
|
|
|
previously had linear scaling with m4 1.6 but quadratic scaling
|
|
|
|
when using m4 1.4.x. All macros built on top of these also gain
|
|
|
|
the scaling improvements.
|
|
|
|
m4_bmatch m4_bpatsubsts m4_case m4_cond m4_do m4_dquote_elt
|
|
|
|
m4_foreach m4_join m4_list_cmp m4_map m4_map_sep m4_max
|
|
|
|
m4_min m4_shiftn
|
|
|
|
** AT_KEYWORDS once again performs expansion on its argument, such that
|
|
|
|
AT_KEYWORDS([m4_if([$1], [], [default])]) no longer complains about
|
|
|
|
the possibly unexpanded m4_if [regression introduced in 2.62].
|
|
|
|
** Config header templates `#undef UNDEFINED /* comment */' do not lead to
|
|
|
|
nested comments any more; regression introduced in 2.62.
|
2008-07-18 21:47:38 +02:00
|
|
|
* Thu Jul 17 2008 schwab@suse.de
|
|
|
|
- Revert AC_C_BIGENDIAN change for now.
|
|
|
|
- Fix config header substitution.
|
2008-07-05 00:50:21 +02:00
|
|
|
* Wed Apr 09 2008 schwab@suse.de
|
|
|
|
- Update to autoconf 2.62.
|
|
|
|
<http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff;f=NEWS;h=ef008867d725a89b743b20eeba97bec09e906fd6;hp=2a49e0feb1b4101bb5252fdd137992ec49f468fa>
|
2008-03-11 18:10:08 +01:00
|
|
|
* Mon Mar 10 2008 schwab@suse.de
|
|
|
|
- Fix spurious testsuite failure.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Tue Feb 19 2008 schwab@suse.de
|
|
|
|
- Fix undefined behaviour in AC_FUNC_MKTIME test.
|
|
|
|
* Fri Jun 01 2007 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Relax m4 requirement to work around autobuild bug.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Apr 02 2007 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix spurious testsuite failure.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Sun Mar 25 2007 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Display testsuite log on failure.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Wed Dec 13 2006 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Handle old style libltdl macros.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Dec 04 2006 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.61.
|
|
|
|
** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
|
|
|
|
** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Wed Aug 02 2006 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Split off autoconf-el.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Jul 20 2006 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix testsuite.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Tue Jun 27 2006 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.60, see
|
|
|
|
<http://cvs.savannah.gnu.org/viewcvs/autoconf/autoconf/NEWS?r1=1.388&r2=1.322>.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-02-25 16:59:02 +01:00
|
|
|
* Sat Jun 19 2004 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Require exact version of m4.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Nov 13 2003 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.59, incorporates last change.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Nov 10 2003 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix abs_srcdir.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Tue Nov 04 2003 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.58.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Sep 18 2003 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Downgrade flock failure to a warning [#26962].
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Sep 08 2003 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Add patch to serialize access to autom4te cache file [#26962].
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon May 12 2003 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Add %%defattr.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Apr 24 2003 ro@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- fix install_info --delete call and move from preun to postun
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Apr 07 2003 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Only delete info entries when removing last version.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Feb 06 2003 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Use %%install_info.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Dec 05 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.57.
|
|
|
|
* Bug fixes for problems with AIX linker, with freestanding C compilers,
|
|
|
|
with GNU m4 limitations, and with obsolete copies of GNU documents.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Fri Nov 15 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.56.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Tue Jun 11 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix missing info dir entries.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon May 13 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix invalid node name in docs [#16078].
|
2008-02-25 16:59:02 +01:00
|
|
|
* Fri Apr 12 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Remove g77 from neededforbuild.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Apr 08 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Run automake last in autoreconf.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Sun Apr 07 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix _AC_SRCPATHS.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Apr 04 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix _AS_PATH_WALK.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Tue Apr 02 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix premature expansion in m4_bmatch.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Sat Mar 30 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Handle libltdl in autoreconf.
|
|
|
|
- Run automake after aclocal in autoreconf.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Fri Mar 15 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Handle gettext 0.11 in autoreconf.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Sat Mar 09 2002 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.53.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Sat Jul 21 2001 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Always set {host,build,target}_alias.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Jul 19 2001 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.52.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Jun 11 2001 olh@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- recognize ppc64
|
2008-02-25 16:59:02 +01:00
|
|
|
* Tue May 22 2001 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Update to autoconf 2.50.
|
|
|
|
- Add Buildroot.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Fri Mar 23 2001 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Add m4 as neededforbuild.
|
|
|
|
- Require m4 and gawk.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Wed Mar 21 2001 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Set F77 to g77 during `make check'.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Wed Feb 21 2001 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix AC_PROC_CXXCPP.
|
|
|
|
- Add %%suse_update_config.
|
|
|
|
- Don't mark acconfig.h as %%config.
|
|
|
|
- Run testsuite.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Jun 01 2000 kukuk@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Add more docu, fill out group tag
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon May 01 2000 kukuk@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Use infodir macro
|
2008-02-25 16:59:02 +01:00
|
|
|
* Fri Mar 24 2000 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Fix conflicting declaration of exit.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Tue Jan 18 2000 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Undefine m4 macro `symbols' (new builtin in m4 1.4o).
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Dec 06 1999 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Discard output from `type -p'.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Dec 02 1999 schwab@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Make sure tempfiles are always removed.
|
|
|
|
- Fix some quoting bugs in shell scripts.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Nov 04 1999 ro@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- fixed for alphaev6
|
2008-02-25 16:59:02 +01:00
|
|
|
* Mon Sep 13 1999 bs@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
2008-02-25 16:59:02 +01:00
|
|
|
* Wed Aug 25 1999 kukuk@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Specfile cleanup
|
2008-02-25 16:59:02 +01:00
|
|
|
* Fri Jan 15 1999 ro@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- update to 2.13
|
2008-02-25 16:59:02 +01:00
|
|
|
* Thu Jul 23 1998 werner@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- Make auto*.sh more secure and use mktemp if avaliable
|
2008-07-05 00:50:21 +02:00
|
|
|
* Thu Jan 23 1997 florian@suse.de
|
2007-08-24 23:14:56 +02:00
|
|
|
- update to version 2.12
|