gaim/gaim

configure.ac backport
v0_74-branch
2003-11-25, Ethan Blanton
fd67fb14d375
Parents bea195b020a6
Children ffda2294b10e
configure.ac backport
  • +15 -0
    configure.ac
  • --- a/configure.ac Tue Nov 25 21:56:14 2003 -0500
    +++ b/configure.ac Tue Nov 25 21:57:52 2003 -0500
    @@ -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)
    @@ -776,6 +790,7 @@
    /usr/lib/tcl8.4 \
    /usr/lib/tcl8.3 \
    /usr/lib/tcl8.2 \
    + /System/Library/Tcl/8.3 \
    /usr/local/lib"
    for dir in $with_tclconfig $TCLCONFIGDIRS; do
    if test -f $dir/tclConfig.sh; then