diff options
Diffstat (limited to 'security/libgsasl/files/patch-Makefile.in')
-rw-r--r-- | security/libgsasl/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/libgsasl/files/patch-Makefile.in b/security/libgsasl/files/patch-Makefile.in index ec9305ee0624..6db4945972b0 100644 --- a/security/libgsasl/files/patch-Makefile.in +++ b/security/libgsasl/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2022-06-20 15:57:22 UTC +--- Makefile.in.orig 2024-01-02 17:12:11 UTC +++ Makefile.in -@@ -1855,7 +1855,7 @@ top_builddir = @top_builddir@ +@@ -2116,7 +2116,7 @@ ACLOCAL_AMFLAGS = -I m4 -I lib/m4 top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-gssapi-impl=no + AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-gssapi-impl=no ACLOCAL_AMFLAGS = -I m4 -I lib/m4 --SUBDIRS = lib po gl src examples tests doc gltests -+SUBDIRS = lib doc # po gl src examples tests docests +-SUBDIRS = lib po gl src examples tests doc ++SUBDIRS = lib doc # po gl src examples tests # git-version-gen - EXTRA_DIST = cfg.mk maint.mk build-aux/git2cl m4/gnulib-cache.m4 \ + EXTRA_DIST = cfg.mk maint.mk CONTRIBUTING.md build-aux/git2cl \ |