diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 604ac7119978..c6e6d51543c2 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl Written by Kaveh Ghazi (ghazi@caip.rutgers.edu) 5/11/96. dnl AC_PREREQ([2.59])dnl Minimum Autoconf version required. -AC_INIT([tcsh], [6.15.00], [http://bugs.gw.com/]) +AC_INIT([tcsh], [6.17.00], [http://bugs.gw.com/]) AC_CONFIG_SRCDIR([tc.vers.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([.], [.]) @@ -101,6 +101,16 @@ case "${host}" in tcsh_config_file=bsd4.4 ;; + ## MidnightBSD systems + *-*-midnightbsd*) + tcsh_config_file=bsd4.4 + ;; + + ## DragonFlyBSD systems + *-*-dragonfly*) + tcsh_config_file=bsd4.4 + ;; + ## OpenBSD systems *-*-openbsd*) tcsh_config_file=bsd4.4 @@ -233,6 +243,11 @@ case "${host}" in tcsh_config_file=apollo ;; + ## QNX6 + *-qnx6*) + tcsh_config_file=qnx6 + ;; + * ) changequote([, ])dnl AC_MSG_ERROR([Tcsh can't guess the configuration file name |