daily update
[deliverable/binutils-gdb.git] / readline / configure.in
index 6c7b8187f6ee6b693c6989efcbe01716252610c5..528aef50dd163350059abbfb3f16654fcc2866cb 100644 (file)
@@ -24,6 +24,8 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_REVISION([for Readline 5.1, version 2.59])
 
+m4_include([../config/override.m4])
+
 AC_INIT(readline, 5.1-release, bug-readline@gnu.org)
 
 dnl make sure we are using a recent autoconf version
@@ -77,6 +79,7 @@ dnl files as necessary
 dnl Note that host and target machine are the same, and different than the
 dnl build machine.
 
+CROSS_COMPILE=
 if test "x$cross_compiling" = "xyes"; then
     case "${host}" in
     *-cygwin*)
This page took 0.022442 seconds and 4 git commands to generate.