]> git.pld-linux.org Git - packages/bash.git/blob - bash-autoconf.patch
Up to 5.2.26
[packages/bash.git] / bash-autoconf.patch
1 --- bash-3.0/aclocal.m4.orig    2004-05-13 19:37:25.000000000 +0200
2 +++ bash-3.0/aclocal.m4 2004-08-06 08:39:20.961425816 +0200
3 @@ -943,10 +943,10 @@
4  fi
5  AC_CACHE_VAL(bash_cv_termcap_lib,
6  [AC_CHECK_FUNC(tgetent, bash_cv_termcap_lib=libc,
7 -  [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
8 -    [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
9 -        [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
10 -           [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
11 +  [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
12 +      [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
13 +       [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
14 +           [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
15                 bash_cv_termcap_lib=gnutermcap)])])])])])
16  if test "X$_bash_needmsg" = "Xyes"; then
17  AC_MSG_CHECKING(which library has the termcap functions)
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.064118 seconds and 3 git commands to generate.