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
+
* depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies
* depdemo/l2/Makefile.am (AUTOMAKE_OPTIONS): ditto
* depdemo/l3/Makefile.am (AUTOMAKE_OPTIONS): ditto
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