commit bash-20150813 snapshot

This commit is contained in:
Chet Ramey
2015-09-01 14:44:02 -04:00
parent e9eee9d4b0
commit f2d7e1a3bc
19 changed files with 223 additions and 33 deletions
+7 -1
View File
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_REVISION([for Bash 4.4, version 4.071])dnl
AC_REVISION([for Bash 4.4, version 4.072])dnl
define(bashvers, 4.4)
define(relstatus, alpha)
@@ -1191,6 +1191,12 @@ AC_SUBST(BUILD_DIR)
AC_SUBST(datarootdir)
AC_SUBST(localedir)
# directory where we install dynamically loadable builtins
if test -z "$loadablesdir"; then
loadablesdir='${libdir}/bash'
fi
AC_SUBST(loadablesdir)
AC_SUBST(YACC)
AC_SUBST(AR)
AC_SUBST(ARFLAGS)