summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-07-29 09:34:00 +0000
committerGary V. Vaughan <gary@gnu.org>2004-07-29 09:34:00 +0000
commit87b91bb4e70aeb755b72b754a23acddc8f1ec094 (patch)
tree7110f0a630e7580f82671b84aa4443419f252d08 /configure.ac
parent88c81d7d58241b7f50304c8692147ab5e2976d15 (diff)
downloadlibtool-87b91bb4e70aeb755b72b754a23acddc8f1ec094.tar.gz
* doc/libtool.texi (Tags): Document CC.
* m4/libtool.m4 (_LT_SETUP): Register CC as supported tag so that Automake uses it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 50c85b63..3e1f9376 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_PREREQ(2.58) ## We use AS_HELP_STRING
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libtool], [1.5a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [1.9b], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([ltmain.in])
AC_CONFIG_AUX_DIR([config])