]> git.pld-linux.org Git - packages/bash.git/blob - bash-autoconf.patch
- updated to 5.1.16 patchlevel
[packages/bash.git] / bash-autoconf.patch
1 --- bash-5.0/aclocal.m4~        2018-12-05 15:31:34.000000000 +0100
2 +++ bash-5.0/aclocal.m4 2019-03-21 14:19:55.805259147 +0100
3 @@ -959,11 +959,10 @@ fi
4  AC_CACHE_VAL(bash_cv_termcap_lib,
5  [AC_CHECK_FUNC(tgetent, bash_cv_termcap_lib=libc,
6    [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
7 -    [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
8 -        [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
9 +        [AC_CHECK_LIB(libncursesw, tgetent, bash_cv_termcap_lib=libncursesw,
10             [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
11 -                [AC_CHECK_LIB(ncursesw, tgetent, bash_cv_termcap_lib=libncursesw,
12 -                   bash_cv_termcap_lib=gnutermcap)])])])])])])
13 +                [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
14 +                   bash_cv_termcap_lib=gnutermcap)])])])])])
15  if test "X$_bash_needmsg" = "Xyes"; then
16  AC_MSG_CHECKING(which library has the termcap functions)
17  fi
18 --- bash-2.05a-new/Makefile.in  Fri Feb  8 00:20:46 2002
19 +++ bash-2.05a/Makefile.in      Thu Feb  7 22:38:32 2002
20 @@ -727,8 +727,8 @@ pathnames.h:                Makefile $(srcdir)/pathnam
21         @${RM} pathnames.tmp
22  
23  # comment out for distribution
24 -$(srcdir)/configure:   $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/config.h.in
25 -       cd $(srcdir) && autoconf
26 +#$(srcdir)/configure:  $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/config.h.in
27 +#      cd $(srcdir) && autoconf
28  
29  # for chet
30  reconfig: force
31
This page took 0.058496 seconds and 3 git commands to generate.