# HG changeset patch # User Ethan Blanton # Date 1069543051 0 # Node ID dfebaa14bf67ccc7e9e6efb62caa6193a6e3c287 # Parent df5b0937ea47c71893b099acf6f1f87b06c68abc [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 diff -r df5b0937ea47 -r dfebaa14bf67 configure.ac --- 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) diff -r df5b0937ea47 -r dfebaa14bf67 intl/.cvsignore --- a/intl/.cvsignore Sat Nov 22 21:35:25 2003 +0000 +++ b/intl/.cvsignore Sat Nov 22 23:17:31 2003 +0000 @@ -43,3 +43,7 @@ po2tbl.sed.in xopen-msg.sed plural.c +charset.alias +libintl.h +ref-add.sed +ref-del.sed