aix is a Sys V as far as we're concerned.
authorJohn Gilmore <gnu@cygnus>
Fri, 25 Oct 1991 04:59:30 +0000 (04:59 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 25 Oct 1991 04:59:30 +0000 (04:59 +0000)
readline/ChangeLog
readline/configure.in [new file with mode: 0644]

index 4a4f103..9b96cfd 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 24 21:58:46 1991  John Gilmore  (gnu at cygnus.com)
+
+       * configure.in:  aix is a Sys V as far as we're concerned.
+
 Thu Oct 24 02:08:50 1991  Fred Fish  (fnf at cygnus.com)
 
        * config/hmake-sysv:  Send RANLIB (echo) output to /dev/null.
diff --git a/readline/configure.in b/readline/configure.in
new file mode 100644 (file)
index 0000000..1d14098
--- /dev/null
@@ -0,0 +1,17 @@
+# This file is a shell script fragment that supplies the information
+# necessary to tailor a template configure script into the configure
+# script appropriate for this directory.  For more information, check
+# any existing configure script.
+
+configdirs=
+srctrigger=readline.c
+srcname="the readline library"
+
+# per-host:
+
+case "${host_os}" in
+sysv* | irix* | aix*) host_makefile_frag=config/hmake-sysv ;;
+esac
+
+# per-target:
+