mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
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>
10 lines
382 B
Diff
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)
|