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
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.
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
dnl == End of Features and Options Definitions ==
-
dnl == Declare all the checks and code for options / features below this line ==
dnl --enable-gpgme
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])
# include <unistd.h>
])
-
AC_REPLACE_FUNCS([wcscasecmp strcasestr])
dnl Set the atime of files