New readline stuff.
[deliverable/binutils-gdb.git] / readline / configure.in
index f7b80da238d793b9170974b1edf33bdd21eb93cd..4006e70accc0e63c7b7e449b9cee04d497731172 100644 (file)
@@ -6,12 +6,24 @@
 configdirs=
 srctrigger=readline.c
 srcname="the readline library"
+commontargets=true
 
 # per-host:
 
+files=sysdep-norm.h
+links=sysdep.h
+
 case "${host_os}" in
-sysv* | irix* | aix*) host_makefile_frag=config/hm-sysv ;;
+m88kbcs | sysv* | irix*)
+       host_makefile_frag=config/hm-sysv
+       ;;
+
+aix*)
+       host_makefile_frag=config/hm-sysv
+       case "${host_arch}" in
+       rs6000) files=sysdep-aix.h
+       esac
+       ;;
 esac
 
 # per-target:
-
This page took 0.025355 seconds and 4 git commands to generate.