diff options
author | John Gilmore <gnu@cygnus> | 1991-10-25 04:59:30 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-25 04:59:30 +0000 |
commit | a051de4b211b318d30576ebc915e14dacd583564 (patch) | |
tree | 9d7e8ca67b8ad66cece7656963e49de0d0d907f4 /readline/configure.in | |
parent | b00771232fab861fb31e42dfd5f6643ba1b43cc9 (diff) | |
download | gdb-a051de4b211b318d30576ebc915e14dacd583564.zip gdb-a051de4b211b318d30576ebc915e14dacd583564.tar.gz gdb-a051de4b211b318d30576ebc915e14dacd583564.tar.bz2 |
aix is a Sys V as far as we're concerned.
Diffstat (limited to 'readline/configure.in')
-rw-r--r-- | readline/configure.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/readline/configure.in b/readline/configure.in new file mode 100644 index 0000000..1d14098 --- /dev/null +++ b/readline/configure.in @@ -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: + |