Re: [Cracklib-devel] keeping generated gettext files in svn
Brought to you by:
nneul
From: Jan D. <ja...@di...> - 2010-09-30 17:56:09
|
On Wed, Sep 29, 2010 at 06:28:49PM -0400, Mike Frysinger wrote: > 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: Thanks for your suggestion. I like the idea of removing the generated i18n and other files. Autogenerating them is way nicer from my distribution packager's point of view too. If there are no objections I'd like to have these changes in SVN and will commit them tomorrow. Regards Jan Dittberner > > --- 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 -- Jan Dittberner - Debian Developer GPG-key: 4096R/558FB8DD 2009-05-10 B2FF 1D95 CE8F 7A22 DF4C F09B A73E 0055 558F B8DD http://www.dittberner.info/ |