diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2004-11-08 20:06:30 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-11-08 20:06:30 +0000 |
commit | 8736cbe6f28c14988b96d99b0c89c33cc29bd59f (patch) | |
tree | 3c0b392b1c1a23f5e25d01795a9d71c88c2baeac /libstdc++-v3/configure | |
parent | c16162ad167d8d91e2ea3e68ed31f8a23ad84f8d (diff) | |
download | gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.zip gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.tar.gz gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.tar.bz2 |
configure.ac (libtool_VERSION): To 6:4:0.
2004-11-08 Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (libtool_VERSION): To 6:4:0.
* configure: Regenerate.
* config/linker-map.gnu: Slide new symbols into GLIBCXX_3.4.4.
* docs/doxygen/user.cfg.in: Add more extension files.
From-SVN: r90292
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 07b2561..e87d8b2 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -1376,7 +1376,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD # For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=6:3:0 +libtool_VERSION=6:4:0 # Find the rest of the source tree framework. |