From: Simon Josefsson Date: Tue, 13 Feb 2007 07:56:23 +0000 (+0000) Subject: Revert. X-Git-Tag: gnutls_1_7_7~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56f979d5de266174703afa885b79283e9e25536e;p=thirdparty%2Fgnutls.git Revert. --- diff --git a/Makefile.am b/Makefile.am index 208c5a3d14..a55399a1d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc SUBDIRS = lgl gl includes lib libextra src doc tests po -ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 -I src/lib/m4 +ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 # Maintainer targets diff --git a/configure.in b/configure.in index c37536d395..aaf1f3c1fa 100644 --- a/configure.in +++ b/configure.in @@ -111,7 +111,6 @@ AC_MSG_RESULT([*** gl_EARLY lgl_EARLY -sgl_EARLY AC_C_CONST AC_C_INLINE @@ -553,7 +552,6 @@ AC_MSG_RESULT([*** ]) gl_INIT lgl_INIT -sgl_INIT AC_TRY_LINK([#include ], [ WORD wVersionRequested = MAKEWORD(2, 2); @@ -614,7 +612,7 @@ AC_CONFIG_COMMANDS([chmod-config],[[ AC_CONFIG_FILES([Makefile po/Makefile.in \ doc/Makefile doc/examples/Makefile doc/scripts/Makefile \ doc/manpages/Makefile doc/reference/Makefile \ - gl/Makefile lgl/Makefile src/lib/Makefile \ + gl/Makefile lgl/Makefile \ tests/Makefile tests/rsa-md5-collision/Makefile tests/userid/Makefile \ tests/pkcs1-padding/Makefile tests/pkcs8-decode/Makefile \ tests/pkcs12-decode/Makefile tests/pathlen/Makefile \