summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/configure.in
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2001-09-05 17:49:32 +0000
committermp <mp@FreeBSD.org>2001-09-05 17:49:32 +0000
commit538cdbc622d96ebd9ba6fae4c5b21f8704e88d90 (patch)
tree836fb15b752f30ac10f0e8bc35125091d7a821a3 /contrib/tcsh/configure.in
parent9b07833722e76f7d023c491eaf74bf278221b55d (diff)
downloadFreeBSD-src-538cdbc622d96ebd9ba6fae4c5b21f8704e88d90.zip
FreeBSD-src-538cdbc622d96ebd9ba6fae4c5b21f8704e88d90.tar.gz
Import tcsh-6.11
Diffstat (limited to 'contrib/tcsh/configure.in')
-rw-r--r--contrib/tcsh/configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/tcsh/configure.in b/contrib/tcsh/configure.in
index 561fb83..ae330e2 100644
--- a/contrib/tcsh/configure.in
+++ b/contrib/tcsh/configure.in
@@ -56,7 +56,7 @@ case "${host}" in
tcsh_config_file=hpux8
;;
*-hp-hpux1[0-9]* )
- tcsh_config_file=hpux8
+ tcsh_config_file=hpux11
;;
## IBM AIX systems
@@ -217,6 +217,11 @@ case "${host}" in
tcsh_config_file=sysv4
;;
+ ## Apollo Domain/OS
+ *-apollo-*)
+ tcsh_config_file=apollo
+ ;;
+
* )
changequote([, ])dnl
AC_MSG_ERROR([Tcsh can't guess the configuration file name
OpenPOWER on IntegriCloud