summaryrefslogtreecommitdiff
path: root/libltdl/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2008-09-07 05:12:18 +0800
committerGary V. Vaughan <gary@gnu.org>2008-09-07 05:12:18 +0800
commitc2b86363045da50958294cfc17095cc44021f163 (patch)
tree967a0a889648a157dc8868b000061285c3223358 /libltdl/configure.ac
parentc2bdda82d31be40508c15630f73816f5e97659d0 (diff)
downloadlibtool-c2b86363045da50958294cfc17095cc44021f163.tar.gz
Prepare for next stable release.
* libltdl/Makefile.inc (LTDL_VERSION_INFO): Update. * libltdl/m4/libtool.m4: Bump serial number to account for changes since 2.2.4 release. * INSTALL, config/config.guess, config/texinfo.tex: Updated from canonical source. * configure.ac (AM_INIT_AUTOMAKE): Specify dist-lzma, which was introduced after automake-1.10 was released. (abs_top_srcdir, abs_top_builddir): No need to substitute these from configure anymore, since we require automake 1.10.1, which does perform the substitutions properly. (TIMESTAMP): Normal releases were displaying the long-form timestamp. Fix to show the short release timestamp as per alpha release numbers. * NEWS: Update with missing entries from ChangeLog. * HACKING (Release Procedure): We release lzma tarballs now but no xdeltas. * Makefile.maint: Updated to match Release Procedure instructions in HACKING. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'libltdl/configure.ac')
-rw-r--r--libltdl/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libltdl/configure.ac b/libltdl/configure.ac
index 9a7d58a4..bb13fba9 100644
--- a/libltdl/configure.ac
+++ b/libltdl/configure.ac
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libltdl], [2.2.5a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.6], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([ltdl.c])
AC_CONFIG_AUX_DIR([config])