diff options
author | Fred Fish <fnf@specifix.com> | 1991-12-20 19:35:15 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-12-20 19:35:15 +0000 |
commit | 5f32984ea685edfc20fb8ab27bc780086d8bb07e (patch) | |
tree | 871c22e3821de38b413c991544c3da8ded340442 /configure.in | |
parent | 0837376f8c66f7d1b07ade30e52e44ee1ef019a9 (diff) | |
download | gdb-5f32984ea685edfc20fb8ab27bc780086d8bb07e.zip gdb-5f32984ea685edfc20fb8ab27bc780086d8bb07e.tar.gz gdb-5f32984ea685edfc20fb8ab27bc780086d8bb07e.tar.bz2 |
Change svr4 references to sysv4.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4a8f850..60928b1 100644 --- a/configure.in +++ b/configure.in @@ -13,8 +13,8 @@ srcname="gnu development package" case "${host_os}" in m88kbcs) host_makefile_frag=config/mh-delta88;; +sysv4*) host_makefile_frag=config/mh-sysv4 ;; sysv* | irix*) host_makefile_frag=config/mh-sysv ;; -svr4) host_makefile_frag=config/mh-svr4 ;; ultrix) host_makefile_frag=config/mh-decstation ;; esac |