summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-11-14 09:48:21 +0100
committerPeter Simons <simons@cryp.to>2012-11-14 09:52:14 +0100
commit46143062e93089a64550493e3a9659117559c662 (patch)
treeccfe2b2f5bd0cad7ef0c6e5ba4a40c18028250c2
parent24dc327638f2a6c8e795fbe54e521ca69e9ec289 (diff)
downloadautoconf-archive-46143062e93089a64550493e3a9659117559c662.tar.gz
Update version numbers for the upcoming release.v2012.11.14
-rw-r--r--NEWS2
-rw-r--r--README26
-rw-r--r--m4/ax_lib_wad.m42
-rw-r--r--m4/ax_pkg_swig.m42
-rw-r--r--m4/ax_python_devel.m42
-rw-r--r--m4/ax_ruby_devel.m42
-rw-r--r--m4/ax_swig_enable_cxx.m42
-rw-r--r--m4/ax_swig_multi_module_support.m42
-rw-r--r--m4/ax_swig_python.m42
9 files changed, 21 insertions, 21 deletions
diff --git a/NEWS b/NEWS
index ef46bfc..d2227bd 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-* Noteworthy changes in release ?.? (????-??-??) [?]
+* Noteworthy changes in release 2012.11.14 (2012-11-14) [stable]
The portability of AX_BOOST_SYSTEM and AX_BOOST_THREAD has been improved. See
<http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2012-09/msg00026.html>
diff --git a/README b/README
index 09d116f..e41c5a9 100644
--- a/README
+++ b/README
@@ -26,21 +26,21 @@ Downloads
Here are the compressed sources:
-* autoconf-archive-2012.09.08.tar.gz_ (892 KB)
-* autoconf-archive-2012.09.08.tar.bz2_ (651 KB)
-* autoconf-archive-2012.09.08.tar.xz_ (499 KB)
+* autoconf-archive-2012.11.14.tar.gz_ (892 KB)
+* autoconf-archive-2012.11.14.tar.bz2_ (651 KB)
+* autoconf-archive-2012.11.14.tar.xz_ (499 KB)
Here are the GPG detached signatures:
-* autoconf-archive-2012.09.08.tar.gz.sig_
-* autoconf-archive-2012.09.08.tar.bz2.sig_
-* autoconf-archive-2012.09.08.tar.xz.sig_
+* autoconf-archive-2012.11.14.tar.gz.sig_
+* autoconf-archive-2012.11.14.tar.bz2.sig_
+* autoconf-archive-2012.11.14.tar.xz.sig_
You can use either of the above signature files to verify that the corresponding
file (without the .sig suffix) is intact. First, be sure to download both the
.sig file and the corresponding tarball. Then, run a command like this::
- gpg --verify autoconf-archive-2012.09.08.tar.gz.sig
+ gpg --verify autoconf-archive-2012.11.14.tar.gz.sig
If that command fails because you don't have the required public key, then run
this command to import it::
@@ -70,9 +70,9 @@ GNU Autoconf Archive. If not, see <http://www.gnu.org/licenses/>.
.. References
.. ..........
..
-.. _autoconf-archive-2012.09.08.tar.gz : http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.09.08.tar.gz
-.. _autoconf-archive-2012.09.08.tar.bz2: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.09.08.tar.bz2
-.. _autoconf-archive-2012.09.08.tar.xz: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.09.08.tar.xz
-.. _autoconf-archive-2012.09.08.tar.gz.sig: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.09.08.tar.gz.sig
-.. _autoconf-archive-2012.09.08.tar.bz2.sig: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.09.08.tar.bz2.sig
-.. _autoconf-archive-2012.09.08.tar.xz.sig: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.09.08.tar.xz.sig
+.. _autoconf-archive-2012.11.14.tar.gz : http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.11.14.tar.gz
+.. _autoconf-archive-2012.11.14.tar.bz2: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.11.14.tar.bz2
+.. _autoconf-archive-2012.11.14.tar.xz: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.11.14.tar.xz
+.. _autoconf-archive-2012.11.14.tar.gz.sig: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.11.14.tar.gz.sig
+.. _autoconf-archive-2012.11.14.tar.bz2.sig: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.11.14.tar.bz2.sig
+.. _autoconf-archive-2012.11.14.tar.xz.sig: http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.11.14.tar.xz.sig
diff --git a/m4/ax_lib_wad.m4 b/m4/ax_lib_wad.m4
index 71beaee..9a621d9 100644
--- a/m4/ax_lib_wad.m4
+++ b/m4/ax_lib_wad.m4
@@ -43,7 +43,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 7
+#serial 9
AU_ALIAS([AC_LIB_WAD], [AX_LIB_WAD])
AC_DEFUN([AX_LIB_WAD],
diff --git a/m4/ax_pkg_swig.m4 b/m4/ax_pkg_swig.m4
index 2701b88..d836eec 100644
--- a/m4/ax_pkg_swig.m4
+++ b/m4/ax_pkg_swig.m4
@@ -63,7 +63,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 9
+#serial 11
AC_DEFUN([AX_PKG_SWIG],[
# Ubuntu has swig 2.0 as /usr/bin/swig2.0
diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4
index 6316731..def4b4a 100644
--- a/m4/ax_python_devel.m4
+++ b/m4/ax_python_devel.m4
@@ -66,7 +66,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 9
+#serial 11
AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL])
AC_DEFUN([AX_PYTHON_DEVEL],[
diff --git a/m4/ax_ruby_devel.m4 b/m4/ax_ruby_devel.m4
index 909c92e..3f68c11 100644
--- a/m4/ax_ruby_devel.m4
+++ b/m4/ax_ruby_devel.m4
@@ -52,7 +52,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 9
+#serial 11
AC_DEFUN([AX_RUBY_DEVEL],[
AC_REQUIRE([AX_WITH_RUBY])
diff --git a/m4/ax_swig_enable_cxx.m4 b/m4/ax_swig_enable_cxx.m4
index 4692c13..f2cb90b 100644
--- a/m4/ax_swig_enable_cxx.m4
+++ b/m4/ax_swig_enable_cxx.m4
@@ -43,7 +43,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 7
+#serial 9
AU_ALIAS([SWIG_ENABLE_CXX], [AX_SWIG_ENABLE_CXX])
AC_DEFUN([AX_SWIG_ENABLE_CXX],[
diff --git a/m4/ax_swig_multi_module_support.m4 b/m4/ax_swig_multi_module_support.m4
index 9878f09..5231c1b 100644
--- a/m4/ax_swig_multi_module_support.m4
+++ b/m4/ax_swig_multi_module_support.m4
@@ -47,7 +47,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 8
+#serial 10
AU_ALIAS([SWIG_MULTI_MODULE_SUPPORT], [AX_SWIG_MULTI_MODULE_SUPPORT])
AC_DEFUN([AX_SWIG_MULTI_MODULE_SUPPORT],[
diff --git a/m4/ax_swig_python.m4 b/m4/ax_swig_python.m4
index e94ca72..bf22558 100644
--- a/m4/ax_swig_python.m4
+++ b/m4/ax_swig_python.m4
@@ -52,7 +52,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 8
+#serial 10
AU_ALIAS([SWIG_PYTHON], [AX_SWIG_PYTHON])
AC_DEFUN([AX_SWIG_PYTHON],[