* configure.ac: Remove unnecessary checks
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4553
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
+2013-01-02 Eitan Adler <lists@eitanadler.com>
+ * configure.ac: Remove unnecessary checks
+
2012-12-31 Chris Allegretta <chrisa@asty.org>
* src/*: Introduce (basic) vim-style file locks. Does not allow vim to recover
our changes, and just lets a vim user know we're editing a file. Commands line "-G"
AC_INIT([GNU nano], [2.3.1-svn], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([src/nano.c])
-AC_CANONICAL_TARGET([])
+AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
dnl Checks for header files.
-AC_HEADER_STDC
AC_CHECK_HEADERS(getopt.h libintl.h limits.h regex.h sys/param.h wchar.h wctype.h stdarg.h magic.h)
dnl Checks for options.