with -L does not exist; just warn and discard it
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
+
* ltconfig.in (archive_cmds, sunos4*): where we used -Bstatic, we
should have been using -Bshareable
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