* tests/deplibs-ident.at [ interix ]: Not broken here.
Reported by Thorsten Glaser <tg@66h.42h.de>.
+2005-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/link-order.at [ interix ]: Skip command line grep.
+ * tests/deplibs-ident.at [ interix ]: Not broken here.
+ Reported by Thorsten Glaser <tg@66h.42h.de>.
+
2005-11-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libtoolize.m4sh (func_copy_all_files)
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o b b.$OBJEXT ../liba1.la ../liba2.la ../liba3.la ../../c/libcee.la -rpath /nowhere],
[0],[stdout],[ignore])
AT_CHECK([$EGREP 'cee.*cee' stdout], 1, [ignore], [ignore])
- AT_XFAIL_IF([case $host_os in aix*) false;; *):;; esac])
+ AT_XFAIL_IF([case $host_os in aix*|interix*) false;; *):;; esac])
dnl This is currently broken in libtool
)
$LIBTOOL --mode=clean rm -f src/liba.la
case $host_os in
-aix*) ;; # AIX has different path syntax
+aix* | interix*) ;; # These systems have different path syntax
*)
# Do not error if we do not relink (e.g. static-only systems)
AT_CHECK([if $EGREP relinking stderr; then