Hi > Approach > > ./autogen.sh && ./configure && make > > worked well for both gettext-test and gettext2.
nice. thanks > Approach > > autoreconf -i -f && ./configure && make > > failed for both with error > > make[2]: Entering directory '[..]/po' > *** error: gettext infrastructure mismatch: using a Makefile.in.in > from gettext version 0.17 but the autoconf macros are from gettext > version 0.18 > Makefile:167: recipe for target 'check-macro-version' failed > > So guess there is a call missing after autoreconf? I had to run autogen.sh at least once, afterwards autoreconfig seems to work. Not really familiar with autoreconfig, so I'm not sure what's wrong there... Arun
