diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-04 09:06:54 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-04 09:06:54 +0000 |
commit | e6584517083c3b79a48cb65c547c47e4f074ca1d (patch) | |
tree | e97220ba34257dbf6db6c99c510e9e7e078d13a3 /libgfortran/libtool-version | |
parent | 5b08c6a374a300eb0c5ebcb9677f378430cce0ed (diff) | |
download | gcc-e6584517083c3b79a48cb65c547c47e4f074ca1d.tar.gz |
2004-07-04 Matthias Klose <doko@debian.org>
* libtool-version: New.
* Makefile.am (libgfortran_la_LDFLAGS): Use -version-info for soname.
* Makefile.in: Regenerate.
* configure.ac: Remove libtool_VERSION macro
* configure: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/libtool-version')
-rw-r--r-- | libgfortran/libtool-version | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/libtool-version b/libgfortran/libtool-version new file mode 100644 index 00000000000..d05cf424134 --- /dev/null +++ b/libgfortran/libtool-version @@ -0,0 +1,6 @@ +# This file is used to maintain libtool version info for libgfortran. +# See the libtool manual to understand the meaning of the fields. +# This is a separate file so that version updates don't involve re-running +# automake. +# CURRENT:REVISION:AGE +0:0:0 |