]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-autoconf.patch
- well, lets set PS1 only in bashrc. No need to set it in profile
[packages/bash.git] / bash-autoconf.patch
index 0e977ef66f29d6448c638d6f5e979311bba02e79..210a29c25d96b085981fcc09c9c16f5e5e6bb8c7 100644 (file)
@@ -1,7 +1,23 @@
-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 @@
+--- bash-3.0/aclocal.m4.orig   2004-05-13 19:37:25.000000000 +0200
++++ bash-3.0/aclocal.m4        2004-08-06 08:39:20.961425816 +0200
+@@ -943,10 +943,10 @@
+ fi
+ AC_CACHE_VAL(bash_cv_termcap_lib,
+ [AC_CHECK_FUNC(tgetent, bash_cv_termcap_lib=libc,
+-  [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
+-    [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
+-        [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
+-          [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
++  [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
++      [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
++      [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
++          [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
+               bash_cv_termcap_lib=gnutermcap)])])])])])
+ if test "X$_bash_needmsg" = "Xyes"; then
+ AC_MSG_CHECKING(which library has the termcap functions)
+--- bash-2.05a-new/Makefile.in Fri Feb  8 00:20:46 2002
++++ bash-2.05a/Makefile.in     Thu Feb  7 22:38:32 2002
+@@ -592,8 +592,8 @@
        $(SHELL) ./config.status --recheck
  
  # comment out for distribution
This page took 0.054674 seconds and 4 git commands to generate.