[gnutls-dev] more nitpicking
Simon Josefsson
jas@extundo.com
Mon Nov 26 00:50:02 2001
The autoconf test seems to leave a "conf.libgnutlstest" file around..
Index: doc/README.autoconf
===================================================================
RCS file: /cvs/gnutls/gnutls/doc/README.autoconf,v
retrieving revision 1.6
diff -u -r1.6 README.autoconf
--- doc/README.autoconf 2001/11/24 11:27:35 1.6
+++ doc/README.autoconf 2001/11/25 23:44:15
@@ -5,7 +5,7 @@
include(libgnutls.m4)
configure.in:
- AM_PATH_LIBGNUTLS( 0.2.3,, AC_MSG_ERROR[[*** gnutls was not found]]))
+ AM_PATH_LIBGNUTLS( 0.2.3,, AC_MSG_ERROR([[*** gnutls was not found]]))
these macros define LIBGNUTLS_LIBS and LIBGNUTLS_CFLAGS.
Index: lib/libgnutls.m4
===================================================================
RCS file: /cvs/gnutls/gnutls/lib/libgnutls.m4,v
retrieving revision 2.3
diff -u -r2.3 libgnutls.m4
--- lib/libgnutls.m4 2001/05/15 10:35:07 2.3
+++ lib/libgnutls.m4 2001/11/25 23:44:15
@@ -152,6 +152,7 @@
LIBGNUTLS_CFLAGS=""
LIBGNUTLS_LIBS=""
ifelse([$3], , :, [$3])
+ rm -f conf.libgnutlstest
fi
AC_SUBST(LIBGNUTLS_CFLAGS)
AC_SUBST(LIBGNUTLS_LIBS)