[Cracklib-devel] keeping generated gettext files in svn
Brought to you by:
nneul
From: Mike F. <va...@ge...> - 2010-09-29 22:45:13
|
since none of the other autotool packages keep their generated files in svn (Makefile.in, configure, config.sub, etc...), is there a reason for keeping the gettext files in there ? i propose we punt all of them, add `autopoint` to autogen.sh, and fix configure.in so that `autoreconf` works: --- a/cracklib/configure.in +++ b/cracklib/configure.in @@ -48,7 +48,7 @@ AC_CHECK_FUNCS(strdup) AC_CHECK_FUNCS(getpwuid_r) dnl internationalization macros -AM_GNU_GETTEXT_VERSION +AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT([external]) dnl Control default dictname files to punt: m4/* ABOUT-NLS config.rpath mkinstalldirs po/ChangeLog po/Makefile* -mike |