]> granicus.if.org Git - neomutt/commitdiff
build: light tidy
authorRichard Russon <rich@flatcap.org>
Sat, 13 May 2017 13:23:19 +0000 (14:23 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 17 May 2017 22:17:20 +0000 (23:17 +0100)
configure.ac

index ebf9ea46c35be403b867f120d42dd9326c94158e..3120f7b62c90f9dd2ceff22830762119190d4e19 100644 (file)
@@ -1,9 +1,6 @@
 dnl To create the configure script, run:
 dnl     autoreconf -i
 
-dnl !!! WHEN ADDING NEW CONFIGURE TESTS, PLEASE ADD CODE TO MAIN.C !!!
-dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED               !!!
-
 CFLAGS=$CFLAGS
 LDFLAGS=$LDFLAGS
 
@@ -95,7 +92,6 @@ AC_DEFINE_UNQUOTED(SENDMAIL,"$ac_cv_path_SENDMAIL", [Where to find sendmail on y
 
 OPS='$(srcdir)/OPS $(srcdir)/OPS.SIDEBAR'
 
-
 dnl Define the option to enable everything before any feature / option is declared
 dnl This is important because it allows us to set a default value for the options
 dnl that can later be overridden by the user's command line options.
@@ -130,7 +126,6 @@ AS_IF([test x$enable_everything = "xyes"], [
        use_lua="no"
 ])
 
-
 dnl : A note about the organization of this file
 dnl : =========================================================================
 dnl : All features and options must be defined below the line marked as their
@@ -176,7 +171,6 @@ AC_ARG_WITH(mixmaster,
 
 dnl == End of Features and Options Definitions ==
 
-
 dnl == Declare all the checks and code for options / features below this line ==
 
 dnl --enable-gpgme
@@ -261,7 +255,6 @@ AS_IF([test "$alongwith_mixmaster" != "no"], [
        AC_DEFINE_UNQUOTED(MIXMASTER, "$MIXMASTER", [Where to find mixmaster on your system.])
 ])
 
-
 # We now require all OPS
 OPS="$OPS \$(srcdir)/OPS.PGP \$(srcdir)/OPS.SMIME \$(srcdir)/OPS.CRYPT "
 AC_SUBST([OPS])
@@ -409,7 +402,6 @@ AC_CHECK_DECLS([sys_siglist],[],[],[#include <signal.h>
 # include <unistd.h>
 ])
 
-
 AC_REPLACE_FUNCS([wcscasecmp strcasestr])
 
 dnl Set the atime of files