nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] remove two checks from configure.ac


From: Eitan Adler
Subject: [Nano-devel] remove two checks from configure.ac
Date: Sun, 6 Nov 2011 01:53:30 -0500

1) nano does not produce code so there is no such thing as a "target".
2) AC_HEADER_STDC is considered an obsolete check. There is no reason
to use it anymore.

Index: 
configure.ac===================================================================---
configure.ac    (revision 4546)+++ configure.ac (working copy)@@ -22,7
+22,7 @@  AC_INIT([GNU nano], [2.3.1], address@hidden, [nano])
AC_CONFIG_SRCDIR([src/nano.c])-AC_CANONICAL_TARGET([])+AC_CANONICAL_HOST
AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) @@ -49,7 +49,6 @@  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.
-- 
Eitan Adler



reply via email to

[Prev in Thread] Current Thread [Next in Thread]