Mercurial > pidgin
changeset 7603:dfebaa14bf67
[gaim-migrate @ 8226]
./configure on OSX with fink (and the proper dependencies installed via
fink, of course) should Just Work now. Also cvs is a little quieter on
OSX.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 22 Nov 2003 23:17:31 +0000 |
parents | df5b0937ea47 |
children | 43803965ef45 |
files | configure.ac intl/.cvsignore |
diffstat | 2 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat Nov 22 21:35:25 2003 +0000 +++ b/configure.ac Sat Nov 22 23:17:31 2003 +0000 @@ -14,6 +14,20 @@ LIBTOOL="$LIBTOOL --silent" AC_PROG_INSTALL +# before gettexting, in case iconv matters +case "$host_os" in +darwin*) + AC_MSG_CHECKING([for fink]) + if test -d /sw; then + AC_MSG_RESULT([found, adding /sw to search paths]) + CFLAGS="$CFLAGS -I/sw/include" + else + AC_MSG_RESULT([not found]) + fi + ;; +*) + ;; +esac ALL_LINGUAS="am bg ca cs da de es fi fr he hi hu it ja ko nl no pl pt_BR pt ro ru sk sr sr@Latn sv zh_CN zh_TW" AM_GNU_GETTEXT_VERSION(0.10.40)