]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-autoconf.patch
- ipv6 support is back
[packages/bash.git] / bash-autoconf.patch
index 0e977ef66f29d6448c638d6f5e979311bba02e79..950afbf4ea2586b731edafb635e9b894b1a0381d 100644 (file)
@@ -1,7 +1,7 @@
-diff -urN bash-2.03.orig/Makefile.in bash-2.03/Makefile.in
---- bash-2.03.orig/Makefile.in Thu Feb 18 18:07:38 1999
-+++ bash-2.03/Makefile.in      Sun Mar  7 23:48:02 1999
-@@ -514,8 +514,8 @@
+diff -urN bash-2.05.org/Makefile.in bash-2.05/Makefile.in
+--- bash-2.05.org/Makefile.in  Wed Apr 18 23:07:48 2001
++++ bash-2.05/Makefile.in      Wed Apr 18 23:27:34 2001
+@@ -563,8 +563,8 @@
        $(SHELL) ./config.status --recheck
  
  # comment out for distribution
@@ -12,3 +12,30 @@ diff -urN bash-2.03.orig/Makefile.in bash-2.03/Makefile.in
  
  # for chet
  reconfig: force
+diff -urN bash-2.05.org/aclocal.m4 bash-2.05/aclocal.m4
+--- bash-2.05.org/aclocal.m4   Wed Apr 18 23:07:48 2001
++++ bash-2.05/aclocal.m4       Wed Apr 18 23:33:17 2001
+@@ -606,10 +606,11 @@
+ _bash_needmsg=
+ fi
+ AC_CACHE_VAL(bash_cv_termcap_lib,
+-[AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
++[AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
++  [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
+     [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
+       [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
+-          bash_cv_termcap_lib=gnutermcap)])])])
++          bash_cv_termcap_lib=gnutermcap)])])])])
+ if test "X$_bash_needmsg" = "Xyes"; then
+ AC_MSG_CHECKING(which library has the termcap functions)
+ fi
+@@ -620,6 +621,9 @@
+ TERMCAP_DEP="./lib/termcap/libtermcap.a"
+ elif test $bash_cv_termcap_lib = libtermcap && test -z "$prefer_curses"; then
+ TERMCAP_LIB=-ltermcap
++TERMCAP_DEP=
++elif test $bash_cv_termcap_lib = libtinfo; then
++TERMCAP_LIB=-ltinfo
+ TERMCAP_DEP=
+ elif test $bash_cv_termcap_lib = libncurses; then
+ TERMCAP_LIB=-lncurses
This page took 0.059192 seconds and 4 git commands to generate.