Jim> (except that it doesn't seem possible to use directory names
Jim> containing spaces in SUBDIRS).
You basically can't use file names with spaces anywhere.
Jim> However, each of the libraries and executables are
Jim> internationalized. I tried to use AM_GNU_GETTEXT in the
Jim> 2nd-level Makefile.am's, but the intl and po directories do not
Jim> get made. I tried moving all the .po files into the top-level
Jim> po/ directory, but I was unable to get the naming right, and the
Jim> dist target did not work properly.
Some hacking of the Makefiles might be required.
Bummer.
Tom