libapse.lib.: do not use the real paths of libspe.lib. Use @libdir@ instead
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
8cd4f03cb4
commit
61b0a67504
@ -31,6 +31,9 @@ Changes in version 1.16.1
|
||||
* lib/* - Davide Madrisan:
|
||||
Get rid of the clashing variables 'me'.
|
||||
|
||||
* lib/libapse.lib - Davide Madrisan:
|
||||
Do not use the real paths of libspe.lib. Use @libdir@ instead.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 1.16.0
|
||||
|
@ -17,7 +17,7 @@ libapse.lib: "$"library not found"": @libdir@/libmsgmng.lib" 1>&2
|
||||
|
||||
[ -r @libdir@/libspec.lib ] ||
|
||||
{ echo "\
|
||||
libapse.lib: "$"library not found"": /usr/share/autospec/lib/libspec.lib" 1>&2
|
||||
libapse.lib: "$"library not found"": @libdir@/libspec.lib" 1>&2
|
||||
exit 1; }
|
||||
. @libdir@/libspec.lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user