Hi Simon, * Simon Josefsson wrote on Tue, Mar 25, 2008 at 01:47:39PM CET: > > Alternatively, I could document the work-around I use to solve the > gettext vs gnulib vs autoconf problem right now: store all gnulib > generated files in git, and before running autoreconf move the gnulib > copy of config.rpath out of the way, and after running autoreconf, move > it back again. This have worked for several projects for quite some > time, but I'm not confident it is safe.
Can't you use AUTOPOINT=true autoreconf -v in this case, instead of moving files? Cheers, Ralf