configure.ac (tcsh-6.22.02) | : | configure.ac (tcsh-6.22.03) | ||
---|---|---|---|---|
dnl Autoconf script for tcsh | dnl Autoconf script for tcsh | |||
dnl To rebuild the `configure' script from this, execute the command | dnl To rebuild the `configure' script from this, execute the command | |||
dnl autoconf | dnl autoconf | |||
dnl in the directory containing this script. | dnl in the directory containing this script. | |||
dnl | dnl | |||
dnl You'll also need a version of config.guess from a gnu package | dnl You'll also need a version of config.guess from a gnu package | |||
dnl | dnl | |||
dnl Written by Kaveh Ghazi (ghazi@caip.rutgers.edu) 5/11/96. | dnl Written by Kaveh Ghazi (ghazi@caip.rutgers.edu) 5/11/96. | |||
AC_PREREQ([2.59])dnl Minimum Autoconf version required. | AC_PREREQ([2.59])dnl Minimum Autoconf version required. | |||
AC_INIT([tcsh], [6.22.02], [https://bugs.astron.com/]) | AC_INIT([tcsh], [6.22.03], [https://bugs.astron.com/]) | |||
AC_CONFIG_MACRO_DIR([m4]) | AC_CONFIG_MACRO_DIR([m4]) | |||
AC_CONFIG_SRCDIR([tc.vers.c]) | AC_CONFIG_SRCDIR([tc.vers.c]) | |||
AC_CONFIG_HEADERS([config.h]) | AC_CONFIG_HEADERS([config.h]) | |||
AC_CONFIG_TESTDIR([.], [.]) | AC_CONFIG_TESTDIR([.], [.]) | |||
AC_PROG_INSTALL | AC_PROG_INSTALL | |||
AC_CANONICAL_HOST | AC_CANONICAL_HOST | |||
AM_ICONV | AM_ICONV | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |