]> git.pld-linux.org Git - packages/bash.git/blame - bash-autoconf.patch
Up to 5.2.26
[packages/bash.git] / bash-autoconf.patch
CommitLineData
9ecd8d09
AM
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
2fce1949 4 AC_CACHE_VAL(bash_cv_termcap_lib,
71ad8a74 5 [AC_CHECK_FUNC(tgetent, bash_cv_termcap_lib=libc,
9ecd8d09 6 [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
69ed6004 7- [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
71ad8a74 8- [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
9ecd8d09
AM
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)])])])])])
71ad8a74
JB
15 if test "X$_bash_needmsg" = "Xyes"; then
16 AC_MSG_CHECKING(which library has the termcap functions)
9ecd8d09 17 fi
2fce1949 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
0c16d439
AM
20@@ -727,8 +727,8 @@ pathnames.h: Makefile $(srcdir)/pathnam
21 @${RM} pathnames.tmp
5af966b5 22
23 # comment out for distribution
0c16d439 24-$(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/config.h.in
5af966b5 25- cd $(srcdir) && autoconf
0c16d439 26+#$(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/config.h.in
5af966b5 27+# cd $(srcdir) && autoconf
28
29 # for chet
30 reconfig: force
0c16d439 31
This page took 0.124847 seconds and 4 git commands to generate.