Mercurial > pidgin.yaz
comparison configure.ac @ 21222:6bbd66f67fa8
propagate from branch 'im.pidgin.pidgin' (head fa0e512d79dfe479bc36c2436089b51854ef3eb5)
to branch 'im.pidgin.pidgin.next.minor' (head ea579831d8561ac6b0cde4b034383b02b3e51ae5)
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 12 Oct 2007 03:29:36 +0000 |
parents | bc1e6ea98445 |
children | f34539eb7a61 d604027959a5 |
comparison
equal
deleted
inserted
replaced
21221:e98c08afb706 | 21222:6bbd66f67fa8 |
---|---|
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 |