Code

Committed patch 1710210 from John Faith
authorjiho-sf <jiho-sf@users.sourceforge.net>
Mon, 30 Apr 2007 21:01:16 +0000 (21:01 +0000)
committerjiho-sf <jiho-sf@users.sourceforge.net>
Mon, 30 Apr 2007 21:01:16 +0000 (21:01 +0000)
commit04c2ef634daed119d68313731064bd96099d5c1a
tree87ef488839ad9a19feeaf2d767515c9b9535ce4b
parent504c66e0a8882dfb48bba04881512da95b89e6fb
Committed patch 1710210 from John Faith
On OS X 10.3.9, the generated po/Makefile has no values for GMSGFMT and MSGFMT. This causes the build to fail with '-o: command not found' when the empty $(MSGFMT) is used.
In the configure output, msgfmt is found in the PATH, but for some reason it does not make it to po/Makefile.
This patch works around the missing variables by adding AC_PATH_PROG in configure.ac.
configure.ac