view bootstrap @ 6566:7c302266a10b

readline: Fix handling of escape sequences in callback mode. * src/readline-2-event-hook.patch: Fix handling of escape sequences in callback mode (e.g., for gdb).
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 12 Dec 2022 12:37:25 +0100
parents 8e9dce45d941
children
line wrap: on
line source

#!/bin/bash
## bootstrap script
## Run this to generate the configure script

set -e      # halt if unhandled error
aclocal
autoconf    # generate configure script