From 5f32984ea685edfc20fb8ab27bc780086d8bb07e Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 20 Dec 1991 19:35:15 +0000 Subject: [PATCH] Change svr4 references to sysv4. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d9038f..e03600f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. 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 -- 2.7.4