gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / readline / configure.ac
CommitLineData
6999161a
TT
1dnl Autoconf configure script for the readline wrapper directory
2dnl Copyright (C) 2019 Free Software Foundation, Inc.
d60d9f65 3dnl
6999161a 4dnl This file is part of GDB.
d60d9f65 5dnl
6999161a
TT
6dnl This program is free software; you can redistribute it and/or modify
7dnl it under the terms of the GNU General Public License as published by
8dnl the Free Software Foundation; either version 3 of the License, or
9dnl (at your option) any later version.
d60d9f65 10dnl
6999161a
TT
11dnl This program is distributed in the hope that it will be useful,
12dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
13dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14dnl GNU General Public License for more details.
15dnl
16dnl You should have received a copy of the GNU General Public License
17dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
d60d9f65 18
6999161a 19dnl Process this file with autoconf to produce a configure script.
d60d9f65 20
6999161a
TT
21AC_INIT([readline], [UNUSED-VERSION])
22AC_CONFIG_SRCDIR([readline/readline.c])
23AC_CONFIG_AUX_DIR(..)
bb69c501
TT
24AC_CONFIG_MACRO_DIRS([../config])
25AM_INIT_AUTOMAKE([no-define no-dist foreign])
6999161a 26AM_MAINTAINER_MODE
d60d9f65 27
6999161a
TT
28AC_CONFIG_SUBDIRS([readline])
29AC_CONFIG_FILES([Makefile])
30AC_OUTPUT
This page took 0.873936 seconds and 4 git commands to generate.