[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool.m4: shrext should be shared_ext
From: |
tjoen |
Subject: |
libtool.m4: shrext should be shared_ext |
Date: |
Wed, 09 Jul 2003 20:05:52 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 |
[not subscribed to the list, only submitting bugfix]
Libtool 1.5 linux
Problem: $shared_ext has no value, libs are installed without .so suffix
Search on shrext and shared_ext in the mailinglist: no results.
/usr/share/aclocal/libtool.m4:
# Shared library suffix (normally ".so").
shrext='$shrext'
that should be
shared_ext='$shrext'
- libtool.m4: shrext should be shared_ext,
tjoen <=