Rewrote our local implementation of a Base64 encoder/decoder as specified
[citadel.git] / libcitadel / configure.in
index 2b2092b72ec4f9ad06315917e53ce1d3de398175..d68a287285fb8067506cd9ad8f0a05a3c15c54ba 100755 (executable)
@@ -7,7 +7,6 @@ AC_PREREQ(2.52)
 AC_INIT([libcitadel], m4_esyscmd_s([grep LIBCITADEL_VERSION lib/libcitadel.h | sed 's/[^0-9]*//g' ]),[http://uncensored.citadel.org])
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
-AC_CONFIG_SRCDIR(tests/Makefile.in)
 
 dnl
 dnl Set LIBREVISION to the ever-ascending libcitadel version number.
@@ -222,7 +221,7 @@ AC_C_CONST
 AC_TYPE_SIZE_T
 AC_CHECK_FUNCS(memmove bcopy)
 
-AC_CONFIG_FILES(Makefile libcitadel.pc tests/Makefile)
+AC_CONFIG_FILES(Makefile libcitadel.pc)
 AC_CONFIG_HEADER(sysdep.h)
 AC_OUTPUT