You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/thinkfinger/files/0.3-autoreconf.patch

26 lines
584 B

From 922e00d123092da33f3237071236e28b0f120766 Mon Sep 17 00:00:00 2001
From: orbea <orbea@riseup.net>
Date: Sun, 28 Mar 2021 11:04:26 -0700
Subject: [PATCH 1/2] build: Fix autoreconf.
---
configure.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.in b/configure.in
index 2bdd150..4b277b9 100644
--- a/configure.in
+++ b/configure.in
@@ -179,8 +179,6 @@ AM_CONDITIONAL(HAVE_OLD_PAM, test "x$HAVE_OLD_PAM" = "xyes")
# AC_CONFIG_FILES
AC_CONFIG_FILES([Makefile
- README
- INSTALL
docs/Makefile
docs/autodocs/Makefile
libthinkfinger/Makefile
--
2.26.3