From: Nathan Neulinger Date: Wed, 9 Feb 2005 02:50:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v2.8pre1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a25fa7c65edc9b3b462a77b2b2fc7c4e66bbc45a;p=cracklib *** empty log message *** git-svn-id: file:///tmp/cracklib-svn/trunk@36 4175fe1e-86d5-4fdc-8e6a-506fab9d8533 --- diff --git a/cracklib/Makefile.am b/cracklib/Makefile.am index 08badb9..a651ebf 100644 --- a/cracklib/Makefile.am +++ b/cracklib/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = lib util doc EXTRA_DIST = \ autogen.sh \ - cracklib.spec \ + cracklib.spec.in \ README-DAWG \ README-WORDS \ test-data \ diff --git a/cracklib/configure.in b/cracklib/configure.in index 8ba8d3c..52b0b7f 100644 --- a/cracklib/configure.in +++ b/cracklib/configure.in @@ -25,5 +25,5 @@ dnl Check for utility functions that may need to be replaced AC_CHECK_FUNCS(strdup) AC_CHECK_FUNCS(getpwuid_r) -AC_OUTPUT(util/Makefile lib/Makefile doc/Makefile Makefile) +AC_OUTPUT(util/Makefile lib/Makefile doc/Makefile Makefile cracklib.spec)