Added solaris configuration support.
authorMark Eichin <eichin@cygnus>
Sun, 31 May 1992 22:13:34 +0000 (22:13 +0000)
committerMark Eichin <eichin@cygnus>
Sun, 31 May 1992 22:13:34 +0000 (22:13 +0000)
config/mh-solaris2 [new file with mode: 0755]
configure.in

diff --git a/config/mh-solaris2 b/config/mh-solaris2
new file mode 100755 (executable)
index 0000000..4bf0246
--- /dev/null
@@ -0,0 +1,5 @@
+# Makefile changes for Suns running Solaris 2
+
+SYSV = -DSYSV
+RANLIB = echo >/dev/null
+INSTALL = cp
index c3d1e847147baa1def7bfa43ab3776102665ddbd..2ffbd054436c4a18fbb35014b4e79d47a1777f8a 100644 (file)
@@ -15,6 +15,7 @@ case "${host_os}" in
 aix*)          host_makefile_frag=config/mh-aix ;;
 m88kbcs)       host_makefile_frag=config/mh-delta88;;
 sysv4*)                host_makefile_frag=config/mh-sysv4 ;;
+solaris*)      host_makefile_frag=config/mh-solaris2 ;;
 sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
 sco*)          host_makefile_frag=config/mh-sco ;;
 irix4)         host_makefile_frag=config/mh-irix4 ;;
This page took 0.029266 seconds and 4 git commands to generate.