Change svr4 references to sysv4.

This commit is contained in:
Fred Fish 1991-12-20 19:35:15 +00:00
parent 0837376f8c
commit 5f32984ea6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
* configure.in: Changed svr4 references to sysv4.
Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
* configure: added -V for version number option.

View File

@ -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