mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 04:40:49 +02:00
commit bash-20150813 snapshot
This commit is contained in:
+7
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user