diff options
author | unknown <serg@serg.mylan> | 2004-02-17 21:46:40 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-17 21:46:40 +0100 |
commit | 1a62ab0f62d1df7c91f5b6c624cbac0af63448d1 (patch) | |
tree | 1a540ce994f696a2ce7187ac1454e66bd8e1c5c7 /ltconfig | |
parent | 1d0c5594890bcdb2ccc616b4e71b113cd2b14dde (diff) | |
download | mariadb-git-1a62ab0f62d1df7c91f5b6c624cbac0af63448d1.tar.gz |
libtool tweaks
ltconfig:
libtool upgrade isn't necessary
ltmain.sh:
be consistent
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2877,6 +2877,9 @@ DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" +# compatibility with ancient libtool :) +SED=sed + # Used on cygwin: assembler. AS="$AS" |