Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > * Neil Jerram wrote on Fri, Nov 17, 2006 at 03:19:43PM CET: > >> 2. Make sure that whoever prepares the release has Automake 1.10; then >> automake --add-missing will install config.rpath as a side effect >> of the AM_GNU_GETTEXT declaration in configure.in.
I made that change, by bumping the required version in the top-level Makefile.am. > Not quite right. automake will complain, but it will take gettextize or > autopoint to actually install config.rpath. Every time I've run gettextize it's modified or added more stuff than I wanted it to :-(. In particular for guile we don't have translated messages internally yet, hence no po directory. > You could also just copy it > from /usr/share/gettext (or whereever gettext happens to be installed on > your system). Yes, that'd be the go. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
