+2019-11-15 Tom Tromey <tromey@adacore.com>
+
+ * configure, Makefile.in: Rebuild.
+ * configure.ac: Use AC_CONFIG_MACRO_DIRS. Pass options to
+ AM_INIT_AUTOMAKE.
+ * Makefile.am (AUTOMAKE_OPTIONS, ACLOCAL_AMFLAGS): Remove.
+
2019-10-23 Tom Tromey <tom@tromey.com>
Move old contents to readline/ subdirectory.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AUTOMAKE_OPTIONS = no-dist foreign
SUBDIRS = readline
-ACLOCAL_AMFLAGS = -I . -I ../config
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-AUTOMAKE_OPTIONS = no-dist foreign
SUBDIRS = readline
-ACLOCAL_AMFLAGS = -I . -I ../config
all: all-recursive
.SUFFIXES:
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
+
am__api_version='1.15'
# Find a good install program. We prefer a C program (faster),
VERSION='UNUSED-VERSION'
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE "$PACKAGE"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define VERSION "$VERSION"
-_ACEOF
-
# Some tools Automake needs.
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
AC_INIT([readline], [UNUSED-VERSION])
AC_CONFIG_SRCDIR([readline/readline.c])
AC_CONFIG_AUX_DIR(..)
-AM_INIT_AUTOMAKE
+AC_CONFIG_MACRO_DIRS([../config])
+AM_INIT_AUTOMAKE([no-define no-dist foreign])
AM_MAINTAINER_MODE
AC_CONFIG_SUBDIRS([readline])