openbsd-ports/security/py-crack/patches/patch-configure_ac

13 lines
465 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure_ac,v 1.1.1.1 2009/05/26 08:13:04 benoit Exp $
--- configure.ac.orig Mon Apr 10 10:30:43 2006
+++ configure.ac Tue May 26 10:05:59 2009
@@ -7,7 +7,7 @@ dnl First some basic init macros
AC_INIT
AM_MAINTAINER_MODE
-AM_INIT_AUTOMAKE(python-crack, 0.5.1)
+AM_INIT_AUTOMAKE(py-crack, 0.5.1)
AC_SUBST(DATE, [`date +"%b%e, %Y"`])
AC_CHECK_LIB([crack], [FascistCheck], [], [AC_MSG_ERROR([you need to install cracklib2 development files])])