]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert.
authorSimon Josefsson <simon@josefsson.org>
Tue, 13 Feb 2007 07:56:23 +0000 (07:56 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 13 Feb 2007 07:56:23 +0000 (07:56 +0000)
Makefile.am
configure.in

index 208c5a3d144cd08153c921bf1fe6457b3a00e3eb..a55399a1d145ef1a052a752a680dac7f1d7ce422 100644 (file)
@@ -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
 
index c37536d39585899ef3a536026994794bde1fa5db..aaf1f3c1fa5139a4a3d9e308f6b9d648d2d82e38 100644 (file)
@@ -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 <winsock2.h>], [
   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 \