summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure23
1 files changed, 12 insertions, 11 deletions
diff --git a/configure b/configure
index 87947fff..6300efce 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for bash-completion 1.90.
+# Generated by GNU Autoconf 2.68 for bash-completion 1.99.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bash-completion'
PACKAGE_TARNAME='bash-completion'
-PACKAGE_VERSION='1.90'
-PACKAGE_STRING='bash-completion 1.90'
+PACKAGE_VERSION='1.99'
+PACKAGE_STRING='bash-completion 1.99'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1175,7 +1175,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures bash-completion 1.90 to adapt to many kinds of systems.
+\`configure' configures bash-completion 1.99 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1241,7 +1241,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bash-completion 1.90:";;
+ short | recursive ) echo "Configuration of bash-completion 1.99:";;
esac
cat <<\_ACEOF
@@ -1308,7 +1308,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bash-completion configure 1.90
+bash-completion configure 1.99
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1325,7 +1325,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by bash-completion $as_me 1.90, which was
+It was created by bash-completion $as_me 1.99, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2140,7 +2140,7 @@ fi
# Define the identity of the package.
PACKAGE='bash-completion'
- VERSION='1.90'
+ VERSION='1.99'
cat >>confdefs.h <<_ACEOF
@@ -2193,7 +2193,7 @@ fi
compatdir=$sysconfdir/bash_completion.d
-ac_config_files="$ac_config_files Makefile completions/Makefile helpers/Makefile test/Makefile bash-completion.pc"
+ac_config_files="$ac_config_files Makefile completions/Makefile doc/Makefile helpers/Makefile test/Makefile bash-completion.pc"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -2750,7 +2750,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by bash-completion $as_me 1.90, which was
+This file was extended by bash-completion $as_me 1.99, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2803,7 +2803,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-bash-completion config.status 1.90
+bash-completion config.status 1.99
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
@@ -2918,6 +2918,7 @@ do
case $ac_config_target in
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"completions/Makefile") CONFIG_FILES="$CONFIG_FILES completions/Makefile" ;;
+ "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"helpers/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/Makefile" ;;
"test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
"bash-completion.pc") CONFIG_FILES="$CONFIG_FILES bash-completion.pc" ;;