comparison configure.ac @ 20340:c4d86acb82e7

applied changes from ef97aa9259d77504bb07c2dff5ec0750d498e847 through eaca7bcddbde5dc407ddc81c557e7722cca3e35d
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 04:30:45 +0000
parents 8413368adb5a
children 89c7be36fd61
comparison
equal deleted inserted replaced
20339:136ded231700 20340:c4d86acb82e7
140 AM_GLIB_GNU_GETTEXT 140 AM_GLIB_GNU_GETTEXT
141 141
142 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that 142 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that
143 dnl AM_GLIB_GNU_GETTEXT found it. 143 dnl AM_GLIB_GNU_GETTEXT found it.
144 144
145 if test x$MSGFMT = xno 145 if test x$MSGFMT = xno -o x$MSGFMT$GMSGFMT = x
146 then 146 then
147 AC_ERROR([ 147 AC_ERROR([
148 148
149 The msgfmt command is required to build libpurple. If it is installed 149 The msgfmt command is required to build libpurple. If it is installed
150 on your system, ensure that it is in your path. If it is not, install 150 on your system, ensure that it is in your path. If it is not, install
151 GNU gettext to continue. 151 GNU gettext to continue.
152
153 If you have msgfmt installed, but for some reason this error message
154 is still displayed, you have encountered what appears to be a bug in
155 third-party configure macros. Try setting the MSGFMT environment
156 variable to the absolute path to your msgfmt binary and trying
157 configure again, like this:
158
159 MSGFMT=/path/to/msgfmt ./configure ...
152 ]) 160 ])
153 fi 161 fi
154 162
155 dnl we don't use autobreak on cygwin!! 163 dnl we don't use autobreak on cygwin!!
156 dnl AC_CYGWIN 164 dnl AC_CYGWIN