* configure.in, config/mh-svr4: Make SVR4 work.
authorStu Grossman <grossman@cygnus>
Fri, 22 Nov 1991 01:42:10 +0000 (01:42 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 22 Nov 1991 01:42:10 +0000 (01:42 +0000)
readline/configure.in

index eab207a10d2efa7213a3c2626fcdd6e8f806f448..99f57e962a8e2d129d1ce409d55a6210b498a67d 100644 (file)
@@ -18,6 +18,10 @@ m88kbcs | sysv*)
        host_makefile_frag=config/mh-sysv
        ;;
 
+svr4)
+       host_makefile_frag=config/mh-svr4
+       ;;
+
 aix*)
        host_makefile_frag=config/mh-sysv
        case "${host_cpu}" in
This page took 0.023582 seconds and 4 git commands to generate.