forked from pool/autoconf
Accepting request 120965 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/120965 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoconf?expand=0&rev=26
This commit is contained in:
commit
c1e2544ee6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c994778716e6223cf65e898e06c15ed498fe81424838adf67007282b661055ba
|
|
||||||
size 1167804
|
|
3
autoconf-2.69.tar.xz
Normal file
3
autoconf-2.69.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
|
||||||
|
size 1214744
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 14:29:08 CEST 2012 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix .changes file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
|
||||||
|
|
||||||
|
- Update to 2.69:
|
||||||
|
* Noteworthy changes in release 2.69 (2012-04-24) [stable]
|
||||||
|
|
||||||
|
** Autoconf now requires perl 5.6 or better (but generated
|
||||||
|
configure scripts continue to run without perl).
|
||||||
|
|
||||||
|
* Noteworthy changes in release 2.68b (2012-03-01) [beta] Released
|
||||||
|
by Eric Blake, based on git versions 2.68.*.
|
||||||
|
|
||||||
|
** Autoconf-generated configure scripts now unconditionally
|
||||||
|
re-execute themselves with $CONFIG_SHELL, if that's set in the
|
||||||
|
environment.
|
||||||
|
|
||||||
|
** The texinfo documentation no longer specifies "front-cover" or
|
||||||
|
"back-cover" texts, so that it may now be included in Debian's
|
||||||
|
"main" section.
|
||||||
|
|
||||||
|
** Support for the Go programming language has been added. The new
|
||||||
|
macro AC_LANG_GO sets variables GOC and GOFLAGS.
|
||||||
|
|
||||||
|
** AS_LITERAL_IF again treats '=' as a literal. Regression
|
||||||
|
introduced in 2.66.
|
||||||
|
|
||||||
|
** The macro AS_EXECUTABLE_P, present since 2.50, is now
|
||||||
|
documented.
|
||||||
|
|
||||||
|
** Macros
|
||||||
|
|
||||||
|
- AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p')
|
||||||
|
if 'ln -s' does not work. This works better for symlinks to
|
||||||
|
directories.
|
||||||
|
|
||||||
|
- New macro AC_HEADER_CHECK_STDBOOL.
|
||||||
|
|
||||||
|
- New and updated macros for Fortran support:
|
||||||
|
|
||||||
|
AC_FC_CHECK_BOUNDS to enable array bounds checking
|
||||||
|
AC_F77_IMPLICIT_NONE and AC_FC_IMPLICIT_NONE to disable implicit integer
|
||||||
|
AC_FC_MODULE_EXTENSION to compute the Fortran 90 module name extension
|
||||||
|
AC_FC_MODULE_FLAG for the Fortran 90 module search path flag
|
||||||
|
AC_FC_MODULE_OUTPUT_FLAG for the Fortran 90 module output directory flag
|
||||||
|
AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
|
||||||
|
AC_FC_PP_DEFINE for the Fortran preprocessor define flag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
|
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf-el
|
# spec file for package autoconf-el
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
Name: autoconf-el
|
Name: autoconf-el
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Version: 2.68
|
Version: 2.69
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Emacs mode for editing GNU Autoconf scripts
|
Summary: Emacs mode for editing GNU Autoconf scripts
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 14:29:08 CEST 2012 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix .changes file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
|
||||||
|
|
||||||
|
- Update to 2.69:
|
||||||
|
* Noteworthy changes in release 2.69 (2012-04-24) [stable]
|
||||||
|
|
||||||
|
** Autoconf now requires perl 5.6 or better (but generated
|
||||||
|
configure scripts continue to run without perl).
|
||||||
|
|
||||||
|
* Noteworthy changes in release 2.68b (2012-03-01) [beta] Released
|
||||||
|
by Eric Blake, based on git versions 2.68.*.
|
||||||
|
|
||||||
|
** Autoconf-generated configure scripts now unconditionally
|
||||||
|
re-execute themselves with $CONFIG_SHELL, if that's set in the
|
||||||
|
environment.
|
||||||
|
|
||||||
|
** The texinfo documentation no longer specifies "front-cover" or
|
||||||
|
"back-cover" texts, so that it may now be included in Debian's
|
||||||
|
"main" section.
|
||||||
|
|
||||||
|
** Support for the Go programming language has been added. The new
|
||||||
|
macro AC_LANG_GO sets variables GOC and GOFLAGS.
|
||||||
|
|
||||||
|
** AS_LITERAL_IF again treats '=' as a literal. Regression
|
||||||
|
introduced in 2.66.
|
||||||
|
|
||||||
|
** The macro AS_EXECUTABLE_P, present since 2.50, is now
|
||||||
|
documented.
|
||||||
|
|
||||||
|
** Macros
|
||||||
|
|
||||||
|
- AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p')
|
||||||
|
if 'ln -s' does not work. This works better for symlinks to
|
||||||
|
directories.
|
||||||
|
|
||||||
|
- New macro AC_HEADER_CHECK_STDBOOL.
|
||||||
|
|
||||||
|
- New and updated macros for Fortran support:
|
||||||
|
|
||||||
|
AC_FC_CHECK_BOUNDS to enable array bounds checking
|
||||||
|
AC_F77_IMPLICIT_NONE and AC_FC_IMPLICIT_NONE to disable implicit integer
|
||||||
|
AC_FC_MODULE_EXTENSION to compute the Fortran 90 module name extension
|
||||||
|
AC_FC_MODULE_FLAG for the Fortran 90 module search path flag
|
||||||
|
AC_FC_MODULE_OUTPUT_FLAG for the Fortran 90 module output directory flag
|
||||||
|
AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
|
||||||
|
AC_FC_PP_DEFINE for the Fortran preprocessor define flag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
|
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf-testsuite
|
# spec file for package autoconf-testsuite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,9 +20,9 @@ Name: autoconf-testsuite
|
|||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
Requires: m4 >= 1.4.6
|
|
||||||
Requires: info
|
Requires: info
|
||||||
Version: 2.68
|
Requires: m4 >= 1.4.6
|
||||||
|
Version: 2.69
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GNU Tool for Automatically Configuring Source Code
|
Summary: A GNU Tool for Automatically Configuring Source Code
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 14:29:08 CEST 2012 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix .changes file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
|
||||||
|
|
||||||
|
- Update to 2.69:
|
||||||
|
* Noteworthy changes in release 2.69 (2012-04-24) [stable]
|
||||||
|
|
||||||
|
** Autoconf now requires perl 5.6 or better (but generated
|
||||||
|
configure scripts continue to run without perl).
|
||||||
|
|
||||||
|
* Noteworthy changes in release 2.68b (2012-03-01) [beta] Released
|
||||||
|
by Eric Blake, based on git versions 2.68.*.
|
||||||
|
|
||||||
|
** Autoconf-generated configure scripts now unconditionally
|
||||||
|
re-execute themselves with $CONFIG_SHELL, if that's set in the
|
||||||
|
environment.
|
||||||
|
|
||||||
|
** The texinfo documentation no longer specifies "front-cover" or
|
||||||
|
"back-cover" texts, so that it may now be included in Debian's
|
||||||
|
"main" section.
|
||||||
|
|
||||||
|
** Support for the Go programming language has been added. The new
|
||||||
|
macro AC_LANG_GO sets variables GOC and GOFLAGS.
|
||||||
|
|
||||||
|
** AS_LITERAL_IF again treats '=' as a literal. Regression
|
||||||
|
introduced in 2.66.
|
||||||
|
|
||||||
|
** The macro AS_EXECUTABLE_P, present since 2.50, is now
|
||||||
|
documented.
|
||||||
|
|
||||||
|
** Macros
|
||||||
|
|
||||||
|
- AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p')
|
||||||
|
if 'ln -s' does not work. This works better for symlinks to
|
||||||
|
directories.
|
||||||
|
|
||||||
|
- New macro AC_HEADER_CHECK_STDBOOL.
|
||||||
|
|
||||||
|
- New and updated macros for Fortran support:
|
||||||
|
|
||||||
|
AC_FC_CHECK_BOUNDS to enable array bounds checking
|
||||||
|
AC_F77_IMPLICIT_NONE and AC_FC_IMPLICIT_NONE to disable implicit integer
|
||||||
|
AC_FC_MODULE_EXTENSION to compute the Fortran 90 module name extension
|
||||||
|
AC_FC_MODULE_FLAG for the Fortran 90 module search path flag
|
||||||
|
AC_FC_MODULE_OUTPUT_FLAG for the Fortran 90 module output directory flag
|
||||||
|
AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
|
||||||
|
AC_FC_PP_DEFINE for the Fortran preprocessor define flag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
|
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf
|
# spec file for package autoconf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,9 +20,10 @@ Name: autoconf
|
|||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
Requires: m4 >= 1.4.6
|
|
||||||
Requires: info
|
Requires: info
|
||||||
Version: 2.68
|
Requires: m4 >= 1.4.6
|
||||||
|
Requires: perl >= 5.6
|
||||||
|
Version: 2.69
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GNU Tool for Automatically Configuring Source Code
|
Summary: A GNU Tool for Automatically Configuring Source Code
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
--- bin/autoreconf.in.orig 2009-11-21 14:35:37.000000000 +0100
|
Index: bin/autoreconf.in
|
||||||
+++ bin/autoreconf.in 2010-02-15 15:43:03.296546495 +0100
|
===================================================================
|
||||||
@@ -461,6 +461,8 @@
|
--- bin/autoreconf.in.orig 2012-04-25 00:00:28.000000000 +0200
|
||||||
|
+++ bin/autoreconf.in 2012-04-25 16:50:22.272144014 +0200
|
||||||
|
@@ -470,6 +470,8 @@ sub autoreconf_current_directory ()
|
||||||
'AC_CONFIG_AUX_DIR',
|
'AC_CONFIG_AUX_DIR',
|
||||||
'AC_CONFIG_HEADERS',
|
'AC_CONFIG_HEADERS',
|
||||||
'AC_CONFIG_SUBDIRS',
|
'AC_CONFIG_SUBDIRS',
|
||||||
@ -9,7 +11,7 @@
|
|||||||
'AC_INIT',
|
'AC_INIT',
|
||||||
'AC_PROG_LIBTOOL',
|
'AC_PROG_LIBTOOL',
|
||||||
'LT_INIT',
|
'LT_INIT',
|
||||||
@@ -479,6 +481,8 @@
|
@@ -488,6 +490,8 @@ sub autoreconf_current_directory ()
|
||||||
$uses_libtool = 1 if $macro eq "AC_PROG_LIBTOOL"
|
$uses_libtool = 1 if $macro eq "AC_PROG_LIBTOOL"
|
||||||
|| $macro eq "LT_INIT";
|
|| $macro eq "LT_INIT";
|
||||||
$uses_libltdl = 1 if $macro eq "LT_CONFIG_LTDL_DIR";
|
$uses_libltdl = 1 if $macro eq "LT_CONFIG_LTDL_DIR";
|
||||||
|
Loading…
Reference in New Issue
Block a user