Ok, I've added a note to README.cvs. Thanks,
-derek Reinke Bonte <[EMAIL PROTECTED]> writes: > I have had the same problem as Christian on a fresh checkout and an 'cvs > update -C' "fixed" it as Jan pointed out. > > If I wouldn't read this mailing list, I would have spent hours to figure > out what to do. I would suggest at least a short comment in the README > about this problem. > > > Reinke > > > > On 29 Nov 2002 19:17:02 -0500 > Derek Atkins <[EMAIL PROTECTED]> wrote: > > > This is a getttextize bug... I'm using gettextize 0.11.1 and it > > doesn't exhibit this behavior... > > > > -derek > > > > Christian Krause <[EMAIL PROTECTED]> writes: > > > > > Hi, > > > > > > when running autogen.sh on a fresh CVS checkout, the following error > > > occurs: > > > > > > configure.in:1141: error: `intl/Makefile' is already registered with > > > AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded > > > from... configure.in:1141: the top level > > > autom4te: /usr/bin/m4 failed with exit status: 1 > > > autoheader: /usr/bin/autom4te failed with exit status: 1 > > > **Error**: autoheader failed. > > > > > > This error is caused by duplicate entries in AC_OUTPUT in > > > configure.in. These duplicate entries are generated by gettextize > > > called in autogen.sh. > > > > > > In the CVS the configure.in is correct: > > > ------------------------------------- > > > AC_OUTPUT( m4/Makefile intl/Makefile > > > ------------------------------------- > > > > > > After running autogen.sh, the configure.in is changed. This is done > > > by the gettexttize call: gettextize --force --copy --intl > > > > > > ------------------------------------------------------------------- > > > AC_OUTPUT( m4/Makefile intl/Makefile intl/Makefile po/Makefile.in > > > ------------------------------------------------------------------- > > > (the po/Makefile.in entry is duplicated too; its listed some lines > > > below) > > > > > > > > > I don't know whether it's a bug of gnucash or gettextize (version > > > 0.11.5). > > > > > > Any ideas? > > > > > > > > > regards, > > > christian > > > _______________________________________________ > > > gnucash-devel mailing list > > > [EMAIL PROTECTED] > > > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel > > > > -- > > Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory > > Member, MIT Student Information Processing Board (SIPB) > > URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH > > [EMAIL PROTECTED] PGP key available > > _______________________________________________ > > gnucash-devel mailing list > > [EMAIL PROTECTED] > > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel > > > -- > "Fun ist ein Stahlbad. Die Vergnuegungsindustrie verordnet > es unablaessig. Lachen in ihr wird zum Instrument des > Betrugs am Glueck." > -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
