mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
AC_WARN replaced with AC_MSG_WARN
This commit is contained in:
parent
da530d8c62
commit
55cf24c3db
@ -1,3 +1,9 @@
|
|||||||
|
2000-08-01 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
|
||||||
|
|
||||||
|
* README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
|
||||||
|
|
||||||
2000-07-21 Pablo Saratxaga <pablo@mandrakesoft.com>
|
2000-07-21 Pablo Saratxaga <pablo@mandrakesoft.com>
|
||||||
|
|
||||||
* src/main.c: make 8bit input/output the default (99% of the people
|
* src/main.c: make 8bit input/output the default (99% of the people
|
||||||
|
@ -406,7 +406,7 @@ AC_DEFUN(AC_USE_SUNOS_CURSES, [
|
|||||||
CPPFLAGS="$CPPFLAGS -I/usr/5include"
|
CPPFLAGS="$CPPFLAGS -I/usr/5include"
|
||||||
XCURSES="xcurses.o /usr/5lib/libcurses.a /usr/5lib/libtermcap.a"
|
XCURSES="xcurses.o /usr/5lib/libcurses.a /usr/5lib/libtermcap.a"
|
||||||
AC_MSG_RESULT(Please note that some screen refreshs may fail)
|
AC_MSG_RESULT(Please note that some screen refreshs may fail)
|
||||||
AC_WARN(Reconsider using Slang)
|
AC_MSG_WARN(Reconsider using Slang)
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN(AC_USE_OSF1_CURSES, [
|
AC_DEFUN(AC_USE_OSF1_CURSES, [
|
||||||
@ -446,9 +446,9 @@ dnl LIBS="$LIBS -l$THIS_CURSES -ltermcap"
|
|||||||
dnl AC_DEFINE(USE_BSD_CURSES)
|
dnl AC_DEFINE(USE_BSD_CURSES)
|
||||||
dnl XCURSES="xcurses.o"
|
dnl XCURSES="xcurses.o"
|
||||||
dnl AC_MSG_RESULT(Please note that some screen refreshs may fail)
|
dnl AC_MSG_RESULT(Please note that some screen refreshs may fail)
|
||||||
dnl AC_WARN(Use of the bsdcurses extension has some)
|
dnl AC_MSG_WARN(Use of the bsdcurses extension has some)
|
||||||
dnl AC_WARN(display/input problems.)
|
dnl AC_MSG_WARN(display/input problems.)
|
||||||
dnl AC_WARN(Reconsider using xcurses)
|
dnl AC_MSG_WARN(Reconsider using xcurses)
|
||||||
dnl)
|
dnl)
|
||||||
|
|
||||||
AC_ARG_WITH(sco,
|
AC_ARG_WITH(sco,
|
||||||
|
@ -653,7 +653,7 @@ AC_DEFUN(AC_GET_FS_INFO, [
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$list_mounted_fs"; then
|
if test -z "$list_mounted_fs"; then
|
||||||
AC_WARN([could not determine how to read list of mounted fs])
|
AC_MSG_WARN([could not determine how to read list of mounted fs])
|
||||||
CPPFLAGS="$CPPFLAGS -DNO_INFOMOUNT"
|
CPPFLAGS="$CPPFLAGS -DNO_INFOMOUNT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user