View | Details | Raw Unified
Collapse All | Expand All

(-) src/lharc.c (-1 / +1 lines)
 Lines 561-567    Link Here 
        if (!isatty(1) && cmd == CMD_ADD)
        if (!isatty(1) && cmd == CMD_ADD)
            quiet = TRUE;
            quiet = TRUE;
    }
    }
#if 0 /* Comment out; IMHO, this feature is useless. by Koji Arai */
#ifndef MINGW32
    else {
    else {
        if (argc == 3 && !isatty(0)) { /* 1999.7.18 */
        if (argc == 3 && !isatty(0)) { /* 1999.7.18 */
            /* Bug(?) on MinGW, isatty() return 0 on Cygwin console.
            /* Bug(?) on MinGW, isatty() return 0 on Cygwin console.
(-) configure.ac (+5 lines)
 Lines 289-294    Link Here 
	    [Define to 1 if you want to ignore dot files with -X command line switch])
	    [Define to 1 if you want to ignore dot files with -X command line switch])
fi
fi
AC_MINGW32
if test "x$MINGW32" = xyes; then
  AC_DEFINE(MINGW32, 1, [Define to 1 if we're being compiled with MinGW.])
fi
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile olddoc/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile olddoc/Makefile])
AC_CONFIG_FILES([tests/Makefile tests/lha-test])
AC_CONFIG_FILES([tests/Makefile tests/lha-test])
AC_OUTPUT
AC_OUTPUT