summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2012-03-05 21:14:50 -0500
committerChet Ramey <chet.ramey@case.edu>2012-03-05 21:14:50 -0500
commitabe2eb5be82000741c87bfa7fca85b1d37d84c27 (patch)
tree4c4e689d98b67cc13ec3cee195a3e23d806731e7 /configure.in
parenta1128d1b127cbbeaa2879d1676fa4105e1897e8b (diff)
downloadbash-abe2eb5be82000741c87bfa7fca85b1d37d84c27.tar.gz
commit bash-20120204 snapshot
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 1ea30f57..070d074b 100644
--- a/configure.in
+++ b/configure.in
@@ -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.2, version 4.045])dnl
+AC_REVISION([for Bash 4.2, version 4.046])dnl
define(bashvers, 4.2)
define(relstatus, maint)
@@ -350,7 +350,7 @@ else
TESTSCRIPT=run-all
fi
-HELPDIR= HELPDIRDEFINE= HELPINSTALL=
+HELPDIR= HELPDIRDEFINE= HELPINSTALL= HELPFILES_TARGET=
if test "$opt_separate_help" != no; then
if test "$opt_separate_help" = "yes" ; then
HELPDIR='${datadir}/bash'
@@ -359,6 +359,7 @@ if test "$opt_separate_help" != no; then
fi
HELPDIRDEFINE='-H ${HELPDIR}'
HELPINSTALL='install-help'
+ HELPFILES_TARGET='helpdoc'
fi
HELPSTRINGS=
if test "$opt_single_longdoc_strings" != "yes"; then
@@ -381,6 +382,7 @@ AC_SUBST(htmldir)
AC_SUBST(HELPDIR)
AC_SUBST(HELPDIRDEFINE)
AC_SUBST(HELPINSTALL)
+AC_SUBST(HELPFILES_TARGET)
AC_SUBST(HELPSTRINGS)
echo ""