diff options
author | Stu Grossman <grossman@cygnus> | 1991-11-21 22:38:52 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-11-21 22:38:52 +0000 |
commit | 10524f5e06f8953b5b6931f7deb8b726ee333a0a (patch) | |
tree | cd4721a1b46381a1a9f917ee8e368a2bcb58a66b /readline/configure.in | |
parent | 76b28d05a256feedf887f47c04687dc5f8c3e90c (diff) | |
download | gdb-10524f5e06f8953b5b6931f7deb8b726ee333a0a.zip gdb-10524f5e06f8953b5b6931f7deb8b726ee333a0a.tar.gz gdb-10524f5e06f8953b5b6931f7deb8b726ee333a0a.tar.bz2 |
Add a bunch of config files to .Sanitize, add some config stuff to Makefile.in
and configure.in. Fix compilation of ../glob/tilde.o in Makefile.
Diffstat (limited to 'readline/configure.in')
-rw-r--r-- | readline/configure.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/readline/configure.in b/readline/configure.in index e56aab6..ffc54b4 100644 --- a/readline/configure.in +++ b/readline/configure.in @@ -14,7 +14,7 @@ files=sysdep-norm.h links=sysdep.h case "${host_os}" in -m88kbcs | sysv* | irix*) +m88kbcs | sysv*) host_makefile_frag=config/hm-sysv ;; @@ -24,11 +24,21 @@ aix*) rs6000) files=sysdep-aix.h esac ;; + +irix*) + host_makefile_frag=config/hm-sysv + files=sysdep-irix.h + ;; + +newsos*) + files=sysdep-newsos.h + ;; esac case "${host_vendor}" in sco* ) host_makefile_frag=config/hm-sco + files=sysdep-sco.h ;; esac |