Files
gentoo/app-admin/pwcrypt/files/pwcrypt-eautoreconf.patch
Andreas K. Hüttel 9f6e8b884c app-admin/pwcrypt: add eautoreconf
Also, doesnt use automake, so remove references to it from configure.in

Closes: https://bugs.gentoo.org/905944
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2024-11-16 14:43:20 +01:00

10 lines
382 B
Diff

diff '--color=auto' -ruN pwcrypt-1.2.2.orig/configure.in pwcrypt-1.2.2/configure.in
--- pwcrypt-1.2.2.orig/configure.in 2003-10-07 23:18:49.000000000 +0200
+++ pwcrypt-1.2.2/configure.in 2024-11-16 14:39:44.135876058 +0100
@@ -1,5 +1,3 @@
-AM_INIT_AUTOMAKE(cli-crypt,1.2.2)
-AM_PROG_CC_STDC
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/main.c)