mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* ltmain.in (-L*): do not abort just because a directory specified
with -L does not exist; just warn and discard it
This commit is contained in:
parent
602b4fc8c4
commit
a517bc7a9f
@ -1,5 +1,8 @@
|
||||
1999-04-02 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltmain.in (-L*): do not abort just because a directory specified
|
||||
with -L does not exist; just warn and discard it
|
||||
|
||||
* depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies
|
||||
* depdemo/l2/Makefile.am (AUTOMAKE_OPTIONS): ditto
|
||||
* depdemo/l3/Makefile.am (AUTOMAKE_OPTIONS): ditto
|
||||
|
@ -997,8 +997,8 @@ compiler."
|
||||
dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
|
||||
if test -d "$dir"; then :
|
||||
else
|
||||
$echo "$modename: directory \`$dir' does not exist" 1>&2
|
||||
exit 1
|
||||
$echo "$modename: directory \`$dir' does not exist, dropping it" 1>&2
|
||||
continue
|
||||
fi
|
||||
# We need an absolute path.
|
||||
case "$dir" in
|
||||
|
Loading…
Reference in New Issue
Block a user