+2005-09-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libtoolize.m4sh (func_included_files): Do not recurse
+ non-existent files.
+
2005-09-27 Gary V. Vaughan <gary@gnu.org>
* libtoolize.m4sh (func_scan_files): Support projects that have
if test -f "$my_searchfile"; then
$ECHO "X$my_searchfile" | $Xsed
- fi
- # Only recurse when we don't care if all the variables we use get
- # trashed, since they are in global scope.
- for my_filename in `$SED "$my_sed_include" "$my_searchfile"`; do
- func_included_files $my_filename
- done
+ # Only recurse when we don't care if all the variables we use get
+ # trashed, since they are in global scope.
+ for my_filename in `$SED "$my_sed_include" "$my_searchfile"`; do
+ func_included_files $my_filename
+ done
+ fi
}