Minor updates to readline configury
[deliverable/binutils-gdb.git] / readline / configure.ac
index d4ded1158f14f406e96144fabee43936f2f5fe11..fdc330421cb4fe2bf490aa98b74251da27abfde8 100644 (file)
@@ -21,7 +21,8 @@ dnl Process this file with autoconf to produce a configure script.
 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])
This page took 0.027767 seconds and 4 git commands to generate.