summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 3c3aea9..532ffaa 100644
--- a/configure.in
+++ b/configure.in
@@ -20,9 +20,9 @@ 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 Readline 6.0, version 2.64])
+AC_REVISION([for Readline 6.1, version 2.66])
-AC_INIT(readline, 6.0, bug-readline@gnu.org)
+AC_INIT(readline, 6.1, bug-readline@gnu.org)
dnl make sure we are using a recent autoconf version
AC_PREREQ(2.50)
@@ -32,7 +32,7 @@ AC_CONFIG_AUX_DIR(./support)
AC_CONFIG_HEADERS(config.h)
dnl update the value of RL_READLINE_VERSION in readline.h when this changes
-LIBVERSION=6.0
+LIBVERSION=6.1
AC_CANONICAL_HOST
@@ -157,6 +157,8 @@ AC_CHECK_HEADERS(sys/ptem.h,,,
#endif
]])
+AC_SYS_LARGEFILE
+
BASH_SYS_SIGNAL_VINTAGE
BASH_SYS_REINSTALL_SIGHANDLERS