* configure.in: Use mh-posix for Linux (free Unix clone).
authorPer Bothner <per@bothner.com>
Wed, 24 Jun 1992 06:26:05 +0000 (06:26 +0000)
committerPer Bothner <per@bothner.com>
Wed, 24 Jun 1992 06:26:05 +0000 (06:26 +0000)
readline/ChangeLog
readline/configure.in

index 53cec69c9f8bbcf29831525bb6d60e088d28736e..5317bab2a2761e9043538b85557ad4fc59f482f5 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun 23 23:22:53 1992  Per Bothner  (bothner@cygnus.com)
+
+       * config/mh-posix:  New file, for Posix-compliant systems.
+       * configure.in:  Use mh-posix for Linux (free Unix clone).
+
 Tue Jun 23 21:59:20 1992  Fred Fish  (fnf@cygnus.com)
 
        * sysdep-norm.h (alloca):  Protect against previous definition as
index baa864a966c0de605b7634c548cc45f00e88b750..1faa35058539245c60622e8b2736f3602f6362a6 100644 (file)
@@ -35,6 +35,9 @@ m88kbcs | sysv*)
        esac
        ;;
 
+linux)
+       host_makefile_frag=config/mh-posix
+       ;;
 aix*)
        host_makefile_frag=config/mh-sysv
        case "${host_cpu}" in
This page took 0.103058 seconds and 4 git commands to generate.